[intel] Quirk away MSI support on 945G/GM.
[platform/upstream/libdrm.git] / linux-core / drm_drv.c
2008-06-11 Eric Anholt[gem] Move potentially device-specific ioctls to the...
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-11 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-09 Keith Packard[gem] API cleanup. allocate->create unreference->close...
2008-05-08 Keith Packard[intel-gem] Move domains to relocation records. add...
2008-05-02 Keith PackardAdd name/open ioctls, separate handle and pointer ref...
2008-05-01 Eric Anholtcheckpoint: rename to GEM and a few more i915 bits.
2008-04-29 Eric AnholtMove mmfs ioctls into the DRM. Untested.
2008-04-28 Eric AnholtRename drm_mm.c and its fuctions to drm_memrange.
2008-03-12 Thomas HellstromMerge branch 'intel-post-reloc'
2008-03-05 Dave Airliedrm/ttm: add ioctl to get back memory managed area...
2008-03-05 Dave Airliedrm: reorganise minor number handling using code from...
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-12-06 Dave Airlietake down stuff after asking driver to unload
2007-12-01 Robert Nolanddrm: Add _DRM_DRIVER map flag.
2007-11-22 Dave Airliedrm: major whitespace/coding style realignment with...
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-26 Jesse Barnesupdate DRM sysfs support
2007-10-25 Thomas HellstromTighten permissions on some buffer manager ioctls.
2007-10-25 Thomas HellstromBuffer manager:
2007-10-25 Thomas HellstromMerge branch 'master' into drm-ttm-finalize
2007-10-17 Thomas HellstromRemove the op ioctl, and replace it with a setuser...
2007-10-17 Thomas HellstromRevert "Replace NO_MOVE/NO_EVICT flags to buffer object...
2007-10-16 Kristian HøgsbergDrop destroy ioctls for fences and buffer objects.
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-04 Maarten Maathuislinux-drm: Obey device class requirements when detectin...
2007-09-26 Alan HourihaneAdd brackets
2007-09-26 Alan Hourihanedon't copy back if an error was returned.
2007-09-22 Eric AnholtMerge branch 'bo-set-pin'
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-16 Eric AnholtMerge branch 'master' into bo-set-pin
2007-08-02 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-08-02 Dave Airliedrm: add unlocked ioctl code path - not used yet
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-26 Eric Anholtdebug print ioctl return value as -integer rather than...
2007-07-26 Eric AnholtReplace NO_MOVE/NO_EVICT flags to buffer objects with...
2007-07-21 Pekka PaalanenFix misc ioctl issues, makes Nouveau run.
2007-07-21 Dave Airliefix missing brace placement for IOC_IN
2007-07-21 Dave Airliefix drm no-compile due to BSD :-)
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
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 drmP.h internal typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-16 Dave AirlieMerge branch 'drm-ttm-cleanup-branch'
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-07-11 Arthur HuilletMade drm_sg_alloc accessible from inside the DRM -...
2007-07-02 Kristian HøgsbergFix must-check warnings and implement a few error paths.
2007-06-12 Jesse BarnesUpdate vblank code:
2007-06-10 Dave Airlieuse krh's idr mods to remove lists from idr code
2007-06-03 rootRevert "drm: add new drm_wait_on function to replace...
2007-05-26 Dave Airliedrm: convert drawable handling to use Linux idr
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup mm_ioctl ioctls to be separate...
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup most of fence ioctl split...
2007-05-25 Dave Airliewhitespace fixups from kernel
2007-05-25 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-25 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-05-25 Dave Airliedrm: cleanup use of Linux list handling macros
2007-05-08 Dave Airliettm: complete drm buffer object ioctl split
2007-05-06 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-06 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-04-28 Dave Airliedrm: add new drm_wait_on function to replace macro
2007-04-28 Dave Airlieremove DRM_GETSAREA and replace with drm_getsarea function
2007-03-20 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-19 Dave Airlierename badly named define
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-18 Dave Airliecleanup ioctl expansion code
2007-03-18 Dave Airliemake drm fops const from kernel
2007-02-13 Wang ZhenyuMerge branch 'master' into crestline
2007-01-25 Thomas HellstromRemove a scary error printed when we were leaking memor...
2007-01-08 Keith PackardMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-15 Thomas HellstromRemove the memory caches for fence objects and memory...
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-20 Thomas HellstromBug #8707, 2.6.19-rc compatibility for memory manager...
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-17 Thomas HellstromAdd vma list memory usage to memory accounting.
2006-10-17 Thomas HellstromAdd memory usage accounting to avoid DOS problems.
2006-10-17 Thomas HellstromExtend generality for more memory types.
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-10-11 Thomas HellstromBig update:
2006-10-10 Thomas HellstromUse a nopage-based approach to fault in pfns.
2006-10-03 Thomas HellstromGet rid of all ugly PTE hacks.
2006-10-02 Thomas HellstromAdd a buffer object manager for TTM maps.
2006-09-29 Michel DänzerChange first valid DRM drawable ID to be 1 instead...
2006-09-29 Michel DänzerHook up DRM_IOCTL_UPDATE_DRAW ioctl.
2006-09-28 Michel DänzerChange first valid DRM drawable ID to be 1 instead...
2006-09-28 Michel DänzerHook up DRM_IOCTL_UPDATE_DRAW ioctl.
2006-09-05 Thomas HellstromFix memory cache initialization.
2006-09-04 Thomas HellstromMake memory caches global so that they can be used...
2006-09-01 Thomas HellstromBugfixes,
2006-08-30 Thomas HellstromRemove the buffer object hint field and use it only
2006-08-30 Thomas HellstromMemory manager init and takedown.
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
next