Re: [PATCH] drm/amdgpu: Fix compile error.

2022-02-10 Thread Andrey Grodzovsky
On 2022-02-10 02:06, Christian König wrote: Am 10.02.22 um 04:17 schrieb Andrey Grodzovsky: Seems I forgot to add this to the relevant commit when submitting. Rebase/merge issue? Looks like it. It looks more like I forgot to add the header file change to the commit after updating with you

Re: [PATCH] drm/amdgpu: Fix compile error.

2022-02-10 Thread Christian König
Am 10.02.22 um 08:06 schrieb Christian König: Am 10.02.22 um 04:17 schrieb Andrey Grodzovsky: Seems I forgot to add this to the relevant commit when submitting. Rebase/merge issue? Looks like it. Signed-off-by: Andrey Grodzovsky Reported-by: kernel test robot Reviewed-by: Christian Köni

Re: [PATCH] drm/amdgpu: Fix compile error.

2022-02-09 Thread Christian König
Am 10.02.22 um 04:17 schrieb Andrey Grodzovsky: Seems I forgot to add this to the relevant commit when submitting. Rebase/merge issue? Looks like it. Signed-off-by: Andrey Grodzovsky Reported-by: kernel test robot Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_re

Re: [PATCH] drm/amdgpu: Fix compile error.

2022-02-09 Thread Alex Deucher
On Wed, Feb 9, 2022 at 10:17 PM Andrey Grodzovsky wrote: > > Seems I forgot to add this to the relevant commit > when submitting. > > Signed-off-by: Andrey Grodzovsky > Reported-by: kernel test robot Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h | 3 +-- > 1 file c

[PATCH] drm/amdgpu: Fix compile error.

2022-02-09 Thread Andrey Grodzovsky
Seems I forgot to add this to the relevant commit when submitting. Signed-off-by: Andrey Grodzovsky Reported-by: kernel test robot --- drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h b/dri