Home
last modified time | relevance | path

Searched refs:GT_MEDIA (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h23 ((gt)->type != GT_MEDIA && \
37 ((gt) && (gt)->type == GT_MEDIA && \
H A Dintel_gt_types.h94 GT_MEDIA, enumerator
H A Dselftest_slpc.c373 if (gt->type != GT_MEDIA && (engine->class == VIDEO_DECODE_CLASS || in run_test()
H A Dintel_workarounds.c1683 if (gt->type == GT_MEDIA) { in gt_init_workarounds()
2135 if (engine->gt->type == GT_MEDIA) in intel_engine_init_whitelist()
H A Dintel_engine_cs.c1175 if (engine->gt->type == GT_MEDIA) { in intel_engine_init_tlb_invalidation()
/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.c134 if (pxp->ctrl_gt->type == GT_MEDIA) in pxp_init_full()
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c2207 if (uncore->gt->type == GT_MEDIA) in intel_uncore_fw_domains_init()
2428 if (uncore->gt->type == GT_MEDIA) in uncore_forcewake_init()
H A Di915_perf.c4832 engine->gt->type != GT_MEDIA); in __oam_engine_group()
4896 if (i == PERF_GROUP_OAG && gt->type != GT_MEDIA) { in oa_init_groups()
H A Di915_gpu_error.c1300 if (MEDIA_VER(i915) >= 13 && engine->gt->type == GT_MEDIA) in engine_record_registers()