/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_device.h | 148 #define HAS_CUR_FBC(__display) (!HAS_GMCH(__display) && IS_DISPLAY_VER(__display, 7, 13)) 173 #define HAS_LSPCON(__display) (IS_DISPLAY_VER(__display, 9, 10)) 227 #define IS_DISPLAY_VER(__display, from, until) \ macro
|
H A D | intel_display_debugfs.c | 752 if (DISPLAY_VER(i915) >= 13 || IS_DISPLAY_VER(i915, 9, 10)) { in i915_lpsp_status() 754 } else if (IS_DISPLAY_VER(i915, 11, 12)) { in i915_lpsp_status() 949 else if (IS_DISPLAY_VER(i915, 9, 10)) in i915_lpsp_capability_show()
|
H A D | intel_vrr.c | 289 if (IS_DISPLAY_VER(display, 12, 13)) in intel_vrr_set_transcoder_timings()
|
H A D | intel_fbc.c | 907 if (IS_DISPLAY_VER(display, 11, 12)) in intel_fbc_program_workarounds() 1342 if (IS_DISPLAY_VER(display, 12, 14) && crtc_state->has_sel_update && in intel_fbc_check_plane() 1349 if ((IS_DISPLAY_VER(display, 12, 13) || in intel_fbc_check_plane()
|
H A D | intel_psr.c | 1458 } else if (IS_DISPLAY_VER(display, 12, 14)) { in intel_psr2_config_valid() 1462 } else if (IS_DISPLAY_VER(display, 10, 11)) { in intel_psr2_config_valid() 1801 if (IS_DISPLAY_VER(display, 11, 14) && crtc_state->wm_level_disabled) in wm_optimization_wa() 1871 if (IS_DISPLAY_VER(display, 9, 10)) in intel_psr_enable_source()
|
H A D | intel_display_device.c | 1765 if (IS_DISPLAY_VER(display, 7, 8) && HAS_PCH_SPLIT(i915)) { in __intel_display_device_info_runtime_init() 1830 if (IS_DISPLAY_VER(display, 10, 12) && in __intel_display_device_info_runtime_init()
|
H A D | intel_pps.c | 1000 if (IS_DISPLAY_VER(display, 13, 14)) in intel_pps_on_unlocked() 1014 if (IS_DISPLAY_VER(display, 13, 14)) in intel_pps_on_unlocked()
|
H A D | intel_display_irq.c | 285 return IS_DISPLAY_VER(display, 3, 4) && IS_MOBILE(i915); in i915_has_legacy_blc_interrupt() 1859 if (IS_DISPLAY_VER(dev_priv, 11, 13)) { in gen8_de_irq_postinstall()
|
H A D | intel_modeset_setup.c | 943 if (IS_DISPLAY_VER(i915, 10, 12)) in intel_early_display_was()
|
H A D | intel_crt.c | 384 else if (IS_DISPLAY_VER(display, 3, 4)) in intel_crt_mode_valid()
|
H A D | intel_bw.c | 1464 if (intel_has_sagv(i915) && IS_DISPLAY_VER(i915, 11, 13)) in intel_bw_init()
|
H A D | intel_fb.c | 546 if (!IS_DISPLAY_VER(i915, md->display_ver.from, md->display_ver.until)) in plane_has_modifier()
|
H A D | intel_ddi.c | 586 if (IS_DISPLAY_VER(dev_priv, 8, 10) && in intel_ddi_transcoder_func_reg_val_get() 675 if (IS_DISPLAY_VER(dev_priv, 8, 10)) in intel_ddi_disable_transcoder_func()
|
H A D | skl_universal_plane.c | 2671 plane->need_async_flip_toggle_wa = IS_DISPLAY_VER(dev_priv, 9, 10); in skl_universal_plane_create()
|
H A D | intel_hdmi.c | 535 if (!(IS_DISPLAY_VER(display, 13, 14) && crtc_state->has_psr && in hsw_write_infoframe()
|
H A D | intel_bios.c | 1227 if (!IS_DISPLAY_VER(display, 3, 7)) { in parse_sdvo_device_mapping()
|
H A D | skl_watermark.c | 1394 return IS_DISPLAY_VER(display, 13, 20) && in use_minimal_wm0_only()
|