Searched refs:MXR_BIT_POWERED (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | exynos_mixer.c | 71 MXR_BIT_POWERED, enumerator 910 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_enable_vblank() 926 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_disable_vblank() 938 if (!test_bit(MXR_BIT_POWERED, &ctx->flags)) in mixer_atomic_begin() 953 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_update_plane() 970 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_disable_plane() 982 if (!test_bit(MXR_BIT_POWERED, &mixer_ctx->flags)) in mixer_atomic_flush() 993 if (test_bit(MXR_BIT_POWERED, &ctx->flags)) in mixer_enable() 1015 set_bit(MXR_BIT_POWERED, &ctx->flags); in mixer_enable() 1023 if (!test_bit(MXR_BIT_POWERED, &ctx->flags)) in mixer_disable() [all …]
|