projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7e7f1e
)
drm/amdgpu/psp11: fix typo in comment
author
Xiaojie Yuan
<xiaojie.yuan@amd.com>
Fri, 18 Oct 2019 10:47:20 +0000
(18:47 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 25 Oct 2019 20:50:07 +0000
(16:50 -0400)
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
index
e307b8d
..
ffeaa2f
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
@@
-244,7
+244,7
@@
static int psp_v11_0_bootloader_load_kdb(struct psp_context *psp)
/* Copy PSP KDB binary to memory */
memcpy(psp->fw_pri_buf, psp->kdb_start_addr, psp->kdb_bin_size);
- /* Provide the
sys driver
to bootloader */
+ /* Provide the
PSP KDB
to bootloader */
WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_36,
(uint32_t)(psp->fw_pri_mc_addr >> 20));
psp_gfxdrv_command_reg = PSP_BL__LOAD_KEY_DATABASE;