[intel] Quirk away MSI support on 945G/GM.
[platform/upstream/libdrm.git] / linux-core / drm_gem.c
2008-06-13 Keith Packard[intel-gem] add gtt and pin counts to /proc/dri/*/gem_o...
2008-06-11 Eric Anholt[gem] Move potentially device-specific ioctls to the...
2008-06-11 Eric Anholt[gem] Manage the ringbuffer from the kernel in the...
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-28 Eric Anholt[intel-gem] Replace idlelock usage with real lock acqui...
2008-05-23 Keith Packard[gem] Use CPU domain for new or pageable objects
2008-05-16 Eric Anholt[gem] Hold dev->struct_mutex to protect structure data.
2008-05-15 Eric Anholt[gem] typo fix in comment.
2008-05-12 Keith Packard[gem] Set write domain to CPU when doing pwrite.
2008-05-11 Keith Packard[GEM] Make pread/pwrite manage memory domains. No luck...
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 PackardClean up whinging from checkpatch.pl in drm_gem.c
2008-05-08 Keith Packard[intel-gem] Move domains to relocation records. add...
2008-05-07 Arjan van de VenApply a few stylistic cleanups to match kernel code.
2008-05-07 Keith Packard[intel-GEM] Add memory domain support.
2008-05-06 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-06 Keith PackardStart coding up memory domains
2008-05-03 Keith PackardCheck for do_mmap errors
2008-05-02 Keith PackardAdd a bit of /proc/dri/*/gem support. Clean up some...
2008-05-02 Keith PackardAdd name/open ioctls, separate handle and pointer ref...
2008-05-02 Keith PackardRemove drm_driver argument to functions taking drm_gem_...
2008-05-02 Keith PackardFix gem ioctls to be 32/64-bit clean.
2008-05-02 Keith PackardUse krefs for refcounting.
2008-05-01 Eric AnholtFix missing member settings in obj/obj_priv, and some...
2008-05-01 Eric AnholtMake GEM object handles be nonzero.
2008-05-01 Eric AnholtRemove _args from gem ioctl argument structure tags.
2008-05-01 Eric Anholtcheckpoint: relocations support.
2008-05-01 Eric Anholtcheckpoint: gtt binding written.
2008-05-01 Eric Anholtcheckpoint: rename to GEM and a few more i915 bits.