Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay.c142 u16 outw, outh; in dss_ovl_check() local
150 outh = info->height; in dss_ovl_check()
158 outh = info->height; in dss_ovl_check()
160 outh = info->out_height; in dss_ovl_check()
170 if (dh < info->pos_y + outh) { in dss_ovl_check()
173 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
/linux-6.6.21/drivers/media/platform/ti/omap/
Domap_vout.c280 int outh, dma_addr_t addr) in omapvid_setup_overlay() argument
287 (outw != vout->pix.width || outh != vout->pix.height)) { in omapvid_setup_overlay()
320 info.out_height = outh; in omapvid_setup_overlay()
360 int posx, posy, outw, outh; in omapvid_init() local
377 outh = win->w.height; in omapvid_init()
383 swap(outw, outh); in omapvid_init()
394 swap(outw, outh); in omapvid_init()
406 outw, outh, addr); in omapvid_init()
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/
Domapfb.h124 u16 posx, u16 posy, u16 outw, u16 outh);
Domapfb-main.c832 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() argument
858 posx, posy, outw, outh); in omapfb_setup_overlay()
910 info.out_height = outh; in omapfb_setup_overlay()
933 u16 outw, outh; in omapfb_apply_changes() local
961 outh = var->xres; in omapfb_apply_changes()
964 outh = var->yres; in omapfb_apply_changes()
970 outh = info.out_height; in omapfb_apply_changes()
983 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()