Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/exynos/
Dregs-decon7.h281 #define VIDTCON0_VBPD(_x) ((_x) << 16) macro
Dexynos7_drm_decon.c177 val = VIDTCON0_VBPD(vbpd - 1) | VIDTCON0_VFPD(vfpd - 1); in decon_commit()
Dexynos_drm_fimd.c490 val = VIDTCON0_VBPD(vbpd - 1) | in fimd_commit()
/Linux-v4.19/include/video/
Dsamsung_fimd.h129 #define VIDTCON0_VBPD(_x) ((_x) << 16) macro
/Linux-v4.19/drivers/video/fbdev/
Ds3c-fb.c1317 data = VIDTCON0_VBPD(vmode->upper_margin - 1) | in s3c_fb_set_rgb_timing()