hpd_storm_threshold  159 drivers/gpu/drm/i915/display/intel_hotplug.c 	const int threshold = hpd->hpd_storm_threshold;
hpd_storm_threshold 4019 drivers/gpu/drm/i915/i915_debugfs.c 	seq_printf(m, "Threshold: %d\n", hotplug->hpd_storm_threshold);
hpd_storm_threshold 4063 drivers/gpu/drm/i915/i915_debugfs.c 	hotplug->hpd_storm_threshold = new_threshold;
hpd_storm_threshold  161 drivers/gpu/drm/i915/i915_drv.h 	unsigned int hpd_storm_threshold;
hpd_storm_threshold 4377 drivers/gpu/drm/i915/i915_irq.c 	dev_priv->hotplug.hpd_storm_threshold = HPD_STORM_DEFAULT_THRESHOLD;