Home
last modified time | relevance | path

Searched refs:vactive_end (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_kms.c606 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_get_scanoutpos() local
631 vactive_end = vactive_start + mode->crtc_vdisplay; in mdp5_get_scanoutpos()
643 } else if (line > vactive_end) { in mdp5_get_scanoutpos()
/Linux-v5.4/drivers/gpu/drm/stm/
Dltdc.c677 int line, vactive_start, vactive_end, vtotal; in ltdc_crtc_scanoutpos() local
699 vactive_end = reg_read(ldev->regs, LTDC_AWCR) & AWCR_AAH; in ltdc_crtc_scanoutpos()
702 if (line > vactive_end) in ltdc_crtc_scanoutpos()