Re: (subset) [PATCH 21/29] drm/tidss: crtc: Implement destroy_state
From: Maxime Ripard
Date: Tue Sep 30 2025 - 06:01:10 EST
On Tue, 02 Sep 2025 10:32:49 +0200, Maxime Ripard wrote:
> The tidss crtc driver implements its own state, with its own
> implementation of reset and duplicate_state, but uses the default
> destroy_state helper.
>
> This somewhat works for now because the drm_crtc_state field in
> tidss_crtc_state is the first field so the offset is 0, but it's pretty
> fragile and it should really have its own destroy_state implementation.
>
> [...]
Applied to misc/kernel.git (drm-misc-next).
Thanks!
Maxime