Re: [Intel-gfx] [PATCH 1/4] drm: Complain if drivers still use the ->load callback

2020-01-28 Thread Daniel Vetter
On Tue, Jan 28, 2020 at 10:47:59AM +, Chris Wilson wrote: > Quoting Daniel Vetter (2020-01-28 10:45:58) > > Kinda time to get this sorted. The locking around this really is not > > nice. > > > > Signed-off-by: Daniel Vetter > > --- > > drivers/gpu/drm/drm_drv.c | 6 ++ > > include/drm/dr

Re: [Intel-gfx] [PATCH 1/4] drm: Complain if drivers still use the ->load callback

2020-01-28 Thread Chris Wilson
Quoting Chris Wilson (2020-01-28 10:47:59) > Quoting Daniel Vetter (2020-01-28 10:45:58) > > Kinda time to get this sorted. The locking around this really is not > > nice. > > > > Signed-off-by: Daniel Vetter > > --- > > drivers/gpu/drm/drm_drv.c | 6 ++ > > include/drm/drm_drv.h | 3 +++

Re: [Intel-gfx] [PATCH 1/4] drm: Complain if drivers still use the ->load callback

2020-01-28 Thread Chris Wilson
Quoting Daniel Vetter (2020-01-28 10:45:58) > Kinda time to get this sorted. The locking around this really is not > nice. > > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_drv.c | 6 ++ > include/drm/drm_drv.h | 3 +++ > 2 files changed, 9 insertions(+) > > diff --git a/driv