Re: [PATCH 31/40] drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docs

2021-04-16 Thread Nirmoy
Reviewed-by: Nirmoy Das On 4/16/21 4:37 PM, Lee Jones wrote: Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:73: warning: expecting prototype for amdgpu_dummy_page_init(). Prototype was for amdgpu_gart_dummy_page_init() instead drivers/gpu/drm

Re: [PATCH] drm/amd/amdgpu/gfx_v7_0: Trivial typo fixes

2021-03-25 Thread Nirmoy
Reviewed-by: Nirmoy Das On 3/25/21 9:53 AM, Bhaskar Chowdhury wrote: s/acccess/access/ s/inferface/interface/ s/sequnce/sequence/ .two different places. s/retrive/retrieve/ s/sheduling/scheduling/ s/independant/independent/ s/wether/whether/ ..two different places. s/emmit/emit/ s

Re: [PATCH 5.11 079/104] drm/amdgpu: enable only one high prio compute queue

2021-03-05 Thread Nirmoy
On 3/5/21 4:40 PM, Deucher, Alexander wrote: [AMD Public Use] -Original Message- From: Koenig, Christian Sent: Friday, March 5, 2021 10:35 AM To: Sasha Levin ; Deucher, Alexander Cc: Greg Kroah-Hartman ; linux- ker...@vger.kernel.org; sta...@vger.kernel.org; Das, Nirmoy Subject

Re: linux-next: build warnings after merge of the drm-misc tree

2021-01-15 Thread Nirmoy
ce_needed = roundup_pow_of_two(adev->gmc.real_vram_size); | ^~~~ Introduced by commit 453f617a30aa ("drm/amdgpu: Resize BAR0 to the maximum available size, even if it doesn't cover VRAM") We have a fix already merged in drm-misc-next for this. Thanks, Nirmoy

Re: [PATCH][next] drm: amdgpu: fix premature goto because of missing braces

2020-06-24 Thread Nirmoy
Acked-by: Nirmoy Das Thanks, Nirmoy On 6/24/20 4:14 PM, Colin King wrote: From: Colin Ian King Currently the goto statement is skipping over a lot of setup code because it is outside of an if-block and should be inside it. Fix this by adding missing if statement braces. Addresses

Re: [PATCH][next] drm/mm/selftests: fix unsigned comparison with less than zero

2020-06-21 Thread Nirmoy
if ((s64)insert_time1 < 0) goto err; The error codes in this function seem pretty messed up. Speaking of error codes, what the heck is going on with prepare_igt_frag(). This is on me. I will send a patch to correct this mistake. Thanks, Nirmoy 1037 static int prep