summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)Tvrtko Ursulin2019-02-051-1/+3
* drm/i915/perf: lock powergating configuration to default when activeLionel Landwerlin2019-02-051-11/+35
* drm/i915: Record the sseu configuration per-context & engineLionel Landwerlin2019-02-051-15/+16
* drm/i915/execlists: Suppress preempting selfChris Wilson2019-01-291-8/+88
* drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson2019-01-291-9/+11
* drm/i915: Identify active requestsChris Wilson2019-01-291-5/+34
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-11/+20
* drm/i915: Allocate a status page for each timelineChris Wilson2019-01-281-5/+17
* drm/i915: Introduce concept of per-timeline (context) HWSPChris Wilson2019-01-281-3/+6
* drm/i915: Always allocate an object/vma for the HWSPChris Wilson2019-01-281-3/+9
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-61/+30Star
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-251-4/+0Star
* drm/i915: Measure the required reserved size for request emissionChris Wilson2019-01-251-5/+7
* drm/i915/execlists: Move RPCS setup to context pinTvrtko Ursulin2019-01-251-17/+28
* drm/i915/execlists: Mark up priority boost on preemptionChris Wilson2019-01-231-0/+4
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-01-221-3/+3
|\
| * Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-091-3/+3
| |\
| | * drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala2018-12-071-3/+3
| * | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-281/+95Star
| |\ \
| * | | drm/i915: Allocate a common scratch pageChris Wilson2018-12-121-13/+6Star
| * | | drm/i915/execlists: Apply a full mb before execution for BraswellChris Wilson2018-12-121-1/+6
| * | | drm/i915: Introduce per-engine workaroundsTvrtko Ursulin2018-12-051-0/+4
| * | | drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson2018-11-121-1/+13
* | | | drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson2019-01-221-1/+1
* | | | 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