mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
drm/amd/display: Enable DM for DCN 4.2.1
[Why & How] Add DM IP block to amdgpu_discovery Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Matthew Stewart <Matthew.Stewart2@amd.com> Signed-off-by: Ray Wu <ray.wu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
14b7d1291d
commit
c2630fdd65
|
|
@ -2399,6 +2399,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
|
|||
case IP_VERSION(3, 6, 0):
|
||||
case IP_VERSION(4, 1, 0):
|
||||
case IP_VERSION(4, 2, 0):
|
||||
case IP_VERSION(4, 2, 1):
|
||||
/* TODO: Fix IP version. DC code expects version 4.0.1 */
|
||||
if (adev->ip_versions[DCE_HWIP][0] == IP_VERSION(4, 1, 0))
|
||||
adev->ip_versions[DCE_HWIP][0] = IP_VERSION(4, 0, 1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user