Re: [PATCH v1] drm/gem-vram: Fix deadlock in drm_gem_vram_vmap()

2022-11-14 Thread Dmitry Osipenko
On 11/14/22 02:38, Dmitry Osipenko wrote: > Recently DRM framebuffer core and all drivers were moved to unlocked > vmapping functions that take the reservation lock. The drm_gem_vram_vmap() > was missed out by accident and now deadlocks drivers that use drm_gem_vram > helpers when framebuffer is

Re: [PATCH v1] drm/gem-vram: Fix deadlock in drm_gem_vram_vmap()

2022-11-14 Thread Christian König
Am 14.11.22 um 00:38 schrieb Dmitry Osipenko: Recently DRM framebuffer core and all drivers were moved to unlocked vmapping functions that take the reservation lock. The drm_gem_vram_vmap() was missed out by accident and now deadlocks drivers that use drm_gem_vram helpers when framebuffer is

[PATCH v1] drm/gem-vram: Fix deadlock in drm_gem_vram_vmap()

2022-11-13 Thread Dmitry Osipenko
Recently DRM framebuffer core and all drivers were moved to unlocked vmapping functions that take the reservation lock. The drm_gem_vram_vmap() was missed out by accident and now deadlocks drivers that use drm_gem_vram helpers when framebuffer is updated, like Bochs driver. Remove the locking from