Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_irq.c2044 hotplug_en |= HDMIB_HOTPLUG_INT_EN; in valleyview_irq_postinstall()
2046 hotplug_en |= HDMIC_HOTPLUG_INT_EN; in valleyview_irq_postinstall()
2048 hotplug_en |= HDMID_HOTPLUG_INT_EN; in valleyview_irq_postinstall()
2050 hotplug_en |= SDVOC_HOTPLUG_INT_EN; in valleyview_irq_postinstall()
2052 hotplug_en |= SDVOB_HOTPLUG_INT_EN; in valleyview_irq_postinstall()
2054 hotplug_en |= CRT_HOTPLUG_INT_EN; in valleyview_irq_postinstall()
2311 hotplug_en |= CRT_HOTPLUG_INT_EN; in i915_irq_postinstall()
2478 u32 hotplug_en; in i965_irq_postinstall() local
2520 hotplug_en = 0; in i965_irq_postinstall()
2522 hotplug_en |= HDMIB_HOTPLUG_INT_EN; in i965_irq_postinstall()
[all …]
H A Dintel_crt.c341 u32 hotplug_en, orig, stat; in intel_crt_detect_hotplug() local
360 hotplug_en = orig = I915_READ(PORT_HOTPLUG_EN); in intel_crt_detect_hotplug()
361 hotplug_en |= CRT_HOTPLUG_FORCE_DETECT; in intel_crt_detect_hotplug()
365 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en); in intel_crt_detect_hotplug()