drm/radeon: call drm_edid_to_eld when we update the edid
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 31 Mar 2014 15:19:46 +0000 (11:19 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 May 2014 04:52:14 +0000 (21:52 -0700)
commit6d611183634723139f9f77ecef77ed8cb1e5789c
tree5730af2d7e9f60e6b1d7ad9746cf00452c930adc
parentdec8ba10d0770e4361259e52217ec81bea8d96a2
drm/radeon: call drm_edid_to_eld when we update the edid

commit 16086279353cbfecbb3ead474072dced17b97ddc upstream.

This needs to be done to update some of the fields in
the connector structure used by the audio code.

Noticed by several users on irc.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_display.c