Re: [PATCH] drm/amdgpu: fix check oder in amdgpu_bo_move

2020-12-14 Thread Daniel Vetter
Christian, can you pls push this to drm-misc-next-fixes? Adding Thomas as fyi so the pull goes out. -Daniel On Mon, Dec 14, 2020 at 2:12 PM Mike Lothian wrote: > > Tested-by: Mike Lothian > > Fixes https://gitlab.freedesktop.org/drm/amd/-/issues/1405 > > Can we make sure this gets into rc1? > >

Re: [PATCH] drm/amdgpu: fix check oder in amdgpu_bo_move

2020-12-14 Thread Mike Lothian
Tested-by: Mike Lothian Fixes https://gitlab.freedesktop.org/drm/amd/-/issues/1405 Can we make sure this gets into rc1? On Tue, 17 Nov 2020 at 15:02, Nirmoy wrote: > > Tested-by: Nirmoy Das > Tested on commit 96fb3cbef165db97c999a02efe2287ba4b8c1ceb (HEAD, > drm-misc/drm-misc-next) > > > > O

Re: [PATCH] drm/amdgpu: fix check oder in amdgpu_bo_move

2020-11-17 Thread Nirmoy
Tested-by: Nirmoy Das Tested on commit 96fb3cbef165db97c999a02efe2287ba4b8c1ceb (HEAD, drm-misc/drm-misc-next) On 11/16/20 8:14 PM, Christian König wrote: Reorder the code to fix checking if blitting is available. Signed-off-by: Christian König Fixes: f5a89a5cae81 drm/amdgpu/ttm: use multi

Re: [PATCH] drm/amdgpu: fix check oder in amdgpu_bo_move

2020-11-16 Thread Alex Deucher
On Mon, Nov 16, 2020 at 2:14 PM Christian König wrote: > > Reorder the code to fix checking if blitting is available. > > Signed-off-by: Christian König > Fixes: f5a89a5cae81 drm/amdgpu/ttm: use multihop Typo in the subject (oder -> order). With that fixes the patch is: Acked-by: Alex Deucher