[intel] Quirk away MSI support on 945G/GM.
[platform/upstream/libdrm.git] / linux-core / drm_dma.c
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-11-22 Dave Airliedrm: major whitespace/coding style realignment with...
2007-11-05 Dave Airliedrm: fix the the typo
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-16 Dave Airliedrm: remove drm_buf_t
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2006-02-19 Dave Airlieexperimental PCI DMA fixes use proper Linux interfaces
2004-10-31 Felix KuehlingAllow drivers to override reclaim_buffers in an OS...
2004-10-18 Jose FonsecaUpdate Doxygen configuration & comments.
2004-10-12 Jon SmirlBreakout heads into their own data structures.
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-09-05 Dave Airliemerge back bunch of whitespace and misc changes from...
2004-08-30 Dave Airlieimplement drm_core_check_feature and use it .. looks...
2004-08-29 Dave AirlieDrop GAMMA DRM from a great height ...
2004-08-27 Dave Airlie__NO_VERSION__ hasn't been needed since 2.3 days ditch...
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-08-17 Dave AirlieMerged drmfntbl-0-0-1
2004-07-20 Dave Airliefirst set of __user annotations from kernel (Al Viro)
2004-07-05 Dave Airliefixes from kernel for 0 vs NULL - mika
2003-10-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...
2003-08-15 Michel DaenzerMerge from 2.6 kernel (Linus Torvalds)
2003-05-27 Jose FonsecaMerged DRM documentation.
2003-04-26 Leif DelgassEnsure driver has been initialized (dev_private !=...
2003-04-25 Leif DelgassFix potential oops and memory leaks when allocations...
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-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-03-31 Leif DelgassWarning fix (use %p format for filp)
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-04 Keith WhitwellDRM_FREE/2 patch from Philip Brown
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-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-09-26 Michel DaenzerDRM(vblank_wait) is driver specific
2002-09-25 Michel Daenzercommon ioctl to wait for vertical blank IRQs
2002-02-14 David DawesFirst pass of mesa-4-0 branch merge into trunk.
2001-06-18 Gareth HughesEnable shared IRQs in DMA template, use in i810 driver.
2001-02-16 Gareth Hughes- Clean up the way customization of the templates is...
2001-02-15 Gareth HughesMerge mga-1-0-0-branch into trunk.