Home
last modified time | relevance | path

Searched refs:HAS_DP_MST (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_display_device.h44 #define HAS_DP_MST(i915) (DISPLAY_INFO(i915)->has_dp_mst) macro
Dintel_hotplug.c755 i915->display.hotplug.hpd_short_storm_enabled = !HAS_DP_MST(i915); in intel_hpd_init_early()
932 new_state = !HAS_DP_MST(dev_priv); in i915_hpd_short_storm_ctl_write()
Dintel_dp_mst.c1246 if (!HAS_DP_MST(i915) || intel_dp_is_edp(intel_dp)) in intel_dp_mst_encoder_init()