Home
last modified time | relevance | path

Searched refs:GSC_OUT_GLOBAL_ALPHA (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h83 #define GSC_OUT_GLOBAL_ALPHA(x) ((x) << 24) macro
H A Dgsc-regs.c414 cfg |= GSC_OUT_GLOBAL_ALPHA(ctx->gsc_ctrls.global_alpha->val); in gsc_hw_set_global_alpha()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-gsc.h115 #define GSC_OUT_GLOBAL_ALPHA(x) ((x) << 24) macro
H A Dexynos_drm_gsc.c653 cfg |= (GSC_OUT_XRGB8888 | GSC_OUT_GLOBAL_ALPHA(0xff)); in gsc_dst_set_fmt()