projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d6ea3b
)
drm/amdgpu: add VPE IP BLOCK definition
author
Huang Rui
<ray.huang@amd.com>
Sat, 23 Apr 2022 14:37:43 +0000
(22:37 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 31 Aug 2023 20:33:17 +0000
(16:33 -0400)
Add IP BLOCK for Video Processing Engine.
Signed-off-by: Huang Rui <ray.huang@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 67d7b7ee8a2a02ddb78e33565dedbccff13c628f..bb49537237c2dd8740ae4df4cbcc5e408341e103 100644
(file)
--- a/
drivers/gpu/drm/amd/include/amd_shared.h
+++ b/
drivers/gpu/drm/amd/include/amd_shared.h
@@
-100,6
+100,7
@@
enum amd_ip_block_type {
AMD_IP_BLOCK_TYPE_VCN,
AMD_IP_BLOCK_TYPE_MES,
AMD_IP_BLOCK_TYPE_JPEG,
+ AMD_IP_BLOCK_TYPE_VPE,
AMD_IP_BLOCK_TYPE_NUM,
};