Searched defs:mtk_drm_crtc (Results 1 – 1 of 1) sorted by relevance
37 struct mtk_drm_crtc { struct38 struct drm_crtc base;39 bool enabled;41 bool pending_needs_vblank;42 struct drm_pending_vblank_event *event;44 struct drm_plane *planes;45 unsigned int layer_nr;46 bool pending_planes;47 bool pending_async_planes;72 static inline struct mtk_drm_crtc *to_mtk_crtc(struct drm_crtc *c) in to_mtk_crtc() argument