Searched refs:IS_DISPLAY_STEP (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_device.h | 219 IS_DISPLAY_STEP((__display), (from), (until))) 232 #define IS_DISPLAY_STEP(__display, since, until) \ macro
|
H A D | intel_psr.c | 1033 if (IS_ALDERLAKE_P(dev_priv) && IS_DISPLAY_STEP(display, STEP_A0, STEP_E0)) { in hsw_activate_psr2() 1218 if (IS_ALDERLAKE_P(dev_priv) && IS_DISPLAY_STEP(display, STEP_A0, STEP_B0)) in tgl_dc3co_exitline_compute_config() 1429 if (IS_ALDERLAKE_P(dev_priv) && IS_DISPLAY_STEP(display, STEP_A0, STEP_B0)) { in intel_psr2_config_valid() 1481 IS_ALDERLAKE_P(dev_priv) && IS_DISPLAY_STEP(display, STEP_A0, STEP_B0)) { in intel_psr2_config_valid()
|
H A D | skl_universal_plane.c | 2540 if (IS_ALDERLAKE_P(i915) && IS_DISPLAY_STEP(i915, STEP_A0, STEP_B0)) in skl_plane_has_rc_ccs() 2561 (IS_TIGERLAKE(i915) && IS_DISPLAY_STEP(i915, STEP_A0, STEP_D0))) in tgl_plane_has_mc_ccs() 2565 if (IS_ALDERLAKE_P(i915) && IS_DISPLAY_STEP(i915, STEP_A0, STEP_B0)) in tgl_plane_has_mc_ccs()
|
H A D | intel_dp_mst.c | 1234 if (!IS_DISPLAY_STEP(display, STEP_D0, STEP_FOREVER)) in enable_bs_jitter_was() 1242 if (IS_DISPLAY_STEP(display, STEP_E0, STEP_FOREVER)) { in enable_bs_jitter_was()
|
H A D | intel_display_device.c | 1717 if (display->platform.alderlake_s && IS_DISPLAY_STEP(display, STEP_A0, STEP_A2)) in __intel_display_device_info_runtime_init()
|
H A D | intel_display_power.c | 1613 (display->platform.rocketlake && IS_DISPLAY_STEP(display, STEP_A0, STEP_B0))) in tgl_bw_buddy_init()
|
H A D | intel_dpll_mgr.c | 2607 IS_DISPLAY_STEP(i915, STEP_B0, STEP_FOREVER)) || in ehl_combo_pll_div_frac_wa_needed() 3936 if (!(IS_ALDERLAKE_P(i915) && IS_DISPLAY_STEP(i915, STEP_A0, STEP_B0)) || in adlp_cmtg_clock_gating_wa()
|
H A D | intel_cdclk.c | 3765 if (IS_ALDERLAKE_P(dev_priv) && IS_DISPLAY_STEP(dev_priv, STEP_A0, STEP_B0)) { in intel_init_cdclk_hooks()
|