OSDN Git Service

- Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to
[android-x86/external-libdrm.git] / linux-core /
2003-10-22 Eric Anholt- Add DRM_GET_PRIV_WITH_RETURN macro. This can be used...
2003-10-19 Eric AnholtFix probing on 2.5+ kernels, which require that drivers...
2003-10-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...
2003-10-17 Eric Anholt- Converted Linux drivers to initialize DRM instances...
2003-09-28 Leif DelgassFix typo in SiS help message (and testing cvs commit to
2003-09-25 Eric AnholtWhitespace cleanup (spaces before tabs or instead of...
2003-09-25 Eric AnholtFix Kconfig for SiS DRM now that it doesn't require...
2003-09-12 Alan Hourihanelinux drm fixes
2003-08-29 Eric AnholtAdd DRM(calloc), which is convenient, used by the new...
2003-08-28 Michel DaenzerRemove superfluous TLB flush
2003-08-15 Michel DaenzerMerge from 2.6 kernel (Linus Torvalds)
2003-08-15 Dave AirlieDA: loads of whitespace .. some from Linus, some from me
2003-08-13 Dave AirlieDA: patch from Matthew upgraded to latest DRI head...
2003-08-11 Dave AirlieDA: code cleanups for i810_dma.c from 2.4 kernel
2003-08-07 Michel Daenzerbuild fix for kernels >= 2.6
2003-08-06 Michel DaenzerFix maplist entries being used after they were freed...
2003-07-29 Michel DaenzerIRQ code cleanup suggested by Linus Torvalds
2003-07-25 Michel DaenzerCompile fixes for recent 2.5/2.6 Linux kernels. I hope...
2003-07-25 Michel DaenzerFail in DRM(agp_acquire) if the AGP aperture can't...
2003-07-11 Keith WhitwellRestore __HAVE_KERNEL_CTX_SWITCH, required for the...
2003-07-09 Dave AirlieDA: fix for bug 484 in Bugzilla, originally from me...
2003-07-08 Keith WhitwellRemoved unused __HAVE_KERNEL_CTX_SWITCH, whatever that...
2003-07-04 Leif DelgassDon't need to include linux/wrapper.h - we only use...
2003-06-19 Jose FonsecaRevert the janitorial - that works is now on the new...
2003-06-14 Jose FonsecaMove the linux AGP includes into drm_agp.h and only...
2003-06-07 Dave Airliefix pitch compile error
2003-06-05 Dave Airlieadd page flipping support to the DRM, up version number...
2003-06-03 Jose FonsecaAdded the Doxygen configuration file. Minor documentati...
2003-06-03 Jose FonsecaSplit declarations/definitions in drm_scatter.h into...
2003-05-28 Leif DelgassRestore DRM_*MEMORYBARRIER change reverted with documen...
2003-05-27 Jose FonsecaMerged DRM documentation.
2003-05-17 Michel Daenzerdo allow reading from read only mappings...
2003-05-16 Michel DaenzerSupport AGP bridges where the AGP aperture can't be...
2003-04-29 Leif Delgassremove unused variables
2003-04-28 Leif DelgassRestore Eric Anholt's DRM_*MEMORYBARRIER changes from...
2003-04-28 Leif DelgassOnly free original pagelist in addbufs_pci if one alrea...
2003-04-28 Alan HourihaneDRM_READ/WRITEMEMORYBARRIER was given an argument in...
2003-04-27 Keith WhitwellPut back __HAVE_KERNEL_CTX_SWITCH for David Miller...
2003-04-26 Eric AnholtRemove the map argument from DRM_*MEMORYBARRIER. Not...
2003-04-26 Leif DelgassEnsure driver has been initialized (dev_private !=...
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-25 Leif DelgassFix potential oops and memory leaks when allocations...
2003-04-24 Leif DelgassPass dma handle from pci_alloc_consistent to the card...
2003-04-24 Leif DelgassRemove unused dev->map_count. We always iterate the...
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-23 Keith WhitwellInstall dummy/noop read & poll fops unless the driver...
2003-04-22 Leif DelgassRemove AGP dependency in kernel config for radeon,...
2003-04-22 Alan Hourihaneremove unused variable
2003-04-22 Keith WhitwellRename drm_lists.h to gamma_lists.h
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 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-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-03-31 Leif DelgassWarning fix (use %p format for filp)
2003-03-30 Eric AnholtSpelling fixes in comments.
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-04 Keith WhitwellDRM_FREE/2 patch from Philip Brown
2003-02-28 Leif DelgassUpdate object targets
2003-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
2003-02-02 Michel Daenzerdon't inflate relative vblank sequence numbers on repea...
2003-01-11 Michel Daenzerlimit number of pending vblank signals to 100 to preven...
2002-12-12 Keith Whitwellbring in jantorial changes from 2.5.51
2002-12-11 Keith Whitwellremove agpgart informational
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-10-29 Jens Owenupdated e-mail addresses for Keith, Alan and Jens
2002-10-22 Alan Hourihanefinal part of XFree86 4.2.99.2 merge
2002-10-09 Brian Paulreplaced max() macro with conditional expression
2002-10-08 Keith WhitwellFix error condition...
2002-10-08 Keith WhitwellCall pci_enable_device() in DRM(irq_busid).
2002-09-29 Keith WhitwellMove os-dependent stuff out of radeon_irq.c
2002-09-29 Michel Daenzeradd support for 16K and 64K page sizes (Bjorn Helgaas)
2002-09-26 Michel DaenzerDRM(vblank_wait) is driver specific
2002-09-25 Michel Daenzercommon ioctl to wait for vertical blank IRQs
2002-09-23 Keith Whitwellmerged r200-0-2-branch to trunk
2002-09-21 Michel Daenzermake sure we never oops because the hardware lock point...
2002-09-11 David Dawes- Fix various bugs in the DRI support for the i830...
2002-08-29 Keith Whitwellstandardize use of __FUNCTION__ (Linus)
2002-08-22 Leif DelgassDon't (re)define vmalloc_to_page for kernel >= 2.4...
2002-08-22 Leif DelgassSetPageLocked only defined in 2.5.x (x=?), use LockPage...
2002-08-21 Jose FonsecaChange the linux kernel version condition in the i810...
2002-08-21 Leif Delgassadd missing include (for udelay), remove unused counter.
next