Re: [PATCH 10/10] drm/ttm: reverse move calling pattern.

2020-09-23 Thread Dave Airlie
On Thu, 24 Sep 2020 at 00:45, Christian König wrote: > > Am 23.09.20 um 05:04 schrieb Dave Airlie: > > From: Dave Airlie > > > > Call the driver move function if it exists, otherwise use the > > fallback ttm/memcpy paths. > > I would rather like to see the move callback made mandatory instead. I

Re: [PATCH 10/10] drm/ttm: reverse move calling pattern.

2020-09-23 Thread Christian König
Am 23.09.20 um 05:04 schrieb Dave Airlie: From: Dave Airlie Call the driver move function if it exists, otherwise use the fallback ttm/memcpy paths. I would rather like to see the move callback made mandatory instead. Christian. Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo