Home
last modified time | relevance | path

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

/Linux-v6.6/include/video/
Dsticore.h91 s16 total_y; /* frame buffer height in pixels */ member
170 s16 total_y; /* frame buffer height in pixels */ member
/Linux-v6.6/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c255 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()
/Linux-v6.6/drivers/video/
Dsticore.c416 glob_cfg->total_x, glob_cfg->total_y); in sti_dump_globcfg()