diff options
| author | Yifan Zhang <[email protected]> | 2024-03-05 01:15:18 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-03-06 20:24:50 +0000 |
| commit | 2bdebcb1e49d50be314b611a0af0cc02817e5d7d (patch) | |
| tree | 1c5c4084fb193797971ea8241ddbb7a6d9a809f9 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amdkfd: Use SQC when TCP would fail in gfx10.1 context save (diff) | |
| download | kernel-2bdebcb1e49d50be314b611a0af0cc02817e5d7d.tar.gz kernel-2bdebcb1e49d50be314b611a0af0cc02817e5d7d.zip | |
drm/amdgpu: add dcn3.5.1 support
This patch to add dcn3.5.1 support.
Signed-off-by: Yifan Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 502333725b49..72701e7f09fc 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1936,6 +1936,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(3, 2, 0): case IP_VERSION(3, 2, 1): case IP_VERSION(3, 5, 0): + case IP_VERSION(3, 5, 1): if (amdgpu_sriov_vf(adev)) amdgpu_discovery_set_sriov_display(adev); else |
