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