summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-07drm/i915: Wait for the GPU whilst shrinking, if truly desperate.Chris Wilson1-0/+45
2010-04-23drm/i915: fix non-Ironlake 965 class crashesJesse Barnes1-1/+1
2010-04-22drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes1-12/+133
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter1-11/+10
2010-04-20drm/i915: don't use ->driver_private anymoreDaniel Vetter1-1/+1
2010-04-20drm/i915: embed the gem object into drm_i915_gem_objectDaniel Vetter1-29/+29
2010-04-20drm/i915: introduce i915_gem_alloc_objectDaniel Vetter1-3/+9
2010-04-20drm: free core gem object from driver callbacksDaniel Vetter1-0/+3
2010-04-18drm/i915: fix tiling limits for i915 class hw v2Daniel Vetter1-0/+6
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-66/+66
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter1-66/+66
2010-03-17drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson1-9/+12
2010-03-17drm/i915: Enable VS timer dispatch.Eric Anholt1-0/+5
2010-03-17drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth1-5/+0
2010-02-26drm/i915: check for multiple write domains in pin_and_relocateDaniel Vetter1-0/+10
2010-02-26drm/i915: clean-up i915_gem_flush_gpu_write_domainDaniel Vetter1-3/+1
2010-02-26drm/i915: reuse i915_gpu_idle helperDaniel Vetter1-31/+25
2010-02-26drm/i915: ensure lru ordering of fence_listDaniel Vetter1-23/+34
2010-02-26drm/i915: extract fence stealing codeDaniel Vetter1-47/+60
2010-02-26drm/i915: fixup active list locking in object_unbindDaniel Vetter1-0/+3
2010-02-26drm/i915: reuse i915_gem_object_put_fence_reg for fence stealing codeDaniel Vetter1-26/+3
2010-02-26drm/i915: Fix sandybridge status page setup.Eric Anholt1-2/+7
2010-02-26drm/i915: Set up fence registers on sandybridge.Eric Anholt1-3/+30
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-1/+1
2010-02-25Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie1-103/+55
2010-02-25Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie1-10/+6
2010-02-22drm/i915: reduce some of the duplication of tiling checkingOwain Ainsworth1-1/+2
2010-02-22drm/i915: blow away userspace mappings before fence changeDaniel Vetter1-0/+6
2010-02-22drm/i915: move a gtt flush to the correct placeDaniel Vetter1-1/+1
2010-02-16drm/i915: Don't reserve compatibility fence regs in KMS mode.Eric Anholt1-1/+2
2010-02-16drm/i915: Replace open-coded eviction in i915_gem_idle()Chris Wilson1-100/+44
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri1-10/+6
2010-02-10drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.Owain Ainsworth1-1/+3
2010-02-10drm/i915: Update write_domains on active list after flush.Daniel Vetter1-4/+19
2010-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-2/+9
2010-02-04drm/i915: Fix leak of relocs along do_execbuffer error pathChris Wilson1-2/+5
2010-01-27drm/i915: Selectively enable self-reclaimChris Wilson1-37/+17
2010-01-25drm/i915: Prevent use of uninitialized pointers along error path.Chris Wilson1-0/+4
2010-01-15drm/i915: Remove chatty execbuf failure message.Eric Anholt1-2/+0
2010-01-12drm/i915: Don't wait interruptible for possible plane buffer flushZhenyu Wang1-0/+51
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+1
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang1-1/+1
2010-01-06drm/i915: Permit pinning whilst the device is 'suspended'Chris Wilson1-3/+0
2010-01-06drm/i915: execbuf2 supportJesse Barnes1-53/+186
2009-12-16drm/i915: fix order of fence release wrt flushingDaniel Vetter1-3/+4
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-22/+92
2009-12-07drm/i915: Set the error code after failing to insert new offset into mm ht.Chris Wilson1-0/+1
2009-12-07drm/i915: Fix product names and #definesAdam Jackson1-1/+1
2009-12-07drm/i915: Drop a some common DRM_ERROR()Chris Wilson1-2/+0