Searched refs:DDI_BUF_IS_IDLE (Results 1 – 5 of 5) sorted by relevance
263 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_B)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()289 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()315 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
548 vgpu_vreg(vgpu, offset) &= ~DDI_BUF_IS_IDLE; in ddi_buf_ctl_mmio_write()550 vgpu_vreg(vgpu, offset) |= DDI_BUF_IS_IDLE; in ddi_buf_ctl_mmio_write()
516 DDI_BUF_IS_IDLE), in gen11_dsi_enable_ddi_buffer()1312 DDI_BUF_IS_IDLE), in gen11_dsi_disable_port()
1295 DDI_BUF_IS_IDLE), 8)) in intel_wait_ddi_buf_idle()1310 DDI_BUF_IS_IDLE), 500)) in intel_wait_ddi_buf_active()
9998 #define DDI_BUF_IS_IDLE (1 << 7) macro