Searched refs:hwplanes (Results 1 – 1 of 1) sorted by relevance
346 unsigned int hwplanes = 0; in rcar_du_crtc_update_planes() local377 hwplanes |= 1 << index; in rcar_du_crtc_update_planes()384 hwplanes |= 1 << index; in rcar_du_crtc_update_planes()392 hwplanes = 1 << (rcrtc->index % 2); in rcar_du_crtc_update_planes()395 hwplanes = 1 << ((rcrtc->index % 2) ? 2 : 0); in rcar_du_crtc_update_planes()410 dptsr_planes = rcrtc->index % 2 ? rcrtc->group->dptsr_planes | hwplanes in rcar_du_crtc_update_planes()411 : rcrtc->group->dptsr_planes & ~hwplanes; in rcar_du_crtc_update_planes()