Home
last modified time | relevance | path

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

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