diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-25 02:15:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-25 02:15:16 +0000 |
commit | c8e815bc66716ebf4fddcbcb424f3996c3ab291b (patch) | |
tree | d5e35ee33dc8d13539f5a482d279b1e6bd877b2f /sys | |
parent | 72e44c4b5bd2c03eecc3f9aa9c90341bc24e5397 (diff) |
drm/amdgpu/discovery: set the APU flag for GC 11.0.4
From Yifan Zhang
09157e804d9e578c3bc8eff4d1ac4712f6e0fc1d in linux-6.1.y/6.1.8
dd2d9c7fd7716838d477e257f43facd68c53d3a9 in mainline linux
Diffstat (limited to 'sys')
-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 796deda3839..608ea596b51 100644 --- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c +++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c @@ -2212,6 +2212,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(10, 3, 6): case IP_VERSION(10, 3, 7): case IP_VERSION(11, 0, 1): + case IP_VERSION(11, 0, 4): adev->flags |= AMD_IS_APU; break; default: |