projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61251b2
)
drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctly
author
Qu Huang
<jinsdb@126.com>
Tue, 23 Aug 2022 06:44:06 +0000
(14:44 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 25 Aug 2022 17:54:35 +0000
(13:54 -0400)
The mmVM_L2_CNTL3 register is not assigned an initial value
Signed-off-by: Qu Huang <jinsdb@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
index
3f44a09
..
3e51e77
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
@@
-176,6
+176,7
@@
static void mmhub_v1_0_init_cache_regs(struct amdgpu_device *adev)
tmp = REG_SET_FIELD(tmp, VM_L2_CNTL2, INVALIDATE_L2_CACHE, 1);
WREG32_SOC15(MMHUB, 0, mmVM_L2_CNTL2, tmp);
+ tmp = mmVM_L2_CNTL3_DEFAULT;
if (adev->gmc.translate_further) {
tmp = REG_SET_FIELD(tmp, VM_L2_CNTL3, BANK_SELECT, 12);
tmp = REG_SET_FIELD(tmp, VM_L2_CNTL3,