Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_ddp_comp.h49 struct mtk_ddp_comp;
95 struct mtk_ddp_comp { struct
103 static inline int mtk_ddp_comp_power_on(struct mtk_ddp_comp *comp) in mtk_ddp_comp_power_on() argument
112 static inline void mtk_ddp_comp_power_off(struct mtk_ddp_comp *comp) in mtk_ddp_comp_power_off()
120 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable()
128 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable()
135 enum drm_mode_status mtk_ddp_comp_mode_valid(struct mtk_ddp_comp *comp, in mtk_ddp_comp_mode_valid()
143 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
152 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
158 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
[all …]
H A Dmtk_crtc.c66 struct mtk_ddp_comp **ddp_comp;
144 struct mtk_ddp_comp *comp; in mtk_crtc_destroy()
256 struct mtk_ddp_comp *mtk_ddp_comp_for_plane(struct drm_crtc *crtc, in mtk_ddp_comp_for_plane()
261 struct mtk_ddp_comp *comp; in mtk_ddp_comp_for_plane()
407 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init()
420 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init()
490 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config()
669 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_enable_vblank()
679 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_disable_vblank()
709 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_drm_drv.h65 struct mtk_ddp_comp ddp_comp[DDP_COMPONENT_DRM_ID_MAX];
H A Dmtk_ddp_comp.c506 struct mtk_ddp_comp *ddp_comp) in mtk_ddp_comp_find()
523 struct mtk_ddp_comp *ddp_comp) in mtk_ddp_comp_find_in_route()
638 int mtk_ddp_comp_init(struct device *dev, struct device_node *node, struct mtk_ddp_comp *comp, in mtk_ddp_comp_init()