Home
last modified time | relevance | path

Searched refs:pending_async_planes (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_crtc.c52 bool pending_async_planes; member
315 if (mtk_crtc->pending_async_planes) { in ddp_cmdq_cb()
324 mtk_crtc->pending_async_planes = false; in ddp_cmdq_cb()
533 if (mtk_crtc->pending_async_planes) { in mtk_crtc_ddp_config()
554 mtk_crtc->pending_async_planes = false; in mtk_crtc_ddp_config()
565 unsigned int pending_planes = 0, pending_async_planes = 0; in mtk_crtc_update_config() local
590 pending_async_planes |= BIT(i); in mtk_crtc_update_config()
595 if (pending_async_planes) in mtk_crtc_update_config()
596 mtk_crtc->pending_async_planes = true; in mtk_crtc_update_config()