Re: (subset) [PATCH 22/29] drm/tidss: crtc: Cleanup reset implementation

From: Maxime Ripard

Date: Tue Sep 30 2025 - 06:01:13 EST


On Tue, 02 Sep 2025 10:32:50 +0200, Maxime Ripard wrote:
> The tidss_crtc_reset() function will (rightfully) destroy any
> pre-existing state.
>
> However, the tidss CRTC driver has its own CRTC state structure that
> subclasses drm_crtc_state, and yet will destroy the previous state
> by calling __drm_atomic_helper_crtc_destroy_state() and kfree() on its
> drm_crtc_state pointer.
>
> [...]

Applied to misc/kernel.git (drm-misc-next).

Thanks!
Maxime