Searched refs:pending_planes (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_crtc.c33 * @pending_planes: whether any plane has pending changes to be applied
50 bool pending_planes; member in struct:mtk_crtc
319 if (mtk_crtc->pending_planes) {
328 mtk_crtc->pending_planes = false;
514 if (mtk_crtc->pending_planes) {
535 mtk_crtc->pending_planes = false;
570 unsigned int pending_planes = 0, pending_async_planes = 0; local
586 pending_planes |= BIT(i);
593 if (pending_planes)
594 mtk_crtc->pending_planes
[all...]

Completed in 224 milliseconds