Skip to content

Commit 10d2d1f

Browse files
committed
drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read"
This partially reverts 20543be. Calling drm_connector_update_edid_property() in amdgpu_connector_free_edid() causes a noticeable pause in the system every 10 seconds on polled outputs so revert this part of the change. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2257 Cc: Claudio Suarez <[email protected]> Acked-by: Luben Tuikov <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent e93e075 commit 10d2d1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ static void amdgpu_connector_free_edid(struct drm_connector *connector)
327327

328328
kfree(amdgpu_connector->edid);
329329
amdgpu_connector->edid = NULL;
330-
drm_connector_update_edid_property(connector, NULL);
331330
}
332331

333332
static int amdgpu_connector_ddc_get_modes(struct drm_connector *connector)

0 commit comments

Comments
 (0)