aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-30drm/i915: Enable cmd parser to do secure batch promotion for aliasing ppgttDaniel Vetter1-5/+1
2015-04-23drm/i915: Fix up the vma aliasing ppgtt bindingDaniel Vetter1-4/+3
2015-04-23drm/i915: Don't use atomics for pg_dirty_ringsDaniel Vetter1-3/+2
2015-04-23drm/i915: Don't look at pg_dirty_rings for aliasing ppgttDaniel Vetter1-3/+0
2015-04-20drm/i915: Dont clear PIN_GLOBAL in the execbuf pinning fallbackDaniel Vetter1-3/+4
2015-04-10drm/i915: Split the batch pool by engineChris Wilson1-2/+1
2015-04-10drm/i915: Tidy batch pool logicChris Wilson1-8/+5
2015-04-01drm/i915: Rename 'do_execbuf' to 'execbuf_submit'John Harrison1-3/+3
2015-03-27drm/i915: Skip allocating shadow batch for 0-length batchesChris Wilson1-1/+1
2015-03-20drm/i915: Track page table reload needBen Widawsky1-0/+7
2015-03-20drm/i915: Fallback to using CPU relocations for large batch buffersChris Wilson1-11/+75
2015-03-17drm/i915: pass which operation triggered the frontbuffer trackingPaulo Zanoni1-1/+1
2015-03-17drm/i915: Fix trivial typos in comments and warning messageYannick Guerrini1-1/+1
2015-02-25drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison1-12/+13
2015-02-23drm/i915: Trim the command parser allocationsChris Wilson1-35/+39
2015-01-27drm/i915: Specify bsd rings through exec flagZhipeng Gong1-2/+24
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter1-3/+0
2015-01-08drm/i915: Reserve shadow batch VMA analogue to othersTvrtko Ursulin1-0/+2
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie1-3/+0
2014-12-16drm/i915: Tidy up execbuffer command parsing codeBrad Volkin1-55/+69
2014-12-16drm/i915: Mark shadow batch buffers as purgeableBrad Volkin1-1/+8
2014-12-16drm/i915: Use batch length instead of object size in command parserBrad Volkin1-0/+1
2014-12-16drm/i915: Use batch pools with the command parserBrad Volkin1-6/+46
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin1-3/+6
2014-12-03drm/i915: Convert trace functions from seqno to requestJohn Harrison1-3/+1
2014-12-03drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison1-1/+1
2014-12-03drm/i915: Remove 'outstanding_lazy_seqno'John Harrison1-1/+3
2014-12-03drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison1-3/+3
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-7/+42
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom1-0/+3
2014-11-20drm/i915: Ditch dev_priv->ums.mm_suspendDaniel Vetter1-6/+0
2014-11-19drm/i915: Remove DRI1 ring accessors and APIChris Wilson1-1/+42
2014-11-07drm/i915: Request PIN_GLOBAL when pinning a vma for GTT relocationsChris Wilson1-1/+1
2014-11-04drm/i915: Abort command parsing for chained batchesBrad Volkin1-11/+13
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-6/+3
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter1-2/+3
2014-08-11drm/i915/bdw: Workload submission mechanism for ExeclistsOscar Mateo1-2/+2
2014-08-11drm/i915: Abstract the legacy workload submission mechanism awayOscar Mateo1-10/+10
2014-08-11drm/i915/bdw: Deferred creation of user-created LRCsOscar Mateo1-0/+8
2014-08-11drm/i915: Simplify relocate_entry_gtt() and make 64-bit safeChris Wilson1-13/+12
2014-08-11drm/i915: Remove redundant list_empty(eb->vmas) tests in execbufferChris Wilson1-6/+0
2014-08-11drm/i915: Pre-validate the NEED_GTTS flag for execbufferChris Wilson1-10/+10
2014-08-11drm/i915: Fix secure dispatch with full ppgttDaniel Vetter1-23/+25
2014-08-11drm/i915: Remove fenced_gpu_access and pending_fenced_gpu_accessChris Wilson1-15/+19
2014-08-11drm/i915: Force CPU relocations if not GTT mappedChris Wilson1-29/+30
2014-07-08drm/i915: Extract the actual workload submission mechanism from execbufferOscar Mateo1-136/+162
2014-07-08drm/i915: Emphasize that ctx->id is merely a user handleOscar Mateo1-1/+1
2014-06-19drm/i915: Track frontbuffer invalidation/flushingDaniel Vetter1-4/+2
2014-06-13drm/i915: Fix __user sparse warningVille Syrjälä1-1/+1
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-41/+89