Searched refs:vactive_start (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_crtc.c | 909 int vsw, vbp, vactive_start, vactive_end, vfp_end; in lsdc_crtc_get_scanout_position() local 915 vactive_start = vsw + vbp + 1; in lsdc_crtc_get_scanout_position() 916 vactive_end = vactive_start + mode->crtc_vdisplay; in lsdc_crtc_get_scanout_position() 927 y = y - vfp_end - vactive_start; in lsdc_crtc_get_scanout_position() 929 y -= vactive_start; in lsdc_crtc_get_scanout_position()
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_crtc.c | 430 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_crtc_get_scanout_position() local 448 vactive_start = vsw + vbp + 1; in mdp5_crtc_get_scanout_position() 450 vactive_end = vactive_start + mode->crtc_vdisplay; in mdp5_crtc_get_scanout_position() 460 if (line < vactive_start) in mdp5_crtc_get_scanout_position() 461 line -= vactive_start; in mdp5_crtc_get_scanout_position() 463 line = line - vfp_end - vactive_start; in mdp5_crtc_get_scanout_position() 465 line -= vactive_start; in mdp5_crtc_get_scanout_position()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_crtc.c | 278 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in dpu_crtc_get_scanout_position() local 295 vactive_start = vsw + vbp + 1; in dpu_crtc_get_scanout_position() 296 vactive_end = vactive_start + mode->crtc_vdisplay; in dpu_crtc_get_scanout_position() 306 if (line < vactive_start) in dpu_crtc_get_scanout_position() 307 line -= vactive_start; in dpu_crtc_get_scanout_position() 309 line = line - vfp_end - vactive_start; in dpu_crtc_get_scanout_position() 311 line -= vactive_start; in dpu_crtc_get_scanout_position()
|