aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-11drm/i915: Always use kref tracking for all contexts.Chris Wilson1-1/+1
2014-03-31drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-2/+2
2014-03-07drm/i915: Implement command buffer parsing logicBrad Volkin1-0/+18
2014-02-14drm/i915: Only bind each object rather than for every execbufferDaniel Vetter1-5/+0
2014-02-14drm/i915: split PIN_GLOBAL out from PIN_MAPPABLEDaniel Vetter1-1/+1
2014-02-14drm/i915: Consolidate binding parameters into flagsDaniel Vetter1-6/+13
2014-01-27drm/i915: move module parameters into a struct, in a new fileJani Nikula1-1/+1
2014-01-27drm: dp helper: Add DP test sink CRC definition.Rodrigo Vivi1-1/+1
2014-01-25Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter1-79/+83
2014-01-22drm/i915: Clarify relocation errnosBen Widawsky1-7/+7
2014-01-16Merge commit origin/master into drm-intel-nextDaniel Vetter1-36/+52
2014-01-07drm/i915/ppgtt: Fix ioctl errno for "no such context"Ben Widawsky1-2/+2
2013-12-18drm/i915: Don't check for NEEDS_GTT when deciding the address spaceDaniel Vetter1-2/+1
2013-12-18drm/i915: Reject NEEDS_GTT relocations with full ppgttDaniel Vetter1-0/+6
2013-12-18drm/i915: Reject non-default contexts on non-render againDaniel Vetter1-2/+5
2013-12-18drm/i915: Use multiple VMs -- the point of no returnBen Widawsky1-6/+10
2013-12-18Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter1-28/+32
2013-12-18drm/i915: Get context early in execbufBen Widawsky1-18/+26
2013-12-18drm/i915: Permit contexts on all ringsBen Widawsky1-3/+0
2013-12-18drm/i915: Simplify ring handling in execbufBen Widawsky1-31/+10
2013-12-18drm/i915: Remove vm arg from relocate entryBen Widawsky1-7/+6
2013-12-18drm/i915: Create bind/unbind abstraction for VMAsBen Widawsky1-18/+25
2013-12-18drm/i915: Make pin count per VMABen Widawsky1-2/+4
2013-12-12drm/i915: Prevent double unref following alloc failure during execbufferChris Wilson1-8/+20
2013-12-10drm/i915: add runtime put/get calls at the basic placesPaulo Zanoni1-0/+6
2013-12-04drm/i915: check context reset stats before relocationsMika Kuoppala1-13/+25
2013-11-27drm/i915: Pin relocations for the duration of constructing the execbufferChris Wilson1-28/+32
2013-11-26drm/i915: Missed dropped VMA conversionBen Widawsky1-1/+1
2013-11-26drm/i915: Removed unused vm argsBen Widawsky1-5/+4
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