/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay.c | 142 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay.c | 142 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()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_vout.c | 280 int outh, u32 addr) in omapvid_setup_overlay() 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() 278 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, u32 addr) omapvid_setup_overlay() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/ |
H A D | omap_vout.c | 280 int outh, dma_addr_t addr) in omapvid_setup_overlay() 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() 278 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, dma_addr_t addr) omapvid_setup_overlay() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 124 u16 posx, u16 posy, u16 outw, u16 outh);
|
H A D | omapfb-main.c | 832 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() 857 DBG("setup_overlay %d, posx %d, posy %d, outw %d, outh %d\n", ofbi->id, in omapfb_setup_overlay() 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() 831 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) omapfb_setup_overlay() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 124 u16 posx, u16 posy, u16 outw, u16 outh);
|
H A D | omapfb-main.c | 832 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() 857 DBG("setup_overlay %d, posx %d, posy %d, outw %d, outh %d\n", ofbi->id, in omapfb_setup_overlay() 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() 831 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) omapfb_setup_overlay() argument
|