Searched refs:hbpd (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/exynos/ |
| D | exynos7_drm_decon.c | 165 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in decon_commit() local 179 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in decon_commit() 183 val = VIDTCON2_HBPD(hbpd - 1) | VIDTCON2_HFPD(hfpd - 1); in decon_commit()
|
| D | exynos_drm_fimd.c | 486 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local 509 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in fimd_commit() 512 val = VIDTCON1_HBPD(hbpd - 1) | in fimd_commit()
|