aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/nv.c
diff options
context:
space:
mode:
authorYing Li <[email protected]>2025-02-11 16:53:19 +0000
committerAlex Deucher <[email protected]>2025-02-13 02:05:49 +0000
commit16a5a8fe6fb1868e5e19ba4e89e7b8caa37cc92c (patch)
tree9da6300468d933c0dbf571ef88830b4f1383d590 /drivers/gpu/drm/amd/amdgpu/nv.c
parentdrm/amd/pm: add support for IP version 11.5.2 (diff)
downloadkernel-16a5a8fe6fb1868e5e19ba4e89e7b8caa37cc92c.tar.gz
kernel-16a5a8fe6fb1868e5e19ba4e89e7b8caa37cc92c.zip
drm/amd/amdgpu: add support for IP version 11.5.2
This initializes drm/amd/amdgpu version 11.5.2 Signed-off-by: YING LI <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/nv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c
index 47db483c3516..8d84dff58b7e 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.c
+++ b/drivers/gpu/drm/amd/amdgpu/nv.c
@@ -454,6 +454,7 @@ nv_asic_reset_method(struct amdgpu_device *adev)
switch (amdgpu_ip_version(adev, MP1_HWIP, 0)) {
case IP_VERSION(11, 5, 0):
+ case IP_VERSION(11, 5, 2):
case IP_VERSION(13, 0, 1):
case IP_VERSION(13, 0, 3):
case IP_VERSION(13, 0, 5):