linux: update patch for 6.8.106
This commit is contained in:
parent
94d55ce926
commit
8ff65f7ff7
1 changed files with 11 additions and 10 deletions
|
|
@ -158,19 +158,20 @@ diff --color -Nru a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/am
|
|||
}
|
||||
|
||||
/* SMC */
|
||||
diff --color -Nru a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
|
||||
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 2023-03-09 11:48:45.000000000 -0600
|
||||
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 2023-03-09 19:35:41.949114270 -0600
|
||||
@@ -627,8 +627,7 @@
|
||||
*/
|
||||
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
|
||||
index 6ac35313..932e5d49 100644
|
||||
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
|
||||
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
|
||||
@@ -676,8 +676,7 @@ psp_cmd_submit_buf(struct psp_context *psp,
|
||||
if (!skip_unsupport && (psp->cmd_buf_mem->resp.status || !timeout) && !ras_intr) {
|
||||
if (ucode)
|
||||
- DRM_WARN("failed to load ucode %s(0x%X) ",
|
||||
- amdgpu_ucode_name(ucode->ucode_id), ucode->ucode_id);
|
||||
+ DRM_WARN("failed to load ucode");
|
||||
DRM_WARN("psp gfx command %s(0x%X) failed and response status is (0x%X)\n",
|
||||
dev_warn(psp->adev->dev,
|
||||
- "failed to load ucode %s(0x%X) ",
|
||||
- amdgpu_ucode_name(ucode->ucode_id), ucode->ucode_id);
|
||||
+ "failed to load ucode");
|
||||
dev_warn(psp->adev->dev,
|
||||
"psp gfx command %s(0x%X) failed and response status is (0x%X)\n",
|
||||
psp_gfx_cmd_name(psp->cmd_buf_mem->cmd_id), psp->cmd_buf_mem->cmd_id,
|
||||
psp->cmd_buf_mem->resp.status);
|
||||
diff --color -Nru a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
|
||||
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 2022-07-31 16:03:01.000000000 -0500
|
||||
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 2023-03-09 19:38:05.801817530 -0600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue