Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h24 ((gt)->type != GT_MEDIA && \
61 return MEDIA_VER_FULL(gt->i915) == IP_VER(13, 0) && gt->type == GT_MEDIA; in intel_gt_needs_wa_22016122933()
H A Dintel_gt_types.h94 GT_MEDIA, enumerator
H A Dintel_gt.c112 if (gt->type == GT_MEDIA) { in intel_gt_assign_ggtt()
232 return gt->type == GT_MEDIA ? in intel_gt_perf_limit_reasons_reg()
948 case GT_MEDIA: in intel_gt_probe_all()
H A Dintel_gt_pm_debugfs.c276 if (gt->type == GT_MEDIA) { in mtl_drpc()
299 if (gt->type == GT_MEDIA) in mtl_drpc()
H A Dintel_rc6.c528 gt->type == GT_MEDIA) { in rc6_supported()
590 case GT_MEDIA: in rc6_res_reg_init()
H A Dselftest_slpc.c357 if (gt->type != GT_MEDIA && (engine->class == VIDEO_DECODE_CLASS || in run_test()
H A Dintel_gt_mcr.c164 if (MEDIA_VER(i915) >= 13 && gt->type == GT_MEDIA) { in intel_gt_mcr_init()
H A Dintel_gtt.c644 if (gt->type == GT_MEDIA) { in setup_private_pat()
H A Dintel_gt_irq.c332 u32 mask = gt->type == GT_MEDIA ? in gen11_gt_irq_postinstall()
H A Dintel_workarounds.c1723 if (gt->type == GT_MEDIA) { in gt_init_workarounds()
2203 if (engine->gt->type == GT_MEDIA) in intel_engine_init_whitelist()
H A Dintel_rps.c1103 u32 rp_state_cap = rps_to_gt(rps)->type == GT_MEDIA ? in mtl_get_freq_caps()
1106 u32 rpe = rps_to_gt(rps)->type == GT_MEDIA ? in mtl_get_freq_caps()
H A Dintel_engine_cs.c1215 if (engine->gt->type == GT_MEDIA) { in intel_engine_init_tlb_invalidation()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c126 u32 irq = gt->type == GT_MEDIA ? MTL_MGUC : GEN11_GUC; in __gen11_reset_guc_interrupts()
180 if (gt->type == GT_MEDIA) { in intel_guc_init_early()
H A Dintel_uc_fw.c1003 GEM_BUG_ON(gt->type == GT_MEDIA && gt->info.id > 1); in uc_fw_ggtt_offset()
1004 if (gt->type == GT_MEDIA) in uc_fw_ggtt_offset()
/openbmc/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.c132 if (pxp->ctrl_gt->type == GT_MEDIA) in pxp_init_full()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pci.c811 .type = GT_MEDIA,
H A Dintel_uncore.c2348 if (uncore->gt->type == GT_MEDIA) in intel_uncore_fw_domains_init()
2569 if (uncore->gt->type == GT_MEDIA) in uncore_forcewake_init()
H A Di915_perf.c4900 engine->gt->type != GT_MEDIA); in __oam_engine_group()
4964 if (i == PERF_GROUP_OAG && gt->type != GT_MEDIA) { in oa_init_groups()
5326 if (gt->type == GT_MEDIA && in i915_perf_ioctl_version()