Home
last modified time | relevance | path

Searched refs:VIDTCON0_VBPD (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/exynos/
Dregs-decon7.h277 #define VIDTCON0_VBPD(_x) ((_x) << 16) macro
Dexynos7_drm_decon.c172 val = VIDTCON0_VBPD(vbpd - 1) | VIDTCON0_VFPD(vfpd - 1); in decon_commit()
Dexynos_drm_fimd.c526 val = VIDTCON0_VBPD(vbpd - 1) | in fimd_commit()
/linux-5.19.10/include/video/
Dsamsung_fimd.h126 #define VIDTCON0_VBPD(_x) ((_x) << 16) macro
/linux-5.19.10/drivers/video/fbdev/
Ds3c-fb.c1313 data = VIDTCON0_VBPD(vmode->upper_margin - 1) | in s3c_fb_set_rgb_timing()