Re: [PATCH 3/7] drm/gma500: Make use of the drm connector iterator

2022-03-22 Thread Thomas Zimmermann
Hi Am 22.03.22 um 16:46 schrieb Patrik Jakobsson: On Tue, Mar 22, 2022 at 3:39 PM Daniel Vetter wrote: On Tue, Mar 22, 2022 at 02:17:38PM +0100, Patrik Jakobsson wrote: This makes sure we're using proper locking when iterating the list of connectors. Signed-off-by: Patrik Jakobsson Note

Re: [PATCH 3/7] drm/gma500: Make use of the drm connector iterator

2022-03-22 Thread Patrik Jakobsson
On Tue, Mar 22, 2022 at 3:39 PM Daniel Vetter wrote: > > On Tue, Mar 22, 2022 at 02:17:38PM +0100, Patrik Jakobsson wrote: > > This makes sure we're using proper locking when iterating the list of > > connectors. > > > > Signed-off-by: Patrik Jakobsson > > Note that this is only needed if your dr

Re: [PATCH 3/7] drm/gma500: Make use of the drm connector iterator

2022-03-22 Thread Daniel Vetter
On Tue, Mar 22, 2022 at 02:17:38PM +0100, Patrik Jakobsson wrote: > This makes sure we're using proper locking when iterating the list of > connectors. > > Signed-off-by: Patrik Jakobsson Note that this is only needed if your driver deals with hotpluggable connectors. Since gma500 doesn't, not r

[PATCH 3/7] drm/gma500: Make use of the drm connector iterator

2022-03-22 Thread Patrik Jakobsson
This makes sure we're using proper locking when iterating the list of connectors. Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/cdv_device.c| 10 ++-- drivers/gpu/drm/gma500/cdv_intel_display.c | 9 +-- drivers/gpu/drm/gma500/framebuffer.c | 6 +++-- drivers/