Searched refs:lut_regs (Results 1 – 3 of 3) 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()
1473 writel(word, vop2->lut_regs + i * 4); in vop2_crtc_write_gamma_lut()1507 if (!vop2->lut_regs) in vop2_crtc_atomic_try_set_gamma()1811 if (!vp->vop2->lut_regs || !crtc_state->color_mgmt_changed || in vop2_crtc_atomic_check_gamma()2475 if (vop2->lut_regs) { in vop2_create_crtcs()2665 vop2->lut_regs = devm_ioremap_resource(dev, res); in vop2_bind()2666 if (IS_ERR(vop2->lut_regs)) in vop2_bind()2667 return PTR_ERR(vop2->lut_regs); in vop2_bind()
316 void __iomem *lut_regs; member