Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/exynos/
Dregs-decon7.h286 #define VIDTCON0_VFPD(_x) ((_x) << 0) macro
Dexynos7_drm_decon.c177 val = VIDTCON0_VBPD(vbpd - 1) | VIDTCON0_VFPD(vfpd - 1); in decon_commit()
Dexynos_drm_fimd.c491 VIDTCON0_VFPD(vfpd - 1) | in fimd_commit()
/Linux-v4.19/include/video/
Dsamsung_fimd.h134 #define VIDTCON0_VFPD(_x) ((_x) << 8) macro
/Linux-v4.19/drivers/video/fbdev/
Ds3c-fb.c1318 VIDTCON0_VFPD(vmode->lower_margin - 1) | in s3c_fb_set_rgb_timing()