Searched refs:hwplanes (Results 1 – 1 of 1) sorted by relevance
351 unsigned int hwplanes = 0; in rcar_du_crtc_update_planes() local382 hwplanes |= 1 << index; in rcar_du_crtc_update_planes()389 hwplanes |= 1 << index; in rcar_du_crtc_update_planes()397 hwplanes = 1 << (rcrtc->index % 2); in rcar_du_crtc_update_planes()400 hwplanes = 1 << ((rcrtc->index % 2) ? 2 : 0); in rcar_du_crtc_update_planes()415 dptsr_planes = rcrtc->index % 2 ? rcrtc->group->dptsr_planes | hwplanes in rcar_du_crtc_update_planes()416 : rcrtc->group->dptsr_planes & ~hwplanes; in rcar_du_crtc_update_planes()