diff options
| author | Aaron Liu <aaron.liu@amd.com> | 2023-05-25 16:08:55 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2023-10-09 17:02:46 -0400 |
| commit | ce862c49957d119782c1b74fccee92bf1ddc1d71 (patch) | |
| tree | 97c4a65f2c6b16a92fa3b5d8e28fb96f2ce48f4c /drivers/gpu/drm/amd | |
| parent | drm/amdkfd: get doorbell's absolute offset based on the db_size (diff) | |
| download | linux-ce862c49957d119782c1b74fccee92bf1ddc1d71.tar.gz linux-ce862c49957d119782c1b74fccee92bf1ddc1d71.zip | |
drm/amdgpu/discovery: enable DCN 3.5.0 support
Enable DCN 3.5.0 support.
Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
| -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 d1bc7b212520..9f26d7993303 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1893,6 +1893,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(3, 1, 6): case IP_VERSION(3, 2, 0): case IP_VERSION(3, 2, 1): + case IP_VERSION(3, 5, 0): if (amdgpu_sriov_vf(adev)) amdgpu_discovery_set_sriov_display(adev); else |
