Searched refs:IS_MTL_GRAPHICS_STEP (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/i915/gt/ |
| D | intel_workarounds.c | 815 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 …]
|
| D | gen8_engine_cs.c | 229 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()
|
| D | intel_gt_mcr.c | 169 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()
|
| D | intel_lrc.c | 1379 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()
|
| D | intel_engine_cs.c | 1619 if (IS_MTL_GRAPHICS_STEP(engine->i915, M, STEP_A0, STEP_B0) || in __intel_engine_stop_cs()
|
| D | intel_execlists_submission.c | 3004 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/ |
| D | intel_guc.c | 280 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()
|
| D | intel_guc_submission.c | 1693 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/ |
| D | i915_drv.h | 661 #define IS_MTL_GRAPHICS_STEP(__i915, variant, since, until) \ macro
|
| /Linux-v6.6/drivers/gpu/drm/i915/display/ |
| D | skl_universal_plane.c | 2172 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()
|