Searched refs:lut_regs (Results 1 – 2 of 2) sorted by relevance
160 void __iomem *lut_regs; member1273 writel(word, vop->lut_regs + i * 4); in vop_crtc_write_gamma_lut()1285 if (!vop->lut_regs) in vop_crtc_gamma_set()1528 if (vop->lut_regs && crtc_state->color_mgmt_changed && in vop_crtc_atomic_check()1907 if (vop->lut_regs) { in vop_create_crtc()2222 vop->lut_regs = devm_ioremap_resource(dev, res); in vop_bind()2223 if (IS_ERR(vop->lut_regs)) in vop_bind()2224 return PTR_ERR(vop->lut_regs); in vop_bind()
202 void __iomem *lut_regs; member1637 writel(word, vop2->lut_regs + i * 4); in vop2_crtc_write_gamma_lut()1671 if (!vop2->lut_regs) in vop2_crtc_atomic_try_set_gamma()2285 if (!vp->vop2->lut_regs || !crtc_state->color_mgmt_changed || in vop2_crtc_atomic_check_gamma()3311 if (vop2->lut_regs) { in vop2_create_crtcs()3656 vop2->lut_regs = devm_ioremap_resource(dev, res); in vop2_bind()3657 if (IS_ERR(vop2->lut_regs)) in vop2_bind()3658 return PTR_ERR(vop2->lut_regs); in vop2_bind()