Searched defs:mtk_drm_crtc (Results 1 – 1 of 1) sorted by relevance
40 struct mtk_drm_crtc { struct41 struct drm_crtc base;42 bool enabled;44 bool pending_needs_vblank;45 struct drm_pending_vblank_event *event;47 struct drm_plane *planes;48 unsigned int layer_nr;49 bool pending_planes;50 bool pending_async_planes;76 static inline struct mtk_drm_crtc *to_mtk_crtc(struct drm_crtc *c) in to_mtk_crtc() argument