Searched refs:panel_resolution (Results 1 – 1 of 1) sorted by relevance
57 } panel_resolution[] = { variable324 printf("Panel: %dx%d\n", panel_resolution[index].xres, in board_video_init()325 panel_resolution[index].yres); in board_video_init()326 panel->lcd_size = (panel_resolution[index].yres - 1) << 16 | in board_video_init()327 (panel_resolution[index].xres - 1); in board_video_init()