summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt1-2/+2
2009-07-11drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt1-1/+1
2009-07-11drm/i915: Refactor calls to unmap_mapping_rangeChris Wilson1-9/+27
2009-06-23drm/i915: initialize fence registers to zero when loading GEMGrégoire Henry1-0/+13
2009-06-23drm/i915: Fix size_t handling in off-by-default debug printfsKrzysztof Halasa1-3/+3
2009-06-19drm: Remove memory debugging infrastructure.Eric Anholt1-19/+16
2009-06-18drm/i915: Clear fence register on tiling stride change.Chris Wilson1-1/+36
2009-06-18drm/i915: Install fence register for tiled scanout on i915Chris Wilson1-6/+4
2009-06-18drm/i915: detach/attach get/put pages symmetryChris Wilson1-0/+4
2009-06-10drm/i915: NOMEM->NOSPCChris Wilson1-5/+5
2009-06-10drm/i915: use I915_GEM_GPU_DOMAINSChris Wilson1-13/+9
2009-06-10drm/i915: no need to hold mutex for object lookupChris Wilson1-2/+1
2009-06-10drm/i915: OR in the COMMAND read domain for the batch buffer.Chris Wilson1-2/+6
2009-06-10drm/i915: Sanity check execbuffer arguments before touching state.Chris Wilson1-11/+27
2009-06-09drm/i915: handle interrupt on new chipsetZhenyu Wang1-1/+4
2009-06-04drm/i915: Change GEM throttling to be 20ms like the comment says.Eric Anholt1-15/+54
2009-06-04drm/i915: Remove a bad BUG_ON in the fence management code.Eric Anholt1-3/+0
2009-05-28i915: Set object to gtt domain when faulting it back inKristian Høgsberg1-0/+7
2009-05-27drm/i915: Apply a big hammer to 865 GEM object CPU cache flushing.Eric Anholt1-0/+10
2009-05-27drm/i915: Fix tiling pitch handling on 8xx.Eric Anholt1-2/+4
2009-05-22i915: support 8xx desktop cursorsJesse Barnes1-2/+2
2009-05-19drm/i915: allocate large pointer arrays with vmallocJesse Barnes1-23/+15
2009-05-15drm/i915: sanity check IER at wait_request timeJesse Barnes1-0/+9
2009-04-22drm/i915: fix unpaired i915 device mutex on entervt failure.Wu Fengguang1-1/+3
2009-04-14drm/i915: fix scheduling while holding the new active list spinlockShaohua Li1-1/+12
2009-04-08drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.Eric Anholt1-12/+118
2009-04-08drm/i915: Correctly set the write flag for get_user_pages in pread.Eric Anholt1-1/+1
2009-04-08drm/i915: Fix use of uninitialized var in 40a5f0deFlorian Mickler1-12/+22
2009-04-08drm/i915: Implement batch and ring buffer dumpingBen Gamari1-5/+3
2009-04-02drm/i915: Add a spinlock to protect the active_listCarl Worth1-4/+20
2009-04-01drm/i915: check for -EINVAL from vm_insert_pfnJesse Barnes1-0/+1
2009-04-01drm/i915: fix up tiling/fence reg setup on i8xx class hwDaniel Vetter1-5/+8
2009-03-29drm/i915: check the return value from the copy from userDave Airlie1-1/+4
2009-03-29drm: merge Linux master into HEADDave Airlie1-164/+730
2009-03-28i915/drm: Remove two redundant agp_chipset_flushesOwain G. Ainsworth1-4/+0
2009-03-28drm/i915: Fix lock order reversal in GEM relocation entry copying.Eric Anholt1-54/+133
2009-03-28drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths.Eric Anholt1-4/+23
2009-03-28drm/i915: Fix lock order reversal in shmem pread path.Eric Anholt1-26/+195
2009-03-28drm/i915: Fix lock order reversal in shmem pwrite path.Eric Anholt1-20/+205
2009-03-28drm/i915: Make GEM object's page lists refcounted instead of get/free.Eric Anholt1-34/+36
2009-03-28drm/i915: Fix lock order reversal in GTT pwrite path.Eric Anholt1-27/+139
2009-03-13i915/drm: Remove two redundant agp_chipset_flushesOwain G. Ainsworth1-4/+0
2009-03-13drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt1-1/+1
2009-03-11drm/i915: fix 945 fence register writes for fence 8 and above.Eric Anholt1-4/+17
2009-03-11drm/i915: Protect active fences on i915Chris Wilson1-7/+31
2009-03-11drm/i915: Check to see if we've pinned all available fencesChris Wilson1-2/+10
2009-03-11drm/i915: Check fence status on every pin.Chris Wilson1-8/+15
2009-03-11drm/i915: First recheck for an empty fence register.Chris Wilson1-1/+1
2009-03-10i915: add newline to i915_gem_object_pin failure msgKyle McMartin1-1/+1
2009-03-10drm: Return EINVAL on duplicate objects in execbuffer object listKristian Høgsberg1-1/+16