summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-17drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson
2010-03-17drm/i915: Enable VS timer dispatch.Eric Anholt
2010-03-17drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth
2010-02-26drm/i915: check for multiple write domains in pin_and_relocateDaniel Vetter
2010-02-26drm/i915: clean-up i915_gem_flush_gpu_write_domainDaniel Vetter
2010-02-26drm/i915: reuse i915_gpu_idle helperDaniel Vetter
2010-02-26drm/i915: ensure lru ordering of fence_listDaniel Vetter
2010-02-26drm/i915: extract fence stealing codeDaniel Vetter
2010-02-26drm/i915: fixup active list locking in object_unbindDaniel Vetter
2010-02-26drm/i915: reuse i915_gem_object_put_fence_reg for fence stealing codeDaniel Vetter
2010-02-26drm/i915: Fix sandybridge status page setup.Eric Anholt
2010-02-26drm/i915: Set up fence registers on sandybridge.Eric Anholt
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt
2010-02-25Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie
2010-02-25Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie
2010-02-22drm/i915: reduce some of the duplication of tiling checkingOwain Ainsworth
2010-02-22drm/i915: blow away userspace mappings before fence changeDaniel Vetter
2010-02-22drm/i915: move a gtt flush to the correct placeDaniel Vetter
2010-02-16drm/i915: Don't reserve compatibility fence regs in KMS mode.Eric Anholt
2010-02-16drm/i915: Replace open-coded eviction in i915_gem_idle()Chris Wilson
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri
2010-02-10drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.Owain Ainsworth
2010-02-10drm/i915: Update write_domains on active list after flush.Daniel Vetter
2010-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds
2010-02-04drm/i915: Fix leak of relocs along do_execbuffer error pathChris Wilson
2010-01-27drm/i915: Selectively enable self-reclaimChris Wilson
2010-01-25drm/i915: Prevent use of uninitialized pointers along error path.Chris Wilson
2010-01-15drm/i915: Remove chatty execbuf failure message.Eric Anholt
2010-01-12drm/i915: Don't wait interruptible for possible plane buffer flushZhenyu Wang
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang
2010-01-06drm/i915: Permit pinning whilst the device is 'suspended'Chris Wilson
2010-01-06drm/i915: execbuf2 supportJesse Barnes
2009-12-16drm/i915: fix order of fence release wrt flushingDaniel Vetter
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-12-07drm/i915: Set the error code after failing to insert new offset into mm ht.Chris Wilson
2009-12-07drm/i915: Fix product names and #definesAdam Jackson
2009-12-07drm/i915: Drop a some common DRM_ERROR()Chris Wilson
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-01drm/i915: Add intel implementation of the pageflip ioctlKristian Høgsberg
2009-11-25drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui
2009-11-05drm/i915: kill i915_lp_ring_syncDaniel Vetter
2009-11-05drm/i915: implement fastpath for overlay flip waitingDaniel Vetter
2009-11-05drm/i915: add i915_lp_ring_sync helperDaniel Vetter
2009-09-29drm/i915: Enable irq to trace batch buffer completion.Chris Wilson
2009-09-29drm/i915: batch submit seqno off-by-one.Chris Wilson
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-09-22drm/i915: Handle ERESTARTSYS during page faultChris Wilson