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
561 intf_active = DPU_REG_READ(c, CTL_INTF_ACTIVE);
565 intf_active |= BIT(cfg->intf - INTF_0);
571 DPU_REG_WRITE(c, CTL_INTF_ACTIVE, intf_active);
622 u32 intf_active = 0; local
646 intf_active = DPU_REG_READ(c, CTL_INTF_ACTIVE);
647 intf_active &= ~BIT(cfg->intf - INTF_0);
648 DPU_REG_WRITE(c, CTL_INTF_ACTIVE, intf_active);

Completed in 212 milliseconds