Re: [Intel-gfx] [PATCH 5/5] drm: Nerf drm_global_mutex BKL for good drivers

2020-02-10 Thread Chris Wilson
Quoting Daniel Vetter (2020-02-04 15:01:46) > This catches the majority of drivers (unfortunately not if we take > users into account, because all the big drivers have at least a > lastclose hook). > > With the prep patches out of the way all drm state is fully protected > and either prevents or c

[Intel-gfx] [PATCH 5/5] drm: Nerf drm_global_mutex BKL for good drivers

2020-02-04 Thread Daniel Vetter
This catches the majority of drivers (unfortunately not if we take users into account, because all the big drivers have at least a lastclose hook). With the prep patches out of the way all drm state is fully protected and either prevents or can deal with the races from dropping the BKL around open