Searched refs:vfp_end (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_crtc.c | 432 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_crtc_get_scanout_position() local 455 vfp_end = mode->crtc_vtotal; in mdp5_crtc_get_scanout_position() 465 line = line - vfp_end - vactive_start; in mdp5_crtc_get_scanout_position()
|
| /Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_crtc.c | 94 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in dpu_crtc_get_scanout_position() local 115 vfp_end = mode->crtc_vtotal; in dpu_crtc_get_scanout_position() 125 line = line - vfp_end - vactive_start; in dpu_crtc_get_scanout_position()
|