Home
last modified time | relevance | path

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

/linux-5.19.10/include/video/
Duvesafb.h10 u16 horiz_total; member
/linux-5.19.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c203 u32 horiz_total = 0; in programmable_fetch_config() local
214 horiz_total = get_horizontal_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.c1253 crtc->horiz_total = crtc->horiz_end + info->var.left_margin; in uvesafb_set_par()
1261 (crtc->vert_total * crtc->horiz_total))); in uvesafb_set_par()