summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Use hw_engine_masks as reset_domainsTejas Upadhyay2021-12-081-0/+32
* drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström2021-12-011-2/+6
* drm/i915/pmu: Connect engine busyness stats from GuC to pmuUmesh Nerlige Ramappa2021-10-281-27/+1
* drm/i915/pmu: Add a name to the execlists statsUmesh Nerlige Ramappa2021-10-281-6/+8
* drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost2021-10-151-3/+3
* drm/i915: Add logical engine mappingMatthew Brost2021-10-151-9/+51
* drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström2021-09-241-0/+4
* drm/i915/xehp: Check new fuse bits for SFC availabilityMatt Roper2021-09-201-5/+20
* drm/i915/dg2: Report INSTDONE_GEOM values in error stateMatt Roper2021-08-111-0/+7
* drm/i915/xehp: Loop over all gslices for INSTDONE processingMatt Roper2021-08-111-22/+26
* drm/i915/gt: remove GRAPHICS_VER == 10Lucas De Marchi2021-07-291-3/+0
* drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison2021-07-271-46/+94
* drm/i915/guc: Capture error state on context resetMatthew Brost2021-07-271-2/+9
* drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbsMatthew Brost2021-07-271-2/+26
* drm/i915/guc: GuC virtual enginesMatthew Brost2021-07-271-0/+14
* drm/i915/gt: nuke gen6_hw_idLucas De Marchi2021-07-261-6/+0
* drm/i915/xehp: Extra media engines - Part 1 (engine definitions)John Harrison2021-07-241-0/+44
* drm/i915/xehp: VDBOX/VEBOX fusing registers are enable-basedTvrtko Ursulin2021-07-221-1/+8
* drm/i915/gt: rename legacy engine->hw_id to engine->gen6_hw_idLucas De Marchi2021-07-221-6/+6
* drm/i915/gt: nuke unused legacy engine hw_idLucas De Marchi2021-07-221-4/+0
* drm/i915/gen12: Use fuse info to enable SFCVenkata Sandeep Dhanalakota2021-07-221-6/+24
* drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand2021-07-081-1/+2
* drm/i915: Use the correct IRQ during resumeThomas Zimmermann2021-07-021-1/+1
* drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost2021-06-181-6/+6
* drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost2021-06-181-3/+0
* drm/i915: Move active tracking to i915_sched_engineMatthew Brost2021-06-181-32/+11
* drm/i915: Add i915_sched_engine_is_empty functionMatthew Brost2021-06-181-1/+1
* drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost2021-06-181-4/+10
* drm/i915: extract steered reg access to common functionDaniele Ceraolo Spurio2021-06-171-39/+2
* drm/i915/gt: Export the pinned context constructor and destructorChris Wilson2021-06-171-10/+17
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-27/+27
* drm/i915/guc: Use guc_class instead of engine_class in fw interfaceDaniele Ceraolo Spurio2021-06-041-2/+4
* drm/i915/gt: Move CS interrupt handler to the backendChris Wilson2021-05-251-0/+7
* drm/i915/gt: Move submission_method into intel_gtChris Wilson2021-05-251-4/+8
* drm/i915/gt: Do release kernel context if breadcrumb measure failsJanusz Krzysztofik2021-05-101-1/+1
* drm/i915/gt: replace gen use in intel_engine_csLucas De Marchi2021-04-141-20/+20
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-30/+5
|\
| * drm/i915/gt: Always flush the submission queue on checking for idleChris Wilson2021-03-241-8/+2
| * drm/i915/gt: use new tasklet API for execution listEmil Renner Berthing2021-03-241-2/+2
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-20/+1
* | drm/i915: Handle ww locking in init_status_pageMaarten Lankhorst2021-03-241-13/+24
* | drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst2021-03-241-0/+1
|/
* Merge tag 'drm-intel-next-2021-03-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-03-181-1/+1
|\
| * Merge drm/drm-next into drm-intel-nextJani Nikula2021-03-111-8/+8
| |\
| * | drm/i915/gt: Remove references to struct drm_device.pdevThomas Zimmermann2021-02-021-1/+1
* | | drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin2021-03-121-1/+6
| |/ |/|
* | drm/i915/gt: Convert stats.active to plain unsigned intChris Wilson2021-01-151-4/+4
* | drm/i915/gt: Drop atomic for engine->fw_active trackingChris Wilson2021-01-151-1/+1
* | drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson2021-01-151-3/+3
|/
* drm/i915/gt: Replace open-coded intel_engine_stop_cs()Chris Wilson2021-01-131-2/+13