Skip to content

Commit 7d3dc50

Browse files
Alex Hungalexdeucher
authored andcommitted
Revert "drm/amd/display: Disable virtual links"
This reverts commit b22c336. [WHY & HOW] The writeback series cause a regression in thunderbolt display. Signed-off-by: Alex Hung <alex.hung@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 3dcb661 commit 7d3dc50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
16761676

16771677
/* Enable DWB for tested platforms only */
16781678
if (adev->ip_versions[DCE_HWIP][0] >= IP_VERSION(3, 0, 0))
1679-
init_data.num_virtual_links = 0;
1679+
init_data.num_virtual_links = 1;
16801680

16811681
INIT_LIST_HEAD(&adev->dm.da_list);
16821682

0 commit comments

Comments
 (0)