Searched refs:intf_active (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c547 u32 intf_active = 0; local
562 intf_active = DPU_REG_READ(c, CTL_INTF_ACTIVE);
567 intf_active |= BIT(cfg->intf - INTF_0);
576 DPU_REG_WRITE(c, CTL_INTF_ACTIVE, intf_active);
625 u32 intf_active = 0; local
649 intf_active = DPU_REG_READ(c, CTL_INTF_ACTIVE);
650 intf_active &= ~BIT(cfg->intf - INTF_0);
651 DPU_REG_WRITE(c, CTL_INTF_ACTIVE, intf_active);

Completed in 143 milliseconds