Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_ddp_comp.h49 struct mtk_ddp_comp;
94 struct mtk_ddp_comp { struct
102 static inline int mtk_ddp_comp_power_on(struct mtk_ddp_comp *comp) in mtk_ddp_comp_power_on() argument
111 static inline void mtk_ddp_comp_power_off(struct mtk_ddp_comp *comp) in mtk_ddp_comp_power_off()
119 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable()
127 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable()
134 enum drm_mode_status mtk_ddp_comp_mode_valid(struct mtk_ddp_comp *comp, in mtk_ddp_comp_mode_valid()
142 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
151 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
157 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
[all …]
H A Dmtk_crtc.c65 struct mtk_ddp_comp **ddp_comp;
138 struct mtk_ddp_comp *comp; in mtk_crtc_destroy()
249 struct mtk_ddp_comp *mtk_ddp_comp_for_plane(struct drm_crtc *crtc, in mtk_ddp_comp_for_plane()
254 struct mtk_ddp_comp *comp; in mtk_ddp_comp_for_plane()
392 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init()
405 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init()
475 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config()
642 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_enable_vblank()
652 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_disable_vblank()
682 struct mtk_ddp_comp *comp = &priv->ddp_comp[comp_id]; in mtk_crtc_update_output()
[all …]
H A DMakefile4 mtk_ddp_comp.o \
H A Dmtk_ddp_comp.c505 struct mtk_ddp_comp *ddp_comp) in mtk_ddp_comp_find()
522 struct mtk_ddp_comp *ddp_comp) in mtk_ddp_comp_find_in_route()
623 int mtk_ddp_comp_init(struct device_node *node, struct mtk_ddp_comp *comp, in mtk_ddp_comp_init()