aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-12drm/i915: Prevent double unref following alloc failure during execbufferChris Wilson1-8/+20
2013-11-27drm/i915: Pin relocations for the duration of constructing the execbufferChris Wilson1-28/+32
2013-11-08drm/i915/bdw: unleash PPGTTBen Widawsky1-2/+1
2013-11-08drm/i915/bdw: Support 64b relocationsBen Widawsky1-1/+31
2013-10-01drm/i915: Convert active API to VMABen Widawsky1-2/+1
2013-10-01drm/i915: Use unsigned for overflow checks in execbufDaniel Vetter1-6/+6
2013-10-01drm/i915: Use kcalloc moreDaniel Vetter1-1/+2
2013-09-12drm/i915: evict VM instead of everythingBen Widawsky1-1/+7
2013-09-06drm/i915: ban badly behaving contextsMika Kuoppala1-0/+12
2013-09-04drm/i915: Always prefer CPU relocations with LLCChris Wilson1-2/+3
2013-09-04drm/i915: inline vma_create into lookup_or_create_vmaDaniel Vetter1-3/+8
2013-09-04drm/i915: Convert execbuf code to use vmasBen Widawsky1-144/+176
2013-09-03drm/i915: fix up the relocate_entry refactoringDaniel Vetter1-0/+3
2013-08-23drm/i915: Cleaning up the relocate entry functionRafael Barbalho1-34/+54
2013-08-22drm/i915: Only do a chipset flush after a clflushChris Wilson1-2/+3
2013-08-10drm/i915: Update rules for writing through the LLC with the cpuChris Wilson1-1/+1
2013-08-08drm/i915: mm_list is per VMABen Widawsky1-0/+2
2013-08-08drm/i915: turn bound_ggtt checks to bound_anyBen Widawsky1-1/+1
2013-08-08drm/i915: plumb VM into bind/unbind codeBen Widawsky1-1/+1
2013-08-05drm/i915: thread address space through execbufBen Widawsky1-28/+49
2013-08-05drm/i915: Add VM to pinBen Widawsky1-1/+3
2013-07-26drm/i915: Replace open-coded offset_in_page()Chris Wilson1-2/+2
2013-07-19drm/i915: add prefault_disable module optionXiong Zhang1-2/+4
2013-07-16drm/i915: Replace open-coding of DEFAULT_CONTEXT_IDChris Wilson1-3/+3
2013-07-10drm/i915: don't frob mm.suspended when not using umsDaniel Vetter1-1/+1
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky1-9/+10
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