Searched refs:vlines_total (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | ep93xx-fb.c | 230 unsigned int vlines_total, hclks_total, start, stop; in ep93xxfb_set_timing() local 232 vlines_total = info->var.yres + info->var.upper_margin + in ep93xxfb_set_timing() 238 ep93xxfb_out_locked(fbi, vlines_total, EP93XXFB_VLINES_TOTAL); in ep93xxfb_set_timing() 241 start = vlines_total; in ep93xxfb_set_timing() 242 stop = vlines_total - info->var.vsync_len; in ep93xxfb_set_timing() 245 start = vlines_total - info->var.vsync_len - info->var.upper_margin; in ep93xxfb_set_timing() 250 start = vlines_total; in ep93xxfb_set_timing() 251 stop = vlines_total + 1; in ep93xxfb_set_timing()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | ep93xx-fb.c | 230 unsigned int vlines_total, hclks_total, start, stop; in ep93xxfb_set_timing() local 232 vlines_total = info->var.yres + info->var.upper_margin + in ep93xxfb_set_timing() 238 ep93xxfb_out_locked(fbi, vlines_total, EP93XXFB_VLINES_TOTAL); in ep93xxfb_set_timing() 241 start = vlines_total; in ep93xxfb_set_timing() 242 stop = vlines_total - info->var.vsync_len; in ep93xxfb_set_timing() 245 start = vlines_total - info->var.vsync_len - info->var.upper_margin; in ep93xxfb_set_timing() 250 start = vlines_total; in ep93xxfb_set_timing() 251 stop = vlines_total + 1; in ep93xxfb_set_timing()
|
Completed in 2 milliseconds