projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380302f
)
drm/amdgpu/jpeg: enable jpeg pg for VCN4_0_3
author
James Zhu
<James.Zhu@amd.com>
Sun, 9 Jan 2022 21:04:05 +0000
(16:04 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:41:32 +0000
(09:41 -0400)
Enable jpeg pg for VCN4_0_3.
Signed-off-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/soc15.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/soc15.c
b/drivers/gpu/drm/amd/amdgpu/soc15.c
index d68ebf6b6856e8a379d0badb55a60d479ddd1aa7..1939e88ef421750dcc7ae1840fc6348a25879304 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/
drivers/gpu/drm/amd/amdgpu/soc15.c
@@
-1097,7
+1097,8
@@
static int soc15_common_early_init(void *handle)
adev->asic_funcs = &vega20_asic_funcs;
adev->cg_flags =
AMD_CG_SUPPORT_JPEG_MGCG;
- adev->pg_flags = 0;
+ adev->pg_flags =
+ AMD_PG_SUPPORT_JPEG;
break;
default:
/* FIXME: not supported yet */