Searched refs:total_y (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sticore.h | 90 s16 total_y; /* frame buffer height in pixels */ member 169 s16 total_y; /* frame buffer height in pixels */ member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | sticore.h | 91 s16 total_y; /* frame buffer height in pixels */ member 170 s16 total_y; /* frame buffer height in pixels */ member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 255 u32 total_x, total_y, vsync_ctrl, tmp, sclk_src, sclk_div, in path_set_mode() local 286 total_y = mode->yres + mode->upper_margin + mode->lower_margin + in path_set_mode() 288 writel_relaxed((total_y << 16) | total_x, in path_set_mode()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 255 u32 total_x, total_y, vsync_ctrl, tmp, sclk_src, sclk_div, in path_set_mode() local 286 total_y = mode->yres + mode->upper_margin + mode->lower_margin + in path_set_mode() 288 writel_relaxed((total_y << 16) | total_x, in path_set_mode()
|
/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | sticore.c | 379 glob_cfg->total_x, glob_cfg->total_y, in sti_dump_globcfg()
|
/kernel/linux/linux-6.6/drivers/video/ |
H A D | sticore.c | 416 glob_cfg->total_x, glob_cfg->total_y); in sti_dump_globcfg()
|
Completed in 8 milliseconds