Searched refs:MXR_BIT_POWERED (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_mixer.c | 77 MXR_BIT_POWERED, enumerator 872 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_enable_vblank() 888 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_disable_vblank() 900 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_atomic_begin() 913 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_update_plane() 930 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_disable_plane() 942 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_atomic_flush() 953 if (test_bit(MXR_BIT_POWERED, &ctx->flags)) in mixer_enable() 975 set_bit(MXR_BIT_POWERED, &ctx->flags); in mixer_enable() 983 if (!test_bit(MXR_BIT_POWERED, &ctx->flags)) in mixer_disable() [all …]
|