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
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
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
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
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
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
6 matches
Mail list logo