Home
last modified time | relevance | path

Searched refs:mtk_drm_crtc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c20 #include "mtk_drm_crtc.h"
27 * struct mtk_drm_crtc - MediaTek specific crtc structure.
37 struct mtk_drm_crtc { struct
72 static inline struct mtk_drm_crtc *to_mtk_crtc(struct drm_crtc *c) in to_mtk_crtc()
74 return container_of(c, struct mtk_drm_crtc, base); in to_mtk_crtc()
82 static void mtk_drm_crtc_finish_page_flip(struct mtk_drm_crtc *mtk_crtc) in mtk_drm_crtc_finish_page_flip()
94 static void mtk_drm_finish_page_flip(struct mtk_drm_crtc *mtk_crtc) in mtk_drm_finish_page_flip()
105 struct mtk_drm_crtc *mtk_crtc = to_mtk_crtc(crtc); in mtk_drm_crtc_destroy()
171 struct mtk_drm_crtc *mtk_crtc = to_mtk_crtc(crtc); in mtk_drm_crtc_enable_vblank()
181 struct mtk_drm_crtc *mtk_crt in mtk_drm_crtc_disable_vblank()
[all...]
H A DMakefile6 mtk_drm_crtc.o \
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c23 #include "mtk_drm_crtc.h"
29 * struct mtk_drm_crtc - MediaTek specific crtc structure.
41 struct mtk_drm_crtc { struct
81 static inline struct mtk_drm_crtc *to_mtk_crtc(struct drm_crtc *c) in to_mtk_crtc()
83 return container_of(c, struct mtk_drm_crtc, base); in to_mtk_crtc()
91 static void mtk_drm_crtc_finish_page_flip(struct mtk_drm_crtc *mtk_crtc) in mtk_drm_crtc_finish_page_flip()
105 static void mtk_drm_finish_page_flip(struct mtk_drm_crtc *mtk_crtc) in mtk_drm_finish_page_flip()
154 struct mtk_drm_crtc *mtk_crtc = to_mtk_crtc(crtc); in mtk_drm_crtc_destroy()
235 static int mtk_crtc_ddp_clk_enable(struct mtk_drm_crtc *mtk_crtc) in mtk_crtc_ddp_clk_enable()
255 static void mtk_crtc_ddp_clk_disable(struct mtk_drm_crtc *mtk_crt
[all...]
H A DMakefile11 mtk_drm_crtc.o \

Completed in 4 milliseconds