Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/exynos/
Dregs-decon5433.h89 #define VIDCON0_ENVID (1 << 1) macro
Dregs-decon7.h19 #define VIDCON0_ENVID (1 << 1) macro
Dexynos5433_drm_decon.c257 decon_set_bits(ctx, DECON_VIDCON0, VIDCON0_ENVID | VIDCON0_ENVID_F, ~0); in decon_commit()
Dexynos7_drm_decon.c207 val = VIDCON0_ENVID | VIDCON0_ENVID_F; in decon_commit()
Dexynos_drm_fimd.c544 val |= VIDCON0_ENVID | VIDCON0_ENVID_F; in fimd_commit()
/Linux-v4.19/include/video/
Dsamsung_fimd.h73 #define VIDCON0_ENVID (1 << 1) macro
/Linux-v4.19/drivers/video/fbdev/
Ds3c-fb.c462 vidcon0 |= VIDCON0_ENVID | VIDCON0_ENVID_F; in s3c_fb_enable()
468 if (vidcon0 & VIDCON0_ENVID) { in s3c_fb_enable()
469 vidcon0 |= VIDCON0_ENVID; in s3c_fb_enable()