Searched refs:hfpd (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 166 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in decon_commit() local 181 hfpd = mode->crtc_hsync_start - mode->crtc_hdisplay; in decon_commit() 184 val = VIDTCON2_HBPD(hbpd - 1) | VIDTCON2_HFPD(hfpd - 1); in decon_commit()
|
D | exynos_drm_fimd.c | 487 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local 511 hfpd = mode->crtc_hsync_start - mode->crtc_hdisplay; in fimd_commit() 514 VIDTCON1_HFPD(hfpd - 1) | in fimd_commit()
|