Home
last modified time | relevance | path

Searched refs:hpd_short_storm_enabled (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_display_core.h163 u8 hpd_short_storm_enabled; member
Dintel_hotplug.c151 (!long_hpd && !dev_priv->display.hotplug.hpd_short_storm_enabled)) in intel_hpd_irq_storm_detect()
Dintel_display_debugfs.c1657 str_yes_no(dev_priv->display.hotplug.hpd_short_storm_enabled)); in i915_hpd_short_storm_ctl_show()
1704 hotplug->hpd_short_storm_enabled = new_state; in i915_hpd_short_storm_ctl_write()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_irq.c4426 dev_priv->display.hotplug.hpd_short_storm_enabled = !HAS_DP_MST(dev_priv); in intel_irq_init()