Home
last modified time | relevance | path

Searched refs:omap_overlay (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay-sysfs.c23 static ssize_t overlay_name_show(struct omap_overlay *ovl, char *buf) in overlay_name_show()
28 static ssize_t overlay_manager_show(struct omap_overlay *ovl, char *buf) in overlay_manager_show()
34 static ssize_t overlay_manager_store(struct omap_overlay *ovl, const char *buf, in overlay_manager_store()
105 static ssize_t overlay_input_size_show(struct omap_overlay *ovl, char *buf) in overlay_input_size_show()
115 static ssize_t overlay_screen_width_show(struct omap_overlay *ovl, char *buf) in overlay_screen_width_show()
124 static ssize_t overlay_position_show(struct omap_overlay *ovl, char *buf) in overlay_position_show()
134 static ssize_t overlay_position_store(struct omap_overlay *ovl, in overlay_position_store()
163 static ssize_t overlay_output_size_show(struct omap_overlay *ovl, char *buf) in overlay_output_size_show()
173 static ssize_t overlay_output_size_store(struct omap_overlay *ovl, in overlay_output_size_store()
202 static ssize_t overlay_enabled_show(struct omap_overlay *ovl, char *buf) in overlay_enabled_show()
[all …]
Doverlay.c28 static struct omap_overlay *overlays;
36 struct omap_overlay *omap_dss_get_overlay(int num) in omap_dss_get_overlay()
51 overlays = kcalloc(num_overlays, sizeof(struct omap_overlay), in dss_init_overlays()
57 struct omap_overlay *ovl = &overlays[i]; in dss_init_overlays()
93 struct omap_overlay *ovl = &overlays[i]; in dss_uninit_overlays()
102 int dss_ovl_simple_check(struct omap_overlay *ovl, in dss_ovl_simple_check()
139 int dss_ovl_check(struct omap_overlay *ovl, struct omap_overlay_info *info, in dss_ovl_check()
Dapply.c118 static struct ovl_priv_data *get_ovl_priv(struct omap_overlay *ovl) in get_ovl_priv()
183 static bool ovl_manual_update(struct omap_overlay *ovl) in ovl_manual_update()
202 struct omap_overlay *ovl; in dss_check_settings_low()
259 struct omap_overlay *ovl; in need_isr()
336 struct omap_overlay *ovl; in need_go()
362 struct omap_overlay *ovl; in extra_info_update_ongoing()
432 static struct omap_dss_device *dss_ovl_get_device(struct omap_overlay *ovl) in dss_ovl_get_device()
539 static int dss_mgr_wait_for_go_ovl(struct omap_overlay *ovl) in dss_mgr_wait_for_go_ovl()
616 static void dss_ovl_write_regs(struct omap_overlay *ovl) in dss_ovl_write_regs()
654 static void dss_ovl_write_regs_extra(struct omap_overlay *ovl) in dss_ovl_write_regs_extra()
[all …]
Dmanager.c142 struct omap_overlay *ovl1, *ovl2; in dss_mgr_check_zorder()
219 struct omap_overlay *ovl; in dss_mgr_check()
Ddss.h248 int dss_ovl_simple_check(struct omap_overlay *ovl,
250 int dss_ovl_check(struct omap_overlay *ovl, struct omap_overlay_info *info,
254 int dss_overlay_kobj_init(struct omap_overlay *ovl,
256 void dss_overlay_kobj_uninit(struct omap_overlay *ovl);
Ddispc-compat.c343 struct omap_overlay *ovl; in dispc_error_worker()
374 struct omap_overlay *ovl; in dispc_error_worker()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/
Domapfb.h62 struct omap_overlay *overlays[OMAPFB_MAX_OVL_PER_FB];
93 struct omap_overlay *overlays[10];
123 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl,
137 struct omap_overlay *ovl; in fb2display()
173 static inline int omapfb_overlay_enable(struct omap_overlay *ovl, in omapfb_overlay_enable()
Domapfb-sysfs.c143 struct omap_overlay *ovl = ofbi->overlays[t]; in show_overlays()
163 struct omap_overlay *ovl) in get_overlay_fb()
185 struct omap_overlay *ovls[OMAPFB_MAX_OVL_PER_FB]; in store_overlays()
186 struct omap_overlay *ovl; in store_overlays()
462 struct omap_overlay *ovl; in store_size()
Domapfb-ioctl.c55 struct omap_overlay *ovl; in omapfb_setup_plane()
183 struct omap_overlay *ovl; in omapfb_query_plane()
240 struct omap_overlay *ovl; in omapfb_setup_mem()
518 struct omap_overlay *ovl; in omapfb_get_ovl_colormode()
566 struct omap_overlay *ovl = ofbi->overlays[i]; in omapfb_wait_for_go()
Domapfb-main.c831 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, in omapfb_setup_overlay()
931 struct omap_overlay *ovl; in omapfb_apply_changes()
1827 struct omap_overlay *ovl = fbdev->overlays[i]; in omapfb_free_resources()
1983 struct omap_overlay *ovl = ofbi->overlays[0]; in omapfb_create_framebuffers()
2390 struct omap_overlay *ovl = fbdev->overlays[i]; in omapfb_init_connections()
/Linux-v5.4/include/video/
Domapfb_dss.h314 struct omap_overlay { struct
338 int (*enable)(struct omap_overlay *ovl); argument
339 int (*disable)(struct omap_overlay *ovl); argument
340 bool (*is_enabled)(struct omap_overlay *ovl); argument
342 int (*set_manager)(struct omap_overlay *ovl, argument
344 int (*unset_manager)(struct omap_overlay *ovl); argument
346 int (*set_overlay_info)(struct omap_overlay *ovl, argument
348 void (*get_overlay_info)(struct omap_overlay *ovl, argument
351 int (*wait_for_go)(struct omap_overlay *ovl); argument
353 struct omap_dss_device *(*get_device)(struct omap_overlay *ovl); argument
[all …]
/Linux-v5.4/drivers/media/platform/omap/
Domap_vout.c240 struct omap_overlay *ovl; in video_mode_to_dss_mode()
279 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay()
359 struct omap_overlay *ovl; in omapvid_init()
423 struct omap_overlay *ovl; in omapvid_apply_changes()
483 struct omap_overlay *ovl; in omap_vout_isr()
609 struct omap_overlay *ovl; in vidioc_try_fmt_vid_out()
636 struct omap_overlay *ovl; in vidioc_s_fmt_vid_out()
703 struct omap_overlay *ovl; in vidioc_try_fmt_vid_overlay()
722 struct omap_overlay *ovl; in vidioc_s_fmt_vid_overlay()
768 struct omap_overlay *ovl; in vidioc_g_fmt_vid_overlay()
[all …]
Domap_voutdef.h97 struct omap_overlay *overlays[MAX_OVLS];
112 struct omap_overlay *overlays[MAX_OVLS];