drm/i915: fix oops on single crtc devices.
[safe/jmp/linux-2.6] / drivers / gpu / drm / drm_gem.c
2010-04-20 Daniel Vetterdrm: free core gem object from driver callbacks
2010-04-20 Daniel Vetterdrm: extract drm_gem_object_init
2010-02-11 Luca BarbieriUse drm_gem_object_[handle_]unreference_unlocked where...
2010-02-11 Luca Barbieridrm: introduce drm_gem_object_[handle_]unreference_unlocked
2010-01-27 Chris Wilsondrm/i915: Selectively enable self-reclaim
2009-11-24 Jeremy Fitzhardingedrm: make sure page protections are updated after chang...
2009-09-17 Chris Wilsondrm/i915: Improve behaviour under memory pressure
2009-08-27 Pekka Paalanendrm: GEM handles are u32, not int
2009-07-15 Jiri Slabydrm: drm_gem, check kzalloc retval
2009-06-18 Eric Anholtdrm: Remove memory debugging infrastructure.
2009-06-11 Robert P. J. Daydrm: simplify kcalloc() call to kzalloc().
2009-04-02 Jesse Barnesdrm: Use pgprot_writecombine in GEM GTT mapping to...
2009-03-13 Benjamin Herrenschmidtdrm: Split drm_map and drm_local_map
2009-02-20 Jesse Barnesdrm/i915: Keep refs on the object over the lifetime...
2009-02-20 Chris Wilsondrm: Do not leak a new reference for flink() on an...
2009-02-20 Chris Wilsondrm: Free the object ref on error.
2009-02-20 Chris Wilsondrm: Potential use-after-free on error path.
2009-01-31 Linus TorvaldsStop playing silly games with the VM_ACCOUNT flag
2008-12-29 Dave Airliedrm: PAGE_CACHE_WC is x86 only so far
2008-12-29 Jesse Barnesdrm: GEM mmap support
2008-10-17 Eric AnholtDRM: Return -EBADF on bad object in flink, and return...
2008-10-17 Eric Anholtdrm: Add GEM ("graphics execution manager") to i915...