Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Ddisplay.c231 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_B)) |= DDI_BUF_CTL_ENABLE; in emulate_monitor_status_change()
232 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_B)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
251 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) |= DDI_BUF_CTL_ENABLE; in emulate_monitor_status_change()
252 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
271 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) |= DDI_BUF_CTL_ENABLE; in emulate_monitor_status_change()
272 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
288 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_A)) |= DDI_INIT_DISPLAY_DETECTED; in emulate_monitor_status_change()
Dhandlers.c542 if (offset == i915_mmio_reg_offset(DDI_BUF_CTL(PORT_E))) in ddi_buf_ctl_mmio_write()
561 u32 ddi_buf_ctl = vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_E)); in fdi_auto_training_started()
2388 MMIO_DH(DDI_BUF_CTL(PORT_A), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
2389 MMIO_DH(DDI_BUF_CTL(PORT_B), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
2390 MMIO_DH(DDI_BUF_CTL(PORT_C), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
2391 MMIO_DH(DDI_BUF_CTL(PORT_D), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
2392 MMIO_DH(DDI_BUF_CTL(PORT_E), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_ddi.c1030 i915_reg_t reg = DDI_BUF_CTL(port); in intel_wait_ddi_buf_idle()
1162 I915_WRITE(DDI_BUF_CTL(PORT_E), in hsw_fdi_link_train()
1166 POSTING_READ(DDI_BUF_CTL(PORT_E)); in hsw_fdi_link_train()
1209 temp = I915_READ(DDI_BUF_CTL(PORT_E)); in hsw_fdi_link_train()
1211 I915_WRITE(DDI_BUF_CTL(PORT_E), temp); in hsw_fdi_link_train()
1212 POSTING_READ(DDI_BUF_CTL(PORT_E)); in hsw_fdi_link_train()
1940 tmp = I915_READ(DDI_BUF_CTL(port)); in intel_ddi_get_hw_state()
2788 val = I915_READ(DDI_BUF_CTL(port)); in intel_disable_ddi_buf()
2791 I915_WRITE(DDI_BUF_CTL(port), val); in intel_disable_ddi_buf()
2997 I915_WRITE(DDI_BUF_CTL(port), in intel_enable_ddi_hdmi()
[all …]
Dintel_display.c14084 if (HAS_DDI(dev_priv) && I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES) in intel_crt_present()
14172 found = I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_INIT_DISPLAY_DETECTED; in intel_setup_outputs()
Di915_reg.h9062 #define DDI_BUF_CTL(port) _MMIO_PORT(port, _DDI_BUF_CTL_A, _DDI_BUF_CTL_B) macro