Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-decon5433.h181 #define VIDTCON2_LINEVAL(x) (((x) & 0xfff) << 16) macro
H A Dexynos5433_drm_decon.c227 val = VIDTCON2_LINEVAL(m->vdisplay / 2 - 1) | in decon_commit()
230 val = VIDTCON2_LINEVAL(m->vdisplay - 1) | in decon_commit()
H A Dexynos_drm_fimd.c570 val = VIDTCON2_LINEVAL(mode->vdisplay - 1) | in fimd_commit()
/openbmc/linux/include/video/
H A Dsamsung_fimd.h166 #define VIDTCON2_LINEVAL(_x) (((_x) & 0x7ff) << 11) macro
/openbmc/linux/drivers/video/fbdev/
H A Ds3c-fb.c1320 data = VIDTCON2_LINEVAL(vmode->yres - 1) | in s3c_fb_set_rgb_timing()