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 <cssk@net-c.es> Acked-by: Luben Tuikov <luben.tuikov@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent e93e075 commit 10d2d1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)