Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_hotplug.c1031 unsigned int new_threshold; in i915_hpd_storm_ctl_write() local
1050 new_threshold = HPD_STORM_DEFAULT_THRESHOLD; in i915_hpd_storm_ctl_write()
1051 else if (kstrtouint(tmp, 10, &new_threshold) != 0) in i915_hpd_storm_ctl_write()
1054 if (new_threshold > 0) in i915_hpd_storm_ctl_write()
1057 new_threshold); in i915_hpd_storm_ctl_write()
1062 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()