From: Lang Yu <[email protected]>

Add HWID for Video Processing Engine.

Signed-off-by: Lang Yu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 ++
 drivers/gpu/drm/amd/include/soc15_hw_ip.h     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 9274b7289a41..c513b1650be5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -175,6 +175,7 @@ static const char *hw_id_names[HW_ID_MAX] = {
        [XGMI_HWID]             = "XGMI",
        [XGBE_HWID]             = "XGBE",
        [MP0_HWID]              = "MP0",
+       [VPE_HWID]              = "VPE",
 };
 
 static int hw_id_map[MAX_HWIP] = {
@@ -204,6 +205,7 @@ static int hw_id_map[MAX_HWIP] = {
        [XGMI_HWIP]     = XGMI_HWID,
        [DCI_HWIP]      = DCI_HWID,
        [PCIE_HWIP]     = PCIE_HWID,
+       [VPE_HWIP]      = VPE_HWID,
 };
 
 static int amdgpu_discovery_read_binary_from_sysmem(struct amdgpu_device 
*adev, uint8_t *binary)
diff --git a/drivers/gpu/drm/amd/include/soc15_hw_ip.h 
b/drivers/gpu/drm/amd/include/soc15_hw_ip.h
index bc9783da7e96..dad83037793a 100644
--- a/drivers/gpu/drm/amd/include/soc15_hw_ip.h
+++ b/drivers/gpu/drm/amd/include/soc15_hw_ip.h
@@ -43,6 +43,7 @@
 #define DAZ_HWID                                         274
 #define SDPMUX_HWID                                       19
 #define NTB_HWID                                          20
+#define VPE_HWID                                          21
 #define IOHC_HWID                                         24
 #define L2IMU_HWID                                        28
 #define VCE_HWID                                          32
-- 
2.41.0

Reply via email to