Searched refs:hfpd (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 186 hfpd = mode->crtc_hsync_start - mode->crtc_hdisplay; in decon_commit() 189 val = VIDTCON2_HBPD(hbpd - 1) | VIDTCON2_HFPD(hfpd - 1); in decon_commit()
|
D | exynos_drm_fimd.c | 474 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local 498 hfpd = mode->crtc_hsync_start - mode->crtc_hdisplay; in fimd_commit() 501 VIDTCON1_HFPD(hfpd - 1) | in fimd_commit()
|