diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-25 02:20:45 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-25 02:20:45 +0000 |
commit | fe0d963eb4aae84432587fbb75da49331362f520 (patch) | |
tree | 2f839ef608dd33d23b0382f4534b969f558766c3 /sys/dev | |
parent | 0a2614ab9a972515ce87bfe792d552c85a8b3dac (diff) |
drm/amdgpu/discovery: add PSP IP v13.0.11 support
From Tim Huang
3ed03b0b42c4077806d652c8ced1acc7ff0ac001 in linux-6.1.y/6.1.8
7c1389f1b1228b96e621815e63eaa2e89b9f7511 in mainline linux
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c b/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c index 608ea596b51..ba4fe409c48 100644 --- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c +++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c @@ -1651,6 +1651,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(13, 0, 7): case IP_VERSION(13, 0, 8): case IP_VERSION(13, 0, 10): + case IP_VERSION(13, 0, 11): amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block); break; case IP_VERSION(13, 0, 4): |