Re: (subset) [PATCH 09/24] drm/atomic: Constify the old/new state accessors

2022-11-28 Thread Maxime Ripard
On Wed, 23 Nov 2022 16:25:51 +0100, Maxime Ripard wrote: > The drm_atomic_get_(old|new)_*_state don't modify the passed > drm_atomic_state, so we can make it const. > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime

Re: [PATCH 09/24] drm/atomic: Constify the old/new state accessors

2022-11-25 Thread Javier Martinez Canillas
On 11/23/22 16:25, Maxime Ripard wrote: > The drm_atomic_get_(old|new)_*_state don't modify the passed > drm_atomic_state, so we can make it const. > > Signed-off-by: Maxime Ripard > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez Canillas Core Platforms Red Hat

[PATCH 09/24] drm/atomic: Constify the old/new state accessors

2022-11-23 Thread Maxime Ripard
The drm_atomic_get_(old|new)_*_state don't modify the passed drm_atomic_state, so we can make it const. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/drm_atomic.c | 12 ++-- include/drm/drm_atomic.h | 32 2 files changed, 22 insertions(+), 22 delet