Searched refs:MXR_BIT_VP_ENABLED (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/exynos/ |
D | exynos_mixer.c | 74 MXR_BIT_VP_ENABLED, enumerator 360 if (test_bit(MXR_BIT_VP_ENABLED, &ctx->flags) && in mixer_is_synced() 405 if (test_bit(MXR_BIT_VP_ENABLED, &ctx->flags)) in mixer_enable_sync() 474 if (test_bit(MXR_BIT_VP_ENABLED, &ctx->flags)) { in mixer_cfg_layer() 722 if (test_bit(MXR_BIT_VP_ENABLED, &ctx->flags)) { in mixer_win_reset() 731 if (test_bit(MXR_BIT_VP_ENABLED, &ctx->flags)) in mixer_win_reset() 888 if (test_bit(MXR_BIT_VP_ENABLED, &mixer_ctx->flags)) { in mixer_initialize() 1183 if (i == VP_DEFAULT_WIN && !test_bit(MXR_BIT_VP_ENABLED, in mixer_bind() 1241 __set_bit(MXR_BIT_VP_ENABLED, &ctx->flags); in mixer_probe() 1271 if (test_bit(MXR_BIT_VP_ENABLED, &ctx->flags)) { in exynos_mixer_suspend() [all …]
|