Re: [PATCH 2/7] drm/ttm: flip tt destroy ordering.

2020-09-17 Thread Christian König
Am 17.09.20 um 06:30 schrieb Dave Airlie: From: Dave Airlie Call the driver first and have it call the common code cleanup. This is useful later to fix unbind. Signed-off-by: Dave Airlie Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 1 +

[PATCH 2/7] drm/ttm: flip tt destroy ordering.

2020-09-16 Thread Dave Airlie
From: Dave Airlie Call the driver first and have it call the common code cleanup. This is useful later to fix unbind. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 1 + drivers/gpu/drm/drm_gem_vram_helper.c | 1 + drivers/gpu/drm/nouveau/nouveau_bo.c