Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dmmp_disp.h114 struct mmp_overlay;
137 void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id);
138 void (*set_onoff)(struct mmp_overlay *overlay, int status);
139 void (*set_win)(struct mmp_overlay *overlay, struct mmp_win *win);
140 int (*set_addr)(struct mmp_overlay *overlay, struct mmp_addr *addr);
144 struct mmp_overlay { struct
190 struct mmp_overlay *(*get_overlay)(struct mmp_path *path,
234 struct mmp_overlay overlays[] __counted_by(overlay_num);
256 static inline struct mmp_overlay *mmp_path_get_overlay( in mmp_path_get_overlay()
275 static inline void mmp_overlay_set_win(struct mmp_overlay *overlay, in mmp_overlay_set_win()
[all …]
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c48 static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt) in fmt_to_reg()
119 static void dmafetch_set_fmt(struct mmp_overlay *overlay) in dmafetch_set_fmt()
129 static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win) in overlay_set_win()
165 static void dmafetch_onoff(struct mmp_overlay *overlay, int on) in dmafetch_onoff()
216 static void overlay_set_onoff(struct mmp_overlay *overlay, int on) in overlay_set_onoff()
230 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) in overlay_set_fetch()
235 static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr) in overlay_set_addr()
H A Dmmp_ctrl.h1412 static inline int overlay_is_vid(struct mmp_overlay *overlay) in overlay_is_vid()
1427 static inline struct mmphw_ctrl *overlay_to_ctrl(struct mmp_overlay *overlay) in overlay_to_ctrl()
/openbmc/linux/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.h31 struct mmp_overlay *overlay;
/openbmc/linux/drivers/video/fbdev/mmp/
H A Dcore.c16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay()