Searched refs:vfpd (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 171 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in decon_commit() local 175 vfpd = mode->crtc_vsync_start - mode->crtc_vdisplay; in decon_commit() 177 val = VIDTCON0_VBPD(vbpd - 1) | VIDTCON0_VFPD(vfpd - 1); in decon_commit()
|
D | exynos_drm_fimd.c | 474 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local 488 vfpd = mode->crtc_vsync_start - mode->crtc_vdisplay; in fimd_commit() 491 VIDTCON0_VFPD(vfpd - 1) | in fimd_commit()
|