profile/ivi/libdrm.git
2003-04-24 Eric AnholtRemove DRM_DMA_HISTOGRAM and associated code.
2003-04-24 Eric AnholtMake DRM(read) and DRM(poll) stubs and remove DRM(write...
2003-04-23 Keith WhitwellInstall dummy/noop read & poll fops unless the driver...
2003-04-23 Michel Daenzerdeal correctly with read() from the DRM failing
2003-04-22 Michel Daenzerget rid of superfluous fields in struct drm_radeon_ring...
2003-04-22 Leif DelgassRemove AGP dependency in kernel config for radeon,...
2003-04-22 Leif DelgassOnly mga, i810, i830 require AGP (should mga define...
2003-04-22 Alan Hourihanechange PREINSTALL/POSTINSTALL/UNINSTALL irq code to...
2003-04-22 Alan Hourihaneremove unused variable
2003-04-22 Alan Hourihanefix gamma headers
2003-04-22 Keith WhitwellRename drm_lists.h to gamma_lists.h
2003-04-22 Keith Whitwellnew file
2003-04-22 Keith WhitwellMove the excitingly named DRM(flush_block_and_flush...
2003-04-22 Keith Whitwellremove unused __HAVE_KERNEL_CTX_SWITCH code
2003-04-22 Keith WhitwellMove a chunk of gamma-specific code out of drm_dma...
2003-04-22 Keith Whitwellremove unused dma histogram code
2003-04-22 Keith WhitwellMove a bunch of gamma-specific code into a gamma-specif...
2003-04-22 Keith Whitwelladd more get_param queries for embedded project
2003-04-22 Keith Whitwellremove DRM read, poll and write_string
2003-04-21 Leif DelgassCheck for NULL map before calling DRM(ioremapfree)...
2003-04-17 David DawesAdd a Kconfig file as used in recent 2.5.x kernels.
2003-04-17 David DawesMake Config.in look more like a recent 2.4.x kernel...
2003-04-17 David DawesRework the Linux drm kernel module build to leverage...
2003-04-17 David DawesBring some drm module changes over from the XFree86...
2003-04-17 David DawesFix DRM module build on 2.5.41 and later kernels (tqueu...
2003-04-10 Jose Fonsecafile drm_pci.h was initially added on branch mach64...
2003-04-08 Eric Anholtfile mach64_drv.c was initially added on branch mach64...
2003-04-08 Eric Anholtfile Makefile was initially added on branch mach64...
2003-04-08 Eric Anholtfile drm_linux_list.h was initially added on branch...
2003-04-08 Leif DelgassUse list_entry() to get container struct from struct...
2003-04-05 Leif Delgassadd 'SG' map type identifier string (pci scatter/gather...
2003-04-01 Eric AnholtWhitespace and remove a dead commented line.
2003-03-31 Leif DelgassWarning fix (use %p format for filp)
2003-03-30 Eric AnholtSpelling fixes in comments.
2003-03-29 Eric AnholtRemove dead vma code and remove the unused devstate...
2003-03-29 Eric AnholtAdd DRMFILE definitions and supply filp for BSD in the
2003-03-29 Eric Anholtbuf->filp is a pointer, so make printf format args...
2003-03-28 Keith Whitwellmerged drm-filp-0-1-branch
2003-03-26 Keith WhitwellAdd 2nd arg for DRM_FREE
2003-03-25 Alan Hourihanelinux merge for drm
2003-03-25 Alan HourihaneXFree86 4.3.0 merge
2003-03-11 Eric AnholtMerge back from FreeBSD-current, adding FreeBSD ID...
2003-03-08 Eric AnholtMake dma_addr_t an unsigned long not a uint32, don...
2003-03-06 Eric AnholtRemove the vbl signal code because it's untested (and...
2003-03-05 Eric AnholtPut cdevsw initialization in line with FreeBSD-current...
2003-03-05 Eric AnholtUpdate mmap handling for FreeBSD-current (Based on...
2003-03-05 Eric AnholtRemove a paste-o in DRM_SPINUNINIT and add a volatile...
2003-03-04 Keith WhitwellDRM_FREE/2 patch from Philip Brown
2003-03-02 Jose Fonsecafile savage_drv.h was initially added on branch savage...
2003-03-02 Jose Fonsecafile savage_drm.h was initially added on branch savage...
2003-03-02 Jose Fonsecafile savage_bci.c was initially added on branch savage...
2003-02-28 Leif DelgassUpdate object targets
2003-02-27 Jose Fonsecafile savage_drv.c was initially added on branch savage...
2003-02-27 Jose Fonsecafile savage.h was initially added on branch savage...
2003-02-26 Leif Delgassfile mach64_irq.c was initially added on branch mach64...
2003-02-22 Eric AnholtFix build on NetBSD.
2003-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
2003-02-16 Eric Anholtfile mach64_drm.h was initially added on branch mach64...
2003-02-16 Eric Anholtfile mach64_state.c was initially added on branch mach6...
2003-02-16 Eric Anholtfile mach64_drv.h was initially added on branch mach64...
2003-02-16 Eric Anholtfile mach64_dma.c was initially added on branch mach64...
2003-02-16 Eric Anholtfile mach64.h was initially added on branch mach64...
2003-02-08 Michel Daenzerreclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling)
2003-02-06 Michel Daenzerfix EAGAIN handling in radeon_cp_dispatch_texture(...
2003-02-04 Michel Daenzerdisable strict aliasing for building the DRM
2003-02-04 Michel Daenzerfix PCI and AGP posting problems (based on testing...
2003-02-04 Michel Daenzeronly acknowledge interrupts we handle - others could...
2003-02-03 Keith WhitwellFix size of VERTEX2 ioctl struct (Egbert Eich)
2003-02-02 Michel Daenzerdon't inflate relative vblank sequence numbers on repea...
2003-01-26 Leif DelgassAdd cast to avoid void * arithmetic warning
2003-01-24 Eric AnholtFix build on -current: Provide M_WAITOK define.
2003-01-16 Eric AnholtFix radeon for BSD.
2003-01-11 Michel Daenzerlimit number of pending vblank signals to 100 to preven...
2003-01-11 Jeff Hartmannfile agp_30_symbols.h was initially added on branch...
2003-01-10 Keith WhitwellNote that radeon_do_cp_idle() can fail, cope with it.
2003-01-06 Rik Faith[TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function...
2003-01-03 Keith Whitwellmore cleanups, free mem heap data on last client exit
2003-01-02 Keith WhitwellBump radeon drm version nr on recent interface relaxation
2003-01-02 Keith WhitwellRemove printk
2003-01-02 Keith WhitwellMake the radeon drm module better at cleaning up after...
2002-12-16 David Dawesfile i830_irq.c was initially added on branch mesa...
2002-12-12 David Dawesenums should be ints
2002-12-12 Keith Whitwellbring in jantorial changes from 2.5.51
2002-12-11 Keith Whitwellremove agpgart informational
2002-12-06 Keith WhitwellRewrite radeon_cp_dispatch_texture() to avoid pingpongi...
2002-12-06 Eric AnholtAdd vblank signal code for BSD DRM. Untested so far...
2002-12-04 Michel Daenzerfurther vertical blank interrupt cleanups: remove unuse...
2002-12-03 Michel Daenzervertical blank interrupt cleanups: use spinlock instead...
2002-11-30 Michel Daenzervertical blank ioctl can send signal instead of blocking
2002-11-25 Brian Pauladded missing return fd (Alexander Stohr)
2002-11-25 Keith WhitwellSilence the radeon_freelist_get 'returning NULL' messag...
2002-11-23 Michel Daenzerallow unprivileged clients to use the GETPARAM ioctl...
2002-10-30 Eric AnholtKernel support for vblank syncing on Rage 128 and Matrox.
2002-10-29 Jens Owenupdated e-mail addresses for Keith, Alan and Jens
2002-10-29 Michel Daenzerpreserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid...
2002-10-29 Eric AnholtUse bus_alloc_resource/bus_release_resource more proper...
2002-10-28 Brian Paulmerge from mesa-4-1-branch to get cube-map registers...
2002-10-27 Eric Anholts/udelay/DRM_UDELAY/
2002-10-27 Eric AnholtCatch up to -current.
2002-10-22 Alan Hourihanefinal part of XFree86 4.2.99.2 merge
next