Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A 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/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h124 u16 posx, u16 posy, u16 outw, u16 outh);
H A 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()