aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-13drm/i915: Skip applying copy engine fusesLucas De Marchi1-0/+4
2022-09-12drm/i915/gt: Extract function to apply media fusesLucas De Marchi1-65/+72
2022-09-12drm/i915/gt: Use MEDIA_VER() when handling media fusesLucas De Marchi1-5/+4
2022-09-12drm/i915/mtl: Use primary GT's irq lock for media GTMatt Roper1-4/+4
2022-09-12drm/i915: Prepare more multi-GT initializationMatt Roper1-1/+1
2022-08-25drm/i915/mtl: Don't mask off CCS according to DSS fusingMatt Roper1-1/+1
2022-07-08drm/i915/gt: Add general DSS steering iterator to intel_gt_mcrMatt Roper1-24/+10
2022-06-27drm/i915/reset: Add additional steps for Wa_22011802037 for execlist backendUmesh Nerlige Ramappa1-2/+86
2022-06-17drm/i915/gt: Cleanup interface for MCR operationsMatt Roper1-18/+15
2022-06-17drm/i915/gt: Move multicast register handling to a dedicated fileMatt Roper1-1/+2
2022-06-02drm/i915/sseu: Disassociate internal subslice mask representation from uapiMatt Roper1-2/+2
2022-05-10drm/i915/pvc: read fuses for link copy enginesLucas De Marchi1-0/+29
2022-05-10drm/i915/pvc: Reset support for new copy enginesMatt Roper1-0/+8
2022-05-10drm/i915/pvc: Engine definitions for new copy enginesMatt Roper1-0/+56
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1-5/+6
2022-04-19drm/i915: Add Wa_22011802037 force cs haltTilak Tangudu1-0/+9
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula1-32/+125
2022-03-22drm/i915/guc: Print the GuC error capture output register list.Alan Previn1-3/+1
2022-03-18drm/i915: Add logical mapping for video decode enginesMatthew Brost1-5/+17
2022-03-04drm/i915/xehp: Support platforms with CCS engines but no RCSMatt Roper1-0/+5
2022-03-02drm/i915: Use str_enabled_disabled()Lucas De Marchi1-1/+1
2022-03-02drm/i915: Use str_yes_no()Lucas De Marchi1-4/+5
2022-03-02drm/i915/xehp: handle fused off CCS enginesDaniele Ceraolo Spurio1-0/+25
2022-03-02drm/i915/xehp: Enable ccs/dual-ctx in RCU_MODEMatt Roper1-0/+17
2022-03-02drm/i915/xehp: Define context scheduling attributes in lrc descriptorMatt Roper1-1/+3
2022-03-02drm/i915: Move context descriptor fields to intel_lrc.hMatt Roper1-0/+1
2022-03-02drm/i915/xehp: CCS should use RCS setup functionsMatt Roper1-0/+6
2022-03-02drm/i915/xehp: CCS shares the render reset domainMatt Roper1-0/+4
2022-03-02drm/i915/xehp: Define compute class and engineMatt Roper1-0/+28
2022-02-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin1-12/+4
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-6/+3
2022-02-22drm/i915/gt: use get_reset_domain() helperTejas Upadhyay1-32/+42
2022-02-14drm/i915: move i915_cache_level_str() static in i915_debugfs.cJani Nikula1-11/+0
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+1
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-0/+1
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-28/+40
2022-01-11drm/i915/gt: Move engine registers to their own headerMatt Roper1-0/+1
2022-01-11drm/i915: Use struct vma_resource instead of struct vma_snapshotThomas Hellström1-6/+3
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström1-2/+2
2022-01-10drm/i915: split out i915_cmd_parser.h from i915_drv.hJani Nikula1-1/+1
2021-12-08drm/i915/gt: Use hw_engine_masks as reset_domainsTejas Upadhyay1-0/+32
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström1-2/+6
2021-10-28drm/i915/pmu: Connect engine busyness stats from GuC to pmuUmesh Nerlige Ramappa1-27/+1
2021-10-28drm/i915/pmu: Add a name to the execlists statsUmesh Nerlige Ramappa1-6/+8
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost1-3/+3
2021-10-15drm/i915: Add logical engine mappingMatthew Brost1-9/+51
2021-09-24drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström1-0/+4
2021-09-20drm/i915/xehp: Check new fuse bits for SFC availabilityMatt Roper1-5/+20
2021-08-11drm/i915/dg2: Report INSTDONE_GEOM values in error stateMatt Roper1-0/+7
2021-08-11drm/i915/xehp: Loop over all gslices for INSTDONE processingMatt Roper1-22/+26