Searched refs:IS_DISPLAY_VER (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_device.h | 59 #define HAS_LSPCON(i915) (IS_DISPLAY_VER(i915, 9, 10))
|
H A D | intel_display_debugfs.c | 754 if (DISPLAY_VER(i915) >= 13 || IS_DISPLAY_VER(i915, 9, 10)) { in i915_lpsp_status() 756 } else if (IS_DISPLAY_VER(i915, 11, 12)) { in i915_lpsp_status() 1176 else if (IS_DISPLAY_VER(i915, 9, 10)) in i915_lpsp_capability_show()
|
H A D | intel_modeset_setup.c | 909 if (IS_DISPLAY_VER(i915, 10, 12)) in intel_early_display_was()
|
H A D | intel_display_device.c | 997 if (IS_DISPLAY_VER(i915, 10, 12) && in intel_display_device_info_runtime_init()
|
H A D | intel_crt.c | 372 else if (IS_DISPLAY_VER(dev_priv, 3, 4)) in intel_crt_mode_valid()
|
H A D | intel_psr.c | 1366 IS_DISPLAY_VER(dev_priv, 11, 13)) in wm_optimization_wa() 1423 if (IS_DISPLAY_VER(dev_priv, 9, 10)) in intel_psr_enable_source()
|
H A D | intel_fbc.c | 1102 if ((IS_DISPLAY_VER(i915, 12, 13) || in intel_fbc_check_plane()
|
H A D | intel_display_irq.c | 1710 if (IS_DISPLAY_VER(dev_priv, 11, 13)) { in gen8_de_irq_postinstall()
|
H A D | intel_fb.c | 393 if (!IS_DISPLAY_VER(i915, md->display_ver.from, md->display_ver.until)) in plane_has_modifier()
|
H A D | skl_universal_plane.c | 2290 plane->need_async_flip_disable_wa = IS_DISPLAY_VER(dev_priv, in skl_universal_plane_create()
|
H A D | intel_display.c | 1754 else if (IS_ALDERLAKE_P(dev_priv) || IS_DISPLAY_VER(dev_priv, 11, 12)) in intel_phy_is_combo() 2458 return IS_DISPLAY_VER(dev_priv, 5, 7) || IS_CHERRYVIEW(dev_priv); in intel_cpu_transcoder_has_m2_n2() 7552 } else if (IS_DISPLAY_VER(dev_priv, 3, 4)) { in intel_setup_outputs()
|
H A D | intel_ddi.c | 571 if (IS_DISPLAY_VER(dev_priv, 8, 10) && in intel_ddi_transcoder_func_reg_val_get() 646 if (IS_DISPLAY_VER(dev_priv, 8, 10)) in intel_ddi_disable_transcoder_func()
|
H A D | intel_hdmi.c | 526 if (IS_DISPLAY_VER(dev_priv, 13, 14) && crtc_state->has_psr && type == DP_SDP_VSC) in hsw_write_infoframe()
|
H A D | intel_bios.c | 1207 if (!IS_DISPLAY_VER(i915, 3, 7)) { in parse_sdvo_device_mapping()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 440 #define IS_DISPLAY_VER(i915, from, until) \ macro
|