Searched refs:vfp_end (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/loongson/ |
D | lsdc_crtc.c | 908 int vsw, vbp, vactive_start, vactive_end, vfp_end; in lsdc_crtc_get_scanout_position() local 918 vfp_end = mode->crtc_vtotal; in lsdc_crtc_get_scanout_position() 926 y = y - vfp_end - vactive_start; in lsdc_crtc_get_scanout_position()
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_crtc.c | 430 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_crtc_get_scanout_position() local 453 vfp_end = mode->crtc_vtotal; in mdp5_crtc_get_scanout_position() 463 line = line - vfp_end - vactive_start; in mdp5_crtc_get_scanout_position()
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_crtc.c | 278 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in dpu_crtc_get_scanout_position() local 299 vfp_end = mode->crtc_vtotal; in dpu_crtc_get_scanout_position() 309 line = line - vfp_end - vactive_start; in dpu_crtc_get_scanout_position()
|