aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-13drm/i915: add batch bo to i915_add_request()Mika Kuoppala1-3/+4
2013-06-13drm/i915: change i915_add_request to macroMika Kuoppala1-1/+1
2013-06-07drm/i915: Track when we dirty the scanout with render commandsChris Wilson1-1/+1
2013-05-31drm/i915: add I915_EXEC_VEBOX to i915_gem_do_execbuffer()Xiang, Haihao1-0/+9
2013-04-05Merge tag 'drm-intel-next-2013-03-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-18/+18
2013-03-27drm/i915: Fix build failureLauri Kasanen1-1/+1
2013-03-18drm/i915: Remove unneeded dev argumentBen Widawsky1-3/+2
2013-03-18drm/i915: Remove unused file arg from execbufBen Widawsky1-3/+2
2013-03-13drm/i915: bounds check execbuffer relocation countKees Cook1-3/+8
2013-03-13drm/i915: clarify reasoning for the access_ok callKees Cook1-1/+5
2013-03-03drm/i915: Add to_user_ptr()Ville Syrjälä1-11/+9
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-nextDave Airlie1-0/+21
2013-01-17drm/i915: Create a gtt structureBen Widawsky1-1/+1
2013-01-17drm/i915: Use the reloc.handle as an index into the execbuffer arrayChris Wilson1-39/+61
2013-01-17drm/i915: Allow userspace to hint that the relocations were knownDaniel Vetter1-23/+45
2013-01-17drm/i915: Move the execbuffer objects list from the stack into the trackerChris Wilson1-31/+27
2013-01-17drm/i915: Take the handle idr spinlock once for looking up the exec objectsChris Wilson1-40/+46
2013-01-17drm/i915: Mark a temporary allocation for copy-from-user as suchChris Wilson1-1/+1
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-53/+0
2013-01-16drm/i915: Invalidate the relocation presumed_offsets along the slow pathChris Wilson1-0/+21
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter1-0/+2
2012-12-03drm/i915: Remove check for conflicting relocation write-domainsChris Wilson1-11/+0
2012-11-29drm/i915: Kill i915_gem_execbuffer_wait_for_flips()Ville Syrjälä1-42/+0
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-11drm/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-03Merge 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