Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay.c153 u16 outw, outh; in dss_ovl_check() local
161 outh = info->height; in dss_ovl_check()
169 outh = info->height; in dss_ovl_check()
171 outh = info->out_height; in dss_ovl_check()
181 if (dh < info->pos_y + outh) { in dss_ovl_check()
184 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Domapfb.h135 u16 posx, u16 posy, u16 outw, u16 outh);
Domapfb-main.c843 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() argument
869 posx, posy, outw, outh); in omapfb_setup_overlay()
921 info.out_height = outh; in omapfb_setup_overlay()
944 u16 outw, outh; in omapfb_apply_changes() local
972 outh = var->xres; in omapfb_apply_changes()
975 outh = var->yres; in omapfb_apply_changes()
981 outh = info.out_height; in omapfb_apply_changes()
994 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()
/Linux-v4.19/drivers/media/platform/omap/
Domap_vout.c356 int outh, u32 addr) in omapvid_setup_overlay() argument
363 (outw != vout->pix.width || outh != vout->pix.height)) { in omapvid_setup_overlay()
396 info.out_height = outh; in omapvid_setup_overlay()
436 int posx, posy, outw, outh; in omapvid_init() local
453 outh = win->w.height; in omapvid_init()
459 swap(outw, outh); in omapvid_init()
470 swap(outw, outh); in omapvid_init()
482 outw, outh, addr); in omapvid_init()