Searched refs:dptsr_planes (Results 1 – 4 of 4) sorted by relevance
211 unsigned int dptsr_planes; in rcar_du_crtc_update_planes() local263 dptsr_planes = rcrtc->index % 2 ? rcrtc->group->dptsr_planes | hwplanes in rcar_du_crtc_update_planes()264 : rcrtc->group->dptsr_planes & ~hwplanes; in rcar_du_crtc_update_planes()266 if (dptsr_planes != rcrtc->group->dptsr_planes) { in rcar_du_crtc_update_planes()268 (dptsr_planes << 16) | dptsr_planes); in rcar_du_crtc_update_planes()269 rcrtc->group->dptsr_planes = dptsr_planes; in rcar_du_crtc_update_planes()
92 rcar_du_group_write(rgrp, DPTSR, (rgrp->dptsr_planes << 16) | in rcar_du_group_setup()93 rgrp->dptsr_planes); in rcar_du_group_setup()
46 unsigned int dptsr_planes; member
412 ? plane->group->dptsr_planes in rcar_du_atomic_check()413 : ~plane->group->dptsr_planes; in rcar_du_atomic_check()781 rgrp->dptsr_planes = rgrp->num_crtcs > 1 ? 0xf0 : 0; in rcar_du_modeset_init()