Searched refs:vfpd (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 167 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in decon_commit() local 171 vfpd = mode->crtc_vsync_start - mode->crtc_vdisplay; in decon_commit() 173 val = VIDTCON0_VBPD(vbpd - 1) | VIDTCON0_VFPD(vfpd - 1); in decon_commit()
|
D | exynos_drm_fimd.c | 512 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local 526 vfpd = mode->crtc_vsync_start - mode->crtc_vdisplay; in fimd_commit() 529 VIDTCON0_VFPD(vfpd - 1) | in fimd_commit()
|