Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_hotplug.c152 const int threshold = hpd->hpd_storm_threshold; in intel_hpd_irq_storm_detect()
872 i915->display.hotplug.hpd_storm_threshold = HPD_STORM_DEFAULT_THRESHOLD; in intel_hpd_init_early()
1015 seq_printf(m, "Threshold: %d\n", hotplug->hpd_storm_threshold); in i915_hpd_storm_ctl_show()
1060 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()
Dintel_display_core.h187 unsigned int hpd_storm_threshold; member