Home
last modified time | relevance | path

Searched refs:OMAPFB_PLANE_NUM (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/omap/
Domapfb.h37 #define OMAPFB_PLANE_NUM 1 macro
55 struct omapfb_mem_region region[OMAPFB_PLANE_NUM];
215 struct fb_info *fb_info[OMAPFB_PLANE_NUM];
Domapfb_main.c30 static unsigned long def_vram[OMAPFB_PLANE_NUM];
928 static struct blocking_notifier_head omapfb_client_list[OMAPFB_PLANE_NUM];
935 for (i = 0; i < OMAPFB_PLANE_NUM; i++) in omapfb_init_notifier()
945 if ((unsigned)omapfb_nb->plane_idx >= OMAPFB_PLANE_NUM) in omapfb_register_client()
985 for (i = 0; i < OMAPFB_PLANE_NUM; i++) in omapfb_notify_clients()
1244 while (size < PAGE_SIZE && plane < OMAPFB_PLANE_NUM) { in omapfb_show_caps_num()
1265 while (size < PAGE_SIZE && plane < OMAPFB_PLANE_NUM) { in omapfb_show_caps_text()