Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mediatek/
Dmtk_drm_crtc.c40 struct mtk_drm_crtc { struct
76 static inline struct mtk_drm_crtc *to_mtk_crtc(struct drm_crtc *c) in to_mtk_crtc() argument
78 return container_of(c, struct mtk_drm_crtc, base); in to_mtk_crtc()
86 static void mtk_drm_crtc_finish_page_flip(struct mtk_drm_crtc *mtk_crtc) in mtk_drm_crtc_finish_page_flip()
98 static void mtk_drm_finish_page_flip(struct mtk_drm_crtc *mtk_crtc) in mtk_drm_finish_page_flip()
109 struct mtk_drm_crtc *mtk_crtc = to_mtk_crtc(crtc); in mtk_drm_crtc_destroy()
173 static int mtk_crtc_ddp_clk_enable(struct mtk_drm_crtc *mtk_crtc) in mtk_crtc_ddp_clk_enable()
193 static void mtk_crtc_ddp_clk_disable(struct mtk_drm_crtc *mtk_crtc) in mtk_crtc_ddp_clk_disable()
206 struct mtk_drm_crtc *mtk_crtc = to_mtk_crtc(crtc); in mtk_drm_ddp_comp_for_plane()
231 static int mtk_crtc_ddp_hw_init(struct mtk_drm_crtc *mtk_crtc) in mtk_crtc_ddp_hw_init()
[all …]
DMakefile9 mtk_drm_crtc.o \