Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c151 const int threshold = hpd->hpd_storm_threshold; in intel_hpd_irq_storm_detect()
748 i915->display.hotplug.hpd_storm_threshold = HPD_STORM_DEFAULT_THRESHOLD; in intel_hpd_init_early()
817 seq_printf(m, "Threshold: %d\n", hotplug->hpd_storm_threshold); in i915_hpd_storm_ctl_show()
862 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()
H A Dintel_display_core.h174 unsigned int hpd_storm_threshold; member