Home
last modified time | relevance | path

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

/Linux-v6.6/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];
933 static struct blocking_notifier_head omapfb_client_list[OMAPFB_PLANE_NUM];
940 for (i = 0; i < OMAPFB_PLANE_NUM; i++) in omapfb_init_notifier()
950 if ((unsigned)omapfb_nb->plane_idx >= OMAPFB_PLANE_NUM) in omapfb_register_client()
990 for (i = 0; i < OMAPFB_PLANE_NUM; i++) in omapfb_notify_clients()
1247 while (size < PAGE_SIZE && plane < OMAPFB_PLANE_NUM) { in omapfb_show_caps_num()
1268 while (size < PAGE_SIZE && plane < OMAPFB_PLANE_NUM) { in omapfb_show_caps_text()