Home
last modified time | relevance | path

Searched refs:VIDCON0_ENVID (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/exynos/
Dregs-decon5433.h86 #define VIDCON0_ENVID (1 << 1) macro
Dregs-decon7.h15 #define VIDCON0_ENVID (1 << 1) macro
Dexynos7_drm_decon.c202 val = VIDCON0_ENVID | VIDCON0_ENVID_F; in decon_commit()
Dexynos5433_drm_decon.c259 decon_set_bits(ctx, DECON_VIDCON0, VIDCON0_ENVID | VIDCON0_ENVID_F, ~0); in decon_commit()
Dexynos_drm_fimd.c583 val |= VIDCON0_ENVID | VIDCON0_ENVID_F; in fimd_commit()
/linux-6.6.21/include/video/
Dsamsung_fimd.h70 #define VIDCON0_ENVID (1 << 1) macro
/linux-6.6.21/drivers/video/fbdev/
Ds3c-fb.c460 vidcon0 |= VIDCON0_ENVID | VIDCON0_ENVID_F; in s3c_fb_enable()
466 if (vidcon0 & VIDCON0_ENVID) { in s3c_fb_enable()
467 vidcon0 |= VIDCON0_ENVID; in s3c_fb_enable()