Searched refs:hbpd (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 195 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in decon_commit() 199 val = VIDTCON2_HBPD(hbpd - 1) | VIDTCON2_HFPD(hfpd - 1); in decon_commit()
|
| D | exynos_drm_fimd.c | 411 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local 434 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in fimd_commit() 437 val = VIDTCON1_HBPD(hbpd - 1) | in fimd_commit()
|