[PATCH] drm/radeon: call drm_edid_to_eld when we update the edid

2014-03-31 Thread Christian König
Am 31.03.2014 17:19, schrieb Alex Deucher: > 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 > Cc: stable at vger.kernel.org Added to my drm-next-3.15 branch. Thanks, Chri

[PATCH] drm/radeon: call drm_edid_to_eld when we update the edid

2014-03-31 Thread Alex Deucher
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 Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver