Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h40 struct mtk_ddp_comp;
70 struct mtk_ddp_comp { struct
78 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable() argument
86 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable()
92 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
101 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
107 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
113 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ddp_comp_enable_vblank()
121 static inline void mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_disable_vblank()
128 unsigned int mtk_ddp_comp_supported_rotations(struct mtk_ddp_comp *comp) in mtk_ddp_comp_supported_rotations()
[all …]
Dmtk_drm_crtc.c60 struct mtk_ddp_comp **ddp_comp;
202 struct mtk_ddp_comp *mtk_drm_ddp_comp_for_plane(struct drm_crtc *crtc, in mtk_drm_ddp_comp_for_plane()
207 struct mtk_ddp_comp *comp; in mtk_drm_ddp_comp_for_plane()
292 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init()
305 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init()
366 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config()
504 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_enable_vblank()
514 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_disable_vblank()
523 struct mtk_ddp_comp *comp; in mtk_drm_crtc_plane_check()
546 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_atomic_enable()
[all …]
Dmtk_drm_drv.h44 struct mtk_ddp_comp ddp_comp[DDP_COMPONENT_ID_MAX];
Dmtk_drm_ddp_comp.c367 struct mtk_ddp_comp *ddp_comp) in mtk_drm_find_comp_in_ddp()
417 static int mtk_ddp_get_larb_dev(struct device_node *node, struct mtk_ddp_comp *comp, in mtk_ddp_get_larb_dev()
441 int mtk_ddp_comp_init(struct device_node *node, struct mtk_ddp_comp *comp, in mtk_ddp_comp_init()