Re: [PATCH 03/49] drm/ttm: split the mm manager init code

2020-07-31 Thread Christian König
Am 31.07.20 um 06:04 schrieb Dave Airlie: From: Dave Airlie This will allow the driver to control the ordering here better. Eventually the old path will be removed. Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo.c| 34 +++-- include/drm/ttm/ttm_b

Re: [PATCH 03/49] drm/ttm: split the mm manager init code

2020-07-30 Thread Sam Ravnborg
On Fri, Jul 31, 2020 at 04:26:08PM +1000, Dave Airlie wrote: > On Fri, 31 Jul 2020 at 15:51, Dave Airlie wrote: > > > > On Fri, 31 Jul 2020 at 15:44, Sam Ravnborg wrote: > > > > > > Hi Dave. > > > > > > On Fri, Jul 31, 2020 at 02:04:34PM +1000, Dave Airlie wrote: > > > > From: Dave Airlie > > >

Re: [PATCH 03/49] drm/ttm: split the mm manager init code

2020-07-30 Thread Dave Airlie
On Fri, 31 Jul 2020 at 15:51, Dave Airlie wrote: > > On Fri, 31 Jul 2020 at 15:44, Sam Ravnborg wrote: > > > > Hi Dave. > > > > On Fri, Jul 31, 2020 at 02:04:34PM +1000, Dave Airlie wrote: > > > From: Dave Airlie > > > > > > This will allow the driver to control the ordering here better. > > > >

Re: [PATCH 03/49] drm/ttm: split the mm manager init code

2020-07-30 Thread Dave Airlie
On Fri, 31 Jul 2020 at 15:44, Sam Ravnborg wrote: > > Hi Dave. > > On Fri, Jul 31, 2020 at 02:04:34PM +1000, Dave Airlie wrote: > > From: Dave Airlie > > > > This will allow the driver to control the ordering here better. > > > > Eventually the old path will be removed. > > > > Signed-off-by: Dav

Re: [PATCH 03/49] drm/ttm: split the mm manager init code

2020-07-30 Thread Sam Ravnborg
Hi Dave. On Fri, Jul 31, 2020 at 02:04:34PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This will allow the driver to control the ordering here better. > > Eventually the old path will be removed. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/ttm/ttm_bo.c| 34 +

[PATCH 03/49] drm/ttm: split the mm manager init code

2020-07-30 Thread Dave Airlie
From: Dave Airlie This will allow the driver to control the ordering here better. Eventually the old path will be removed. Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo.c| 34 +++-- include/drm/ttm/ttm_bo_api.h| 4 include/drm/ttm/ttm_bo_d