Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c3981 unsigned int new_threshold; in i915_hpd_storm_ctl_write() local
4000 new_threshold = HPD_STORM_DEFAULT_THRESHOLD; in i915_hpd_storm_ctl_write()
4001 else if (kstrtouint(tmp, 10, &new_threshold) != 0) in i915_hpd_storm_ctl_write()
4004 if (new_threshold > 0) in i915_hpd_storm_ctl_write()
4006 new_threshold); in i915_hpd_storm_ctl_write()
4011 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()