Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h46 struct mtk_ddp_comp;
85 struct mtk_ddp_comp { struct
92 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable() argument
100 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable()
106 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
115 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
121 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
127 static inline void mtk_ddp_comp_register_vblank_cb(struct mtk_ddp_comp *comp, in mtk_ddp_comp_register_vblank_cb()
136 static inline void mtk_ddp_comp_unregister_vblank_cb(struct mtk_ddp_comp *comp) in mtk_ddp_comp_unregister_vblank_cb()
142 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_enable_vblank()
[all …]
Dmtk_drm_crtc.c65 struct mtk_ddp_comp **ddp_comp;
166 struct mtk_ddp_comp *comp; in mtk_drm_crtc_destroy()
262 struct mtk_ddp_comp *mtk_drm_ddp_comp_for_plane(struct drm_crtc *crtc, in mtk_drm_ddp_comp_for_plane()
267 struct mtk_ddp_comp *comp; in mtk_drm_ddp_comp_for_plane()
394 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init()
407 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init()
473 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config()
635 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_enable_vblank()
645 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_disable_vblank()
654 struct mtk_ddp_comp *comp; in mtk_drm_crtc_plane_check()
[all …]
Dmtk_drm_drv.h48 struct mtk_ddp_comp ddp_comp[DDP_COMPONENT_DRM_ID_MAX];
Dmtk_drm_ddp_comp.c496 struct mtk_ddp_comp *ddp_comp) in mtk_drm_find_comp_in_ddp()
546 int mtk_ddp_comp_init(struct device_node *node, struct mtk_ddp_comp *comp, in mtk_ddp_comp_init()