Home
last modified time | relevance | path

Searched refs:hbpd (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos7_drm_decon.c167 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in decon_commit() local
181 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in decon_commit()
185 val = VIDTCON2_HBPD(hbpd - 1) | VIDTCON2_HFPD(hfpd - 1); in decon_commit()
A Dexynos_drm_fimd.c512 int vsync_len, vbpd, vfpd, hsync_len, hbpd, hfpd; in fimd_commit() local
535 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in fimd_commit()
538 val = VIDTCON1_HBPD(hbpd - 1) | in fimd_commit()

Completed in 7 milliseconds