Home
last modified time | relevance | path

Searched refs:mtk_ddp_comp (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h44 struct mtk_ddp_comp;
76 struct mtk_ddp_comp { struct
83 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable() argument
91 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable()
97 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
106 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
112 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
118 static inline void mtk_ddp_comp_register_vblank_cb(struct mtk_ddp_comp *comp, in mtk_ddp_comp_register_vblank_cb()
127 static inline void mtk_ddp_comp_unregister_vblank_cb(struct mtk_ddp_comp *comp) in mtk_ddp_comp_unregister_vblank_cb()
133 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_enable_vblank()
[all …]
Dmtk_drm_crtc.c63 struct mtk_ddp_comp **ddp_comp;
167 struct mtk_ddp_comp *comp; in mtk_drm_crtc_destroy()
263 struct mtk_ddp_comp *mtk_drm_ddp_comp_for_plane(struct drm_crtc *crtc, in mtk_drm_ddp_comp_for_plane()
268 struct mtk_ddp_comp *comp; in mtk_drm_ddp_comp_for_plane()
391 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init()
404 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init()
465 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config()
627 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_enable_vblank()
637 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_disable_vblank()
646 struct mtk_ddp_comp *comp; in mtk_drm_crtc_plane_check()
[all …]
Dmtk_drm_drv.h50 struct mtk_ddp_comp ddp_comp[DDP_COMPONENT_ID_MAX];
Dmtk_drm_ddp_comp.c469 struct mtk_ddp_comp *ddp_comp) in mtk_drm_find_comp_in_ddp()
519 int mtk_ddp_comp_init(struct device_node *node, struct mtk_ddp_comp *comp, in mtk_ddp_comp_init()