summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-1/+1
* drm/i915: Move intel_execlists_show_requests() asideChris Wilson2019-01-151-0/+58
* drm/i915: Combined gt.awake/gt.power wakerefsChris Wilson2019-01-141-1/+1
* drm/i915: drop DPF code for gen8+Daniele Ceraolo Spurio2019-01-101-4/+0Star
* drm/i915: init per-engine WAs for all enginesDaniele Ceraolo Spurio2019-01-101-1/+2
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-7/+7
* drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson2018-12-281-2/+10
* drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson2018-12-181-1/+1
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-2/+2
* drm/i915: Pipeline PDP updates for BraswellChris Wilson2018-12-071-71/+69Star
* drm/i915: Push EMIT_INVALIDATE at request start to backendsChris Wilson2018-12-071-3/+6
* drm/i915/icl: Forcibly evict stale csb entriesMika Kuoppala2018-12-071-0/+23
* drm/i915/execlists: Apply a full mb before execution for BraswellChris Wilson2018-12-061-1/+6
* drm/i915/execlists: Move RCS mmio workaround to new common wa_listChris Wilson2018-12-061-41/+1Star
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-12/+5Star
* drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-041-1/+1
* drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin2018-12-041-2/+3
* drm/i915: Introduce per-engine workaroundsTvrtko Ursulin2018-12-041-0/+4
* drm/i915: Complete the fences as they are cancelled due to wedgingChris Wilson2018-12-041-2/+9
* drm/i915/vgpu: Disallow loading on old vGPU hostsChris Wilson2018-12-031-24/+8Star
* drm/i915: Mark up early pre-production KabylakesChris Wilson2018-11-281-12/+0Star
* drm/i915: Set MI_INVALIDATE_BSD for all video-decode enginesChris Wilson2018-11-081-1/+1
* drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson2018-11-081-1/+13
* drm/i915: GEM_WARN_ON considered harmfulTvrtko Ursulin2018-10-181-3/+3
* drm/i915/execlists: Flush the CS events before unpinningChris Wilson2018-10-031-0/+28
* drm/i915: Pull scheduling under standalone lockChris Wilson2018-10-011-263/+5Star
* drm/i915: Priority boost for new clientsChris Wilson2018-10-011-6/+19
* drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson2018-10-011-27/+60
* drm/i915/execlists: Avoid kicking priority on the current contextChris Wilson2018-09-271-11/+30
* drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-8/+5Star
* drm/i915: Log HWS seqno consistentlyTvrtko Ursulin2018-09-271-1/+1
* drm/i915: Match code to comment and enforce ppgtt for execlistsChris Wilson2018-09-251-2/+3
* drm/i915/execlists: Assert the queue is non-empty on unsubmittingChris Wilson2018-09-251-0/+1
* drm/i915/execlists: Onion unwind for logical_ring_init() failureChris Wilson2018-09-201-7/+11
* drm/i915/execlists: Use coherent writes into the context imageChris Wilson2018-09-141-2/+4
* drm/i915/execlists: Delay updating ring register state after resumeChris Wilson2018-09-141-18/+15Star
* drm/i915: Reduce context HW ID lifetimeChris Wilson2018-09-051-0/+8
* drm/i915/icl: Fix context RPCS programmingTvrtko Ursulin2018-09-041-13/+74
* drm/i915/execlists: Flush tasklet directly from reset-finishChris Wilson2018-08-291-11/+6Star
* drm/i915/execlists: Include reset depth in tracesChris Wilson2018-08-161-2/+4
* drm/i915: Remove useless error return from intel_init_mocs_engine()Chris Wilson2018-08-161-5/+1Star
* drm/i915/icl: account for context save/restore removed bitsPaulo Zanoni2018-08-101-8/+6Star
* drm/i915: kill resource streamer supportLucas De Marchi2018-08-061-6/+4Star
* drm/i915/execlists: Terminate the context image with BB_ENDChris Wilson2018-08-011-0/+4
* drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson2018-07-271-1/+1
* drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski2018-07-271-3/+2Star
* drm/i915: Remove superfluous GEN8_LR_CONTEXT_ALIGNChris Wilson2018-07-271-1/+1
* drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson2018-07-271-1/+1
* drm/i915: Pull unpin map into vma releaseChris Wilson2018-07-241-1/+1