Searched refs:hwplanes (Results 1 – 1 of 1) sorted by relevance
354 unsigned int hwplanes = 0; in rcar_du_crtc_update_planes() local385 hwplanes |= 1 << index; in rcar_du_crtc_update_planes()392 hwplanes |= 1 << index; in rcar_du_crtc_update_planes()400 hwplanes = 1 << (rcrtc->index % 2); in rcar_du_crtc_update_planes()403 hwplanes = 1 << ((rcrtc->index % 2) ? 2 : 0); in rcar_du_crtc_update_planes()418 dptsr_planes = rcrtc->index % 2 ? rcrtc->group->dptsr_planes | hwplanes in rcar_du_crtc_update_planes()419 : rcrtc->group->dptsr_planes & ~hwplanes; in rcar_du_crtc_update_planes()