Re: [PATCH] drm/ttm: fix broken merge between drm-next and drm-misc-next

2020-08-19 Thread Dave Airlie
On Wed, 19 Aug 2020 at 23:44, Christian König wrote: > > drm-next reverted the changes to ttm_tt_create() to do the > NULL check inside the function, but drm-misc-next adds new > users of this approach. > > Re-apply the NULL check change inside the function to fix this. Where is this problem now?

[PATCH] drm/ttm: fix broken merge between drm-next and drm-misc-next

2020-08-19 Thread Christian König
drm-next reverted the changes to ttm_tt_create() to do the NULL check inside the function, but drm-misc-next adds new users of this approach. Re-apply the NULL check change inside the function to fix this. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 2 +- drivers/gpu/drm/t