Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap/
Dlcdc.c298 int rot_x, rot_y; in omap_lcdc_setup_plane() local
301 rot_x = panel->x_res; in omap_lcdc_setup_plane()
304 rot_x = panel->y_res; in omap_lcdc_setup_plane()
308 width > rot_x || height > rot_y) { in omap_lcdc_setup_plane()