platform/upstream/libdrm.git
2003-04-26 Eric AnholtFix formatting of hw.dri sysctl.
2003-04-26 Eric AnholtRemove the map argument from DRM_*MEMORYBARRIER. Not...
2003-04-26 Eric AnholtMFL: Don't install irq handler unless the driver has...
2003-04-26 Eric AnholtAdd PCI DMA memory functions and make addbufs_pci and...
2003-04-26 Leif DelgassEnsure driver has been initialized (dev_private !=...
2003-04-26 Eric AnholtMissed files in the last commit: Remove memory debuggin...
2003-04-26 Eric AnholtMove the memory functions with debugging info to drm_me...
2003-04-26 Eric AnholtRemove #if 0'ed code.
2003-04-26 Keith Whitwell2.5.x sync patch from Linus Torvalds
2003-04-26 Keith Whitwellmove prototypes for gamma functions to gamma_drv.h
2003-04-26 Keith WhitwellRemove #if 0'd code
2003-04-26 Eric AnholtReplace the C atomic_cmpset_int compatibility function...
2003-04-26 Eric AnholtDisable MTRRs on FreeBSD-stable. Without this, it hangs...
2003-04-25 Leif DelgassFix potential oops and memory leaks when allocations...
2003-04-25 Eric AnholtMerge from FreeBSD-current.
2003-04-25 David DawesTargets for building dristat and drmstat.
2003-04-25 Eric AnholtClean up the DRM_COPY_TO_USER()ing of DRM(infobufs...
2003-04-24 Eric AnholtClean up the style of the linux-compat code and use...
2003-04-24 Leif DelgassPass dma handle from pci_alloc_consistent to the card...
2003-04-24 Eric AnholtRemove more gamma DMA infrastructure. Most of this...
2003-04-24 Leif DelgassRemove unused dev->map_count. We always iterate the...
2003-04-24 Leif DelgassMinor cleanups for dri/drmstat test progs (Both still...
2003-04-24 Leif DelgassRemove unused variables
2003-04-24 Keith WhitwellMove the debug versions of the DRM memory functions...
2003-04-24 Keith WhitwellRemove #if 0'd code and some unused string functions
2003-04-24 Eric AnholtRemove more gamma DMA code. This isn't all of it, but...
2003-04-24 Eric AnholtMove some common code from addbufs_<type> to addbufs...
2003-04-24 Eric AnholtRemove the ioctl_count variable from the device. A...
2003-04-24 Eric AnholtRemove a bunch of dead code and fix spelling of a coupl...
2003-04-24 David DawesSingle/dual rasterizer quiescence patch for the glint...
2003-04-24 David Dawesbreak long line
2003-04-24 Eric AnholtMove one definition to drm_drv.h and remove the rest...
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)
next