aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-7/+7
2018-12-28drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson1-2/+10
2018-12-18drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson1-1/+1
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-2/+2
2018-12-07drm/i915: Pipeline PDP updates for BraswellChris Wilson1-71/+69
2018-12-07drm/i915: Push EMIT_INVALIDATE at request start to backendsChris Wilson1-3/+6
2018-12-07drm/i915/icl: Forcibly evict stale csb entriesMika Kuoppala1-0/+23
2018-12-06drm/i915/execlists: Apply a full mb before execution for BraswellChris Wilson1-1/+6
2018-12-06drm/i915/execlists: Move RCS mmio workaround to new common wa_listChris Wilson1-41/+1
2018-12-04drm/i915: Allocate a common scratch pageChris Wilson1-12/+5
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin1-1/+1
2018-12-04drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin1-2/+3
2018-12-04drm/i915: Introduce per-engine workaroundsTvrtko Ursulin1-0/+4
2018-12-04drm/i915: Complete the fences as they are cancelled due to wedgingChris Wilson1-2/+9
2018-12-03drm/i915/vgpu: Disallow loading on old vGPU hostsChris Wilson1-24/+8
2018-11-28drm/i915: Mark up early pre-production KabylakesChris Wilson1-12/+0
2018-11-08drm/i915: Set MI_INVALIDATE_BSD for all video-decode enginesChris Wilson1-1/+1
2018-11-08drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson1-1/+13
2018-10-18drm/i915: GEM_WARN_ON considered harmfulTvrtko Ursulin1-3/+3
2018-10-03drm/i915/execlists: Flush the CS events before unpinningChris Wilson1-0/+28
2018-10-01drm/i915: Pull scheduling under standalone lockChris Wilson1-263/+5
2018-10-01drm/i915: Priority boost for new clientsChris Wilson1-6/+19
2018-10-01drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson1-27/+60
2018-09-27drm/i915/execlists: Avoid kicking priority on the current contextChris Wilson1-11/+30
2018-09-27drm/i915: Remove i915.enable_ppgtt overrideChris Wilson1-8/+5
2018-09-27drm/i915: Log HWS seqno consistentlyTvrtko Ursulin1-1/+1
2018-09-25drm/i915: Match code to comment and enforce ppgtt for execlistsChris Wilson1-2/+3
2018-09-25drm/i915/execlists: Assert the queue is non-empty on unsubmittingChris Wilson1-0/+1
2018-09-20drm/i915/execlists: Onion unwind for logical_ring_init() failureChris Wilson1-7/+11
2018-09-14drm/i915/execlists: Use coherent writes into the context imageChris Wilson1-2/+4
2018-09-14drm/i915/execlists: Delay updating ring register state after resumeChris Wilson1-18/+15
2018-09-05drm/i915: Reduce context HW ID lifetimeChris Wilson1-0/+8
2018-09-04drm/i915/icl: Fix context RPCS programmingTvrtko Ursulin1-13/+74
2018-08-29drm/i915/execlists: Flush tasklet directly from reset-finishChris Wilson1-11/+6
2018-08-16drm/i915/execlists: Include reset depth in tracesChris Wilson1-2/+4
2018-08-15drm/i915: Remove useless error return from intel_init_mocs_engine()Chris Wilson1-5/+1
2018-08-10drm/i915/icl: account for context save/restore removed bitsPaulo Zanoni1-8/+6
2018-08-06drm/i915: kill resource streamer supportLucas De Marchi1-6/+4
2018-08-01drm/i915/execlists: Terminate the context image with BB_ENDChris Wilson1-0/+4
2018-07-27drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson1-1/+1
2018-07-27drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski1-3/+2
2018-07-27drm/i915: Remove superfluous GEN8_LR_CONTEXT_ALIGNChris Wilson1-1/+1
2018-07-27drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson1-1/+1
2018-07-24drm/i915: Pull unpin map into vma releaseChris Wilson1-1/+1
2018-07-19drm/i915/execlists: Move the assertion we have the rpm wakeref downChris Wilson1-14/+11
2018-07-19drm/i915/guc: Keep guc submission permanently engagedChris Wilson1-2/+2
2018-07-16drm/i915/selftests: Force a preemption hangChris Wilson1-0/+3
2018-07-16drm/i915/execlists: Always clear preempt status on cancelling allChris Wilson1-4/+2
2018-07-16drm/i915/execlists: Disable submission tasklet upon wedgingChris Wilson1-0/+8