Re: (subset) [PATCH 11/29] drm/crtc: Drop no_vblank bit field
From: Maxime Ripard
Date: Tue Sep 30 2025 - 06:00:58 EST
On Tue, 02 Sep 2025 10:32:39 +0200, Maxime Ripard wrote:
> The no_vblank field in drm_crtc_state is defined as a bit-field with a
> single bit.
>
> This will create a syntax issue with the macros we'll introduce next,
> and most other booleans but the *_changed ones in drm_crtc_state do not
> use a bit field anyway.
>
> [...]
Applied to misc/kernel.git (drm-misc-next).
Thanks!
Maxime