projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0388aee
)
drm/amdgpu: add JPEG IP block type
author
Leo Liu
<leo.liu@amd.com>
Fri, 8 Nov 2019 17:44:54 +0000
(12:44 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 19 Nov 2019 15:12:49 +0000
(10:12 -0500)
From VCN2.0, JPEG2.0 is a separated IP block.
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/amd_shared.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/include/amd_shared.h
b/drivers/gpu/drm/amd/include/amd_shared.h
index
dc7eb28
..
d5bc8be
100644
(file)
--- a/
drivers/gpu/drm/amd/include/amd_shared.h
+++ b/
drivers/gpu/drm/amd/include/amd_shared.h
@@
-53,7
+53,8
@@
enum amd_ip_block_type {
AMD_IP_BLOCK_TYPE_VCE,
AMD_IP_BLOCK_TYPE_ACP,
AMD_IP_BLOCK_TYPE_VCN,
- AMD_IP_BLOCK_TYPE_MES
+ AMD_IP_BLOCK_TYPE_MES,
+ AMD_IP_BLOCK_TYPE_JPEG
};
enum amd_clockgating_state {