Searched defs:mtk_crtc (Results 1 – 1 of 1) sorted by relevance
41 struct mtk_crtc { struct42 struct drm_crtc base;43 bool enabled;45 bool pending_needs_vblank;46 struct drm_pending_vblank_event *event;48 struct drm_plane *planes;49 unsigned int layer_nr;50 bool pending_planes;51 bool pending_async_planes;76 struct mtk_crtc_state { argument[all …]