summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter1-0/+2
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson1-24/+6
2012-11-21drm/i915: Remove bogus test for a present execbufferChris Wilson1-9/+0
2012-11-12drm/i915: Stop using AGP layer for GEN6+Ben Widawsky1-1/+1
2012-10-22Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter1-3/+2
2012-10-17drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffersChris Wilson1-3/+22
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-309/+82
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-20drm/i915: Assert that the exec object lookup table is a power-of-twoChris Wilson1-0/+1
2012-09-20drm/i915: Drop the misleading cast to the wrong user pointer typeChris Wilson1-6/+3
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson1-1/+2
2012-08-24drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbufferChris Wilson1-69/+45
2012-08-24drm/i915: Use cpu relocations if the object is in the GTT but not mappableChris Wilson1-0/+1
2012-08-24drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson1-1/+1
2012-08-21drm/i915: Track unbound pagesChris Wilson1-7/+2
2012-08-17Merge tag 'v3.6-rc2' into drm-intel-nextDaniel Vetter1-10/+10
2012-08-05drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround.Eric Anholt1-10/+10
2012-07-25drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson1-3/+1
2012-07-25drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson1-8/+1
2012-07-25drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbufferChris Wilson1-0/+1
2012-07-25drm/i915: Replace the complex flushing logic with simple invalidate/flush allDaniel Vetter1-202/+20
2012-07-25drm/i915: Remove the per-ring write listChris Wilson1-5/+2
2012-07-25drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson1-1/+1
2012-07-25drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson1-6/+1
2012-07-25drm/i915: Set the context before setting up regs for the context.Eric Anholt1-4/+4
2012-07-20drm/i915: Insert a flush between batches if the breadcrumb was droppedChris Wilson1-2/+7
2012-06-20drm/i915: disable flushing_list/gpu_write_listDaniel Vetter1-40/+12
2012-06-14drm/i915/context: switch contexts with execbuf2Ben Widawsky1-0/+16
2012-05-20drm/i915: Check whether the ring is initialised prior to dispatchChris Wilson1-8/+5
2012-05-08drm/i915: Limit calling mark-busy only for potential scanoutsChris Wilson1-1/+4
2012-05-08Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter1-1/+8
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter1-1/+7
2012-05-03drm/i915: disallow clip rects on gen5+Daniel Vetter1-0/+5
2012-05-03drm/i915: remove do_retire from i915_wait_requestBen Widawsky1-1/+2
2012-04-24drm/i915: fix integer overflow in i915_gem_do_execbuffer()Xi Wang1-0/+5
2012-04-24drm/i915: fix integer overflow in i915_gem_execbuffer2()Xi Wang1-1/+2
2012-04-18drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson1-1/+1
2012-04-18drm/i915: Always flush tiling changes before accessing through the GTTChris Wilson1-1/+5
2012-04-12drm/i915: use semaphores for the display planeBen Widawsky1-59/+1
2012-04-12drm/i915: Reorganise rules for get_fence/put_fenceChris Wilson1-10/+5
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie1-26/+68
2012-04-01drm/i915: Mark untiled BLT commands as fenced on gen2/3Chris Wilson1-1/+1
2012-03-27mm: extend prefault helpers to fault in more than PAGE_SIZEDaniel Vetter1-1/+1
2012-03-27drm/i915: Avoid using mappable space for relocation processing through the CPUChris Wilson1-11/+25
2012-03-26drm/i915: Batch copy_from_user for relocation processingChris Wilson1-13/+29
2012-03-21drm/i915: implement SNB workaround for lazy global gttDaniel Vetter1-1/+13
2012-02-10Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter1-2/+2
2012-02-10drm/i915: ppgtt binding/unbinding supportDaniel Vetter1-0/+9
2012-02-09drm/i915: s/DRM_ERROR/DRM_DEBUG in i915_gem_execbuffer.cDaniel Vetter1-25/+25