Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Ddisplay.c219 vgpu_vreg_t(vgpu, DDI_BUF_CTL(port)) |= DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
282 ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
311 ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
341 ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
420 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_B)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
446 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
472 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
Dhandlers.c793 vgpu_vreg(vgpu, offset) &= ~DDI_BUF_IS_IDLE; in ddi_buf_ctl_mmio_write()
795 vgpu_vreg(vgpu, offset) |= DDI_BUF_IS_IDLE; in ddi_buf_ctl_mmio_write()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dicl_dsi.c556 DDI_BUF_IS_IDLE), in gen11_dsi_enable_ddi_buffer()
1408 DDI_BUF_IS_IDLE), in gen11_dsi_disable_port()
Dintel_ddi.c177 DDI_BUF_IS_IDLE), 8)) in intel_wait_ddi_buf_idle()
194 DDI_BUF_IS_IDLE), IS_DG2(dev_priv) ? 1200 : 500, 10, 10); in intel_wait_ddi_buf_active()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_reg.h6937 #define DDI_BUF_IS_IDLE (1 << 7) macro