Home
last modified time | relevance | path

Searched refs:IS_MTL_GRAPHICS_STEP (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_workarounds.c815 if (IS_MTL_GRAPHICS_STEP(i915, M, STEP_B0, STEP_FOREVER) || in mtl_ctx_gt_tuning_init()
816 IS_MTL_GRAPHICS_STEP(i915, P, STEP_B0, STEP_FOREVER)) in mtl_ctx_gt_tuning_init()
827 if (IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_B0) || in mtl_ctx_workarounds_init()
828 IS_MTL_GRAPHICS_STEP(i915, P, STEP_A0, STEP_B0)) { in mtl_ctx_workarounds_init()
1750 if (IS_MTL_GRAPHICS_STEP(gt->i915, M, STEP_A0, STEP_B0) || in xelpg_gt_workarounds_init()
1751 IS_MTL_GRAPHICS_STEP(gt->i915, P, STEP_A0, STEP_B0)) { in xelpg_gt_workarounds_init()
2429 if (IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_B0) || in rcs_engine_wa_init()
2430 IS_MTL_GRAPHICS_STEP(i915, P, STEP_A0, STEP_B0)) { in rcs_engine_wa_init()
2436 if (IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_B0) || in rcs_engine_wa_init()
2437 IS_MTL_GRAPHICS_STEP(i915, P, STEP_A0, STEP_B0) || in rcs_engine_wa_init()
[all …]
Dgen8_engine_cs.c229 if (IS_MTL_GRAPHICS_STEP(rq->i915, M, STEP_A0, STEP_B0) || in mtl_dummy_pipe_control()
230 IS_MTL_GRAPHICS_STEP(rq->i915, P, STEP_A0, STEP_B0)) { in mtl_dummy_pipe_control()
821 if (IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_B0) || in gen12_emit_fini_breadcrumb_rcs()
822 IS_MTL_GRAPHICS_STEP(i915, P, STEP_A0, STEP_B0)) in gen12_emit_fini_breadcrumb_rcs()
Dintel_gt_mcr.c169 if (IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_B0) || in intel_gt_mcr_init()
170 IS_MTL_GRAPHICS_STEP(i915, P, STEP_A0, STEP_B0)) in intel_gt_mcr_init()
Dintel_lrc.c1379 if (IS_MTL_GRAPHICS_STEP(ce->engine->i915, M, STEP_A0, STEP_B0) || in gen12_emit_indirect_ctx_rcs()
1380 IS_MTL_GRAPHICS_STEP(ce->engine->i915, P, STEP_A0, STEP_B0) || in gen12_emit_indirect_ctx_rcs()
Dintel_engine_cs.c1619 if (IS_MTL_GRAPHICS_STEP(engine->i915, M, STEP_A0, STEP_B0) || in __intel_engine_stop_cs()
Dintel_execlists_submission.c3004 if (IS_MTL_GRAPHICS_STEP(engine->i915, M, STEP_A0, STEP_B0) || in execlists_reset_prepare()
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c280 if (IS_MTL_GRAPHICS_STEP(gt->i915, M, STEP_A0, STEP_B0) || in guc_ctl_wa_flags()
295 if (IS_MTL_GRAPHICS_STEP(gt->i915, M, STEP_A0, STEP_B0) || in guc_ctl_wa_flags()
Dintel_guc_submission.c1693 if (IS_MTL_GRAPHICS_STEP(engine->i915, M, STEP_A0, STEP_B0) || in guc_engine_reset_prepare()
4302 if (IS_MTL_GRAPHICS_STEP(engine->i915, M, STEP_A0, STEP_B0) || in guc_default_vfuncs()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_drv.h661 #define IS_MTL_GRAPHICS_STEP(__i915, variant, since, until) \ macro
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c2172 if (IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_B0) || in skl_plane_has_rc_ccs()
2173 IS_MTL_GRAPHICS_STEP(i915, P, STEP_A0, STEP_B0)) in skl_plane_has_rc_ccs()