projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cbc6f4
)
drm/amdgpu: add VCN1 hardware IP
author
Alex Deucher
<alexander.deucher@amd.com>
Mon, 9 Aug 2021 16:18:08 +0000
(12:18 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:23:01 +0000
(15:23 -0400)
So we can store the VCN IP revision for each instance of VCN.
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 815db33190caadd372b3aeebe06756721dd0e21b..b153c3740307a2c90eae5f2aa13a6fc5e5e985b4 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@
-744,6
+744,7
@@
enum amd_hw_ip_block_type {
UVD_HWIP,
VCN_HWIP = UVD_HWIP,
JPEG_HWIP = VCN_HWIP,
+ VCN1_HWIP,
VCE_HWIP,
DF_HWIP,
DCE_HWIP,