aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-29drm/i915: Fix GEN8_MCR_SELECTOR programmingTvrtko Ursulin1-2/+7
2019-07-29drm/i915: Lock the engine while dumping the active requestChris Wilson1-7/+4
2019-06-18drm/i915: Don't dereference request if it may have been retired when printingChris Wilson1-7/+9
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson1-31/+31
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson1-20/+3
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-4/+4
2019-06-10drm/i915: Make read_subslice_reg take engineTvrtko Ursulin1-11/+12
2019-05-29Revert "drm/i915: Expand subslice mask"Jani Nikula1-22/+2
2019-05-28drm/i915: Expand subslice maskStuart Summers1-2/+22
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson1-1/+1
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-0/+3
2019-05-28drm/i915/guc: Updates for GuC 32.0.3 firmwareMichal Wajdeczko1-5/+4
2019-05-22drm/i915: Engine discovery queryTvrtko Ursulin1-0/+41
2019-05-08drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEADChris Wilson1-3/+2
2019-05-07drm/i915: Assert the local engine->wakeref is activeChris Wilson1-0/+3
2019-05-03drm/i915/execlists: Flush the tasklet on parkingChris Wilson1-0/+2
2019-05-02drm/i915: Include fence signaled bit in print_request()Chris Wilson1-1/+4
2019-05-01drm/i915: Move the engine->destroy() vfunc onto the engineChris Wilson1-31/+37
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson1-1/+1
2019-04-26drm/i915: Split engine setup/init into two phasesChris Wilson1-41/+58
2019-04-26drm/i915: Export intel_context_instance()Chris Wilson1-1/+7
2019-04-26drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)Chris Wilson1-1/+1
2019-04-26drm/i915: Enable render context support for Ironlake (gen5)Chris Wilson1-0/+16
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-137/+5
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-0/+1761