Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/exynos/
Dregs-decon5433.h182 #define VIDTCON2_HOZVAL(x) ((x) & 0xfff) macro
Dexynos5433_drm_decon.c228 VIDTCON2_HOZVAL(m->hdisplay - 1); in decon_commit()
231 VIDTCON2_HOZVAL(m->hdisplay - 1); in decon_commit()
Dexynos_drm_fimd.c571 VIDTCON2_HOZVAL(mode->hdisplay - 1) | in fimd_commit()
/linux-6.6.21/include/video/
Dsamsung_fimd.h172 #define VIDTCON2_HOZVAL(_x) (((_x) & 0x7ff) << 0) macro
/linux-6.6.21/drivers/video/fbdev/
Ds3c-fb.c1321 VIDTCON2_HOZVAL(vmode->xres - 1) | in s3c_fb_set_rgb_timing()