Home
last modified time | relevance | path

Searched refs:IS_DISPLAY_VER (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_device.h150 #define HAS_CUR_FBC(__display) (!HAS_GMCH(__display) && IS_DISPLAY_VER(__display, 7, 13))
177 #define HAS_LSPCON(__display) (IS_DISPLAY_VER(__display, 9, 10))
231 #define IS_DISPLAY_VER(__display, from, until) \ macro
H A Dintel_display_debugfs.c710 if (DISPLAY_VER(display) >= 13 || IS_DISPLAY_VER(display, 9, 10)) { in i915_lpsp_status()
712 } else if (IS_DISPLAY_VER(display, 11, 12)) { in i915_lpsp_status()
880 else if (IS_DISPLAY_VER(display, 9, 10)) in i915_lpsp_capability_show()
H A Dintel_fbc.c916 if (IS_DISPLAY_VER(display, 11, 12)) in intel_fbc_program_workarounds()
1472 if ((IS_DISPLAY_VER(display, 12, 14) || HAS_FBC_DIRTY_RECT(display)) && in intel_fbc_check_plane()
1479 if ((IS_DISPLAY_VER(display, 12, 13) || in intel_fbc_check_plane()
H A Dintel_vrr.c362 if (IS_DISPLAY_VER(display, 12, 13)) in intel_vrr_set_transcoder_timings()
H A Dintel_psr.c1466 } else if (IS_DISPLAY_VER(display, 12, 14)) { in intel_psr2_config_valid()
1470 } else if (IS_DISPLAY_VER(display, 10, 11)) { in intel_psr2_config_valid()
1809 if (IS_DISPLAY_VER(display, 11, 14) && crtc_state->wm_level_disabled) in wm_optimization_wa()
1879 if (IS_DISPLAY_VER(display, 9, 10)) in intel_psr_enable_source()
H A Dintel_display_device.c1778 if (IS_DISPLAY_VER(display, 7, 8) && HAS_PCH_SPLIT(i915)) { in __intel_display_device_info_runtime_init()
1843 if (IS_DISPLAY_VER(display, 10, 12) && in __intel_display_device_info_runtime_init()
H A Dintel_pps.c996 if (IS_DISPLAY_VER(display, 13, 14)) in intel_pps_on_unlocked()
1010 if (IS_DISPLAY_VER(display, 13, 14)) in intel_pps_on_unlocked()
H A Dintel_modeset_setup.c914 if (IS_DISPLAY_VER(i915, 10, 12)) in intel_early_display_was()
H A Dintel_crt.c379 else if (IS_DISPLAY_VER(display, 3, 4)) in intel_crt_mode_valid()
H A Dintel_display_irq.c379 return IS_DISPLAY_VER(display, 3, 4) && IS_MOBILE(i915); in i915_has_legacy_blc_interrupt()
2294 if (IS_DISPLAY_VER(dev_priv, 11, 13)) { in gen8_de_irq_postinstall()
H A Dintel_ddi.c375 if (IS_DISPLAY_VER(display, 11, 13) && intel_encoder_is_tc(encoder)) { in intel_ddi_init_dp_buf_reg()
607 if (IS_DISPLAY_VER(dev_priv, 8, 10) && in intel_ddi_transcoder_func_reg_val_get()
696 if (IS_DISPLAY_VER(dev_priv, 8, 10)) in intel_ddi_disable_transcoder_func()
2237 if (IS_DISPLAY_VER(display, 12, 13)) in icl_program_mg_dp_mode()
H A Dintel_display.c1826 else if (display->platform.alderlake_p || IS_DISPLAY_VER(display, 11, 12)) in intel_phy_is_combo()
2428 IS_DISPLAY_VER(display, 13, 14); in intel_crtc_needs_wa_14015401596()
2604 return IS_DISPLAY_VER(display, 5, 7) || display->platform.cherryview; in intel_cpu_transcoder_has_m2_n2()
7763 } else if (IS_DISPLAY_VER(display, 3, 4)) { in intel_setup_outputs()
8243 return IS_DISPLAY_VER(display, 6, 11) && i915_vtd_active(i915); in intel_scanout_needs_vtd_wa()
H A Dintel_bw.c1514 if (intel_has_sagv(i915) && IS_DISPLAY_VER(i915, 11, 13)) in intel_bw_init()
H A Dintel_fb.c548 if (!IS_DISPLAY_VER(display, md->display_ver.from, md->display_ver.until)) in plane_has_modifier()
H A Dskl_universal_plane.c2865 plane->need_async_flip_toggle_wa = IS_DISPLAY_VER(display, 9, 10); in skl_universal_plane_create()
H A Dintel_hdmi.c535 if (!(IS_DISPLAY_VER(display, 13, 14) && crtc_state->has_psr && in hsw_write_infoframe()
H A Dintel_bios.c1227 if (!IS_DISPLAY_VER(display, 3, 7)) { in parse_sdvo_device_mapping()
H A Dskl_watermark.c1395 return IS_DISPLAY_VER(display, 13, 20) && in use_minimal_wm0_only()