[PATCH 25/29] drm/exynos: drop struct_mutex from fbdev setup

2015-11-23 Thread Daniel Vetter
Doesn't protect anything at all, and probably just here because a long time ago dev->struct_mutex was required to allocate gem objects. With this patch exynos is completely struct_mutex free! Cc: Inki Dae Signed-off-by: Daniel Vetter --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 22 -

[PATCH 25/29] drm/exynos: drop struct_mutex from fbdev setup

2015-11-23 Thread Daniel Stone
Hi, On 23 November 2015 at 09:32, Daniel Vetter wrote: > Doesn't protect anything at all, and probably just here because a long > time ago dev->struct_mutex was required to allocate gem objects. > > With this patch exynos is completely struct_mutex free! > > Cc: Inki Dae > Signed-off-by: Daniel