Searched refs:GT_MEDIA (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_types.h94 GT_MEDIA, enumerator in enum:intel_gt_type
H A Dintel_gt.h23 ((gt)->type != GT_MEDIA && \
37 ((gt) && (gt)->type == GT_MEDIA && \
H A Dintel_gt.c118 if (gt->type == GT_MEDIA) {
238 return gt->type == GT_MEDIA ?
275 if (MEDIA_VER(i915) >= 13 && gt->type == GT_MEDIA) {
963 case GT_MEDIA:
1035 return MEDIA_VER_FULL(gt->i915) == IP_VER(13, 0) && gt->type == GT_MEDIA;
H A Dintel_gt_pm_debugfs.c276 if (gt->type == GT_MEDIA) {
298 if (gt->type == GT_MEDIA)
H A Dselftest_slpc.c358 if (gt->type != GT_MEDIA && (engine->class == VIDEO_DECODE_CLASS ||
H A Dintel_gt_irq.c332 u32 mask = gt->type == GT_MEDIA ?
H A Dintel_gt_mcr.c165 if (MEDIA_VER(i915) >= 13 && gt->type == GT_MEDIA) {
H A Dintel_gtt.c676 if (gt->type == GT_MEDIA) {
H A Dintel_rc6.c589 case GT_MEDIA:
H A Dintel_rps.c1103 u32 rp_state_cap = rps_to_gt(rps)->type == GT_MEDIA ?
1106 u32 rpe = rps_to_gt(rps)->type == GT_MEDIA ?
H A Dintel_workarounds.c1749 if (gt->type == GT_MEDIA) {
2229 if (engine->gt->type == GT_MEDIA)
H A Dintel_engine_cs.c1204 if (engine->gt->type == GT_MEDIA) {
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.c132 if (pxp->ctrl_gt->type == GT_MEDIA)
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c126 u32 irq = gt->type == GT_MEDIA ? MTL_MGUC : GEN11_GUC;
197 if (gt->type == GT_MEDIA) {
H A Dintel_uc_fw.c1019 GEM_BUG_ON(gt->type == GT_MEDIA && gt->info.id > 1);
1020 if (gt->type == GT_MEDIA)
/linux-master/drivers/gpu/drm/i915/
H A Di915_pci.c810 .type = GT_MEDIA,
H A Dintel_uncore.c2351 if (uncore->gt->type == GT_MEDIA)
2572 if (uncore->gt->type == GT_MEDIA)
H A Di915_perf.c4874 engine->gt->type != GT_MEDIA);
4938 if (i == PERF_GROUP_OAG && gt->type != GT_MEDIA) {
H A Di915_gpu_error.c1245 if (MEDIA_VER(i915) >= 13 && engine->gt->type == GT_MEDIA)

Completed in 310 milliseconds