Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hotplug.c164 const int threshold = hpd->hpd_storm_threshold; in intel_hpd_irq_storm_detect()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.h171 unsigned int hpd_storm_threshold; member
H A Di915_debugfs.c3967 seq_printf(m, "Threshold: %d\n", hotplug->hpd_storm_threshold); in i915_hpd_storm_ctl_show()
4011 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()
H A Di915_irq.c3937 dev_priv->hotplug.hpd_storm_threshold = HPD_STORM_DEFAULT_THRESHOLD; in intel_irq_init()