Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dregs-decon5433.h181 #define VIDTCON2_LINEVAL(x) (((x) & 0xfff) << 16) macro
Dexynos5433_drm_decon.c226 val = VIDTCON2_LINEVAL(m->vdisplay / 2 - 1) | in decon_commit()
229 val = VIDTCON2_LINEVAL(m->vdisplay - 1) | in decon_commit()
Dexynos_drm_fimd.c546 val = VIDTCON2_LINEVAL(mode->vdisplay - 1) | in fimd_commit()
/kernel/linux/linux-5.10/include/video/
Dsamsung_fimd.h166 #define VIDTCON2_LINEVAL(_x) (((_x) & 0x7ff) << 11) macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Ds3c-fb.c1322 data = VIDTCON2_LINEVAL(vmode->yres - 1) | in s3c_fb_set_rgb_timing()