Searched refs:vfp_end (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_crtc.c | 907 int vsw, vbp, vactive_start, vactive_end, vfp_end; in lsdc_crtc_get_scanout_position() local 917 vfp_end = mode->crtc_vtotal; in lsdc_crtc_get_scanout_position() 925 y = y - vfp_end - vactive_start; in lsdc_crtc_get_scanout_position()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_crtc.c | 428 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_crtc_get_scanout_position() local 451 vfp_end = mode->crtc_vtotal; in mdp5_crtc_get_scanout_position() 461 line = line - vfp_end - vactive_start; in mdp5_crtc_get_scanout_position()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_crtc.c | 289 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in dpu_crtc_get_scanout_position() local 310 vfp_end = mode->crtc_vtotal; in dpu_crtc_get_scanout_position() 320 line = line - vfp_end - vactive_start; in dpu_crtc_get_scanout_position()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_crtc.c | 433 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_crtc_get_scanout_position() local 456 vfp_end = mode->crtc_vtotal; in mdp5_crtc_get_scanout_position() 466 line = line - vfp_end - vactive_start; in mdp5_crtc_get_scanout_position()
|
Completed in 8 milliseconds