Searched refs:hbpd (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos7_drm_decon.c | 166 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in decon_commit() local 180 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in decon_commit() 184 val = VIDTCON2_HBPD(hbpd - 1) | VIDTCON2_HFPD(hfpd - 1); in decon_commit()
|
H A D | exynos_drm_fimd.c | 511 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local 534 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in fimd_commit() 537 val = VIDTCON1_HBPD(hbpd - 1) | in fimd_commit()
|