Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_display_core.h161 unsigned int hpd_storm_threshold; member
Dintel_hotplug.c147 const int threshold = hpd->hpd_storm_threshold; in intel_hpd_irq_storm_detect()
Dintel_display_debugfs.c1581 seq_printf(m, "Threshold: %d\n", hotplug->hpd_storm_threshold); in i915_hpd_storm_ctl_show()
1626 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_irq.c4416 dev_priv->display.hotplug.hpd_storm_threshold = HPD_STORM_DEFAULT_THRESHOLD; in intel_irq_init()