summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c37
1 files changed, 36 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
index 8112ffc85995..82bc6d657e5a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
@@ -99,6 +99,41 @@ const char *soc15_ih_clientid_name[] = {
"MP1"
};
+const char *soc_v1_0_ih_clientid_name[] = {
+ "IH",
+ "Reserved",
+ "ATHUB",
+ "BIF",
+ "Reserved",
+ "Reserved",
+ "Reserved",
+ "RLC",
+ "Reserved",
+ "Reserved",
+ "GFX",
+ "IMU",
+ "Reserved",
+ "Reserved",
+ "VCN1 or UVD1",
+ "THM",
+ "VCN or UVD",
+ "Reserved",
+ "VMC",
+ "Reserved",
+ "GRBM_CP",
+ "GC_AID",
+ "ROM_SMUIO",
+ "DF",
+ "Reserved",
+ "PWR",
+ "LSDMA",
+ "GC_UTCL2",
+ "nHT",
+ "Reserved",
+ "MP0",
+ "MP1",
+};
+
const int node_id_to_phys_map[NODEID_MAX] = {
[AID0_NODEID] = 0,
[XCD0_NODEID] = 0,
@@ -316,7 +351,7 @@ int amdgpu_irq_init(struct amdgpu_device *adev)
adev->irq.irq = irq;
adev_to_drm(adev)->max_vblank_count = 0x00ffffff;
- dev_dbg(adev->dev, "amdgpu: irq initialized.\n");
+ dev_dbg(adev->dev, "irq initialized.\n");
return 0;
free_vectors: