Home
last modified time | relevance | path

Searched refs:IS_ADLP_DISPLAY_STEP (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/i915/display/
Dintel_psr.c561 if (IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_E0)) { in hsw_activate_psr2()
738 if (IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) in tgl_dc3co_exitline_compute_config()
968 IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) { in intel_psr2_config_valid()
1208 if (IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0) && in intel_psr_enable_source()
1397 if (IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0) && in intel_psr_disable_locked()
Dskl_universal_plane.c1917 if (IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) in gen12_plane_supports_mc_ccs()
1941 if (IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) in gen12_plane_format_mod_supported()
1998 if (IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) in gen12_get_plane_modifiers()
Dintel_cdclk.c2866 if (IS_ADLP_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) in intel_init_cdclk_hooks()
Dintel_dpll_mgr.c3742 if (!IS_ADLP_DISPLAY_STEP(i915, STEP_A0, STEP_B0) || in adlp_cmtg_clock_gating_wa()
/drivers/gpu/drm/i915/
Di915_drv.h1551 #define IS_ADLP_DISPLAY_STEP(__i915, since, until) \ macro