Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c142 u32 hotplug_en; in cdv_intel_crt_detect_hotplug() local
152 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()
153 hotplug_en &= ~(CRT_HOTPLUG_DETECT_MASK); in cdv_intel_crt_detect_hotplug()
154 hotplug_en |= CRT_HOTPLUG_FORCE_DETECT; in cdv_intel_crt_detect_hotplug()
156 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64; in cdv_intel_crt_detect_hotplug()
157 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50; in cdv_intel_crt_detect_hotplug()
162 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c1347 u32 hotplug_en = hpd_mask_i915[encoder->hpd_pin]; in i915_hpd_enable_detection() local
1350 i915_hotplug_interrupt_update(i915, hotplug_en, hotplug_en); in i915_hpd_enable_detection()
1355 u32 hotplug_en; in i915_hpd_irq_setup() local
1363 hotplug_en = intel_hpd_enabled_irqs(dev_priv, hpd_mask_i915); in i915_hpd_irq_setup()
1369 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64; in i915_hpd_irq_setup()
1370 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50; in i915_hpd_irq_setup()
1377 hotplug_en); in i915_hpd_irq_setup()