Searched refs:vfpd (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 181 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in decon_commit() local 185 vfpd = mode->crtc_vsync_start - mode->crtc_vdisplay; in decon_commit() 187 val = VIDTCON0_VBPD(vbpd - 1) | VIDTCON0_VFPD(vfpd - 1); in decon_commit()
|
D | exynos_drm_fimd.c | 411 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local 425 vfpd = mode->crtc_vsync_start - mode->crtc_vdisplay; in fimd_commit() 428 VIDTCON0_VFPD(vfpd - 1) | in fimd_commit()
|