Home
last modified time | relevance | path

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

/linux-5.19.10/include/video/
Duvesafb.h13 u16 vert_total; member
/linux-5.19.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c204 u32 vert_total = 0; in programmable_fetch_config() local
213 vert_total = get_vertical_total(timing); in programmable_fetch_config()
216 (vert_total - vfp_fetch_lines) * horiz_total + 1; in programmable_fetch_config()
/linux-5.19.10/drivers/video/fbdev/
Duvesafb.c1257 crtc->vert_total = crtc->vert_end + info->var.upper_margin; in uvesafb_set_par()
1261 (crtc->vert_total * crtc->horiz_total))); in uvesafb_set_par()