[PATCH] drm/radeon: fix AVI infoframe generation

2013-06-28 Thread Rafał Miłecki
2013/6/10 Alex Deucher : > On Sat, Jun 8, 2013 at 7:46 AM, Rafa? Mi?ecki wrote: >> 2013/6/7 : >>> From: Alex Deucher >>> >>> - remove adding 2 to checksum, this breaks certain monitors >>> - properly emit the AVI infoframe version, not emitting >>> the version breaks some monitors. >>> >>> This

Re: [PATCH] drm/radeon: fix AVI infoframe generation

2013-06-27 Thread Rafał Miłecki
2013/6/10 Alex Deucher : > On Sat, Jun 8, 2013 at 7:46 AM, Rafał Miłecki wrote: >> 2013/6/7 : >>> From: Alex Deucher >>> >>> - remove adding 2 to checksum, this breaks certain monitors >>> - properly emit the AVI infoframe version, not emitting >>> the version breaks some monitors. >>> >>> This

[PATCH] drm/radeon: fix AVI infoframe generation

2013-06-10 Thread Alex Deucher
On Sat, Jun 8, 2013 at 7:46 AM, Rafa? Mi?ecki wrote: > 2013/6/7 : >> From: Alex Deucher >> >> - remove adding 2 to checksum, this breaks certain monitors >> - properly emit the AVI infoframe version, not emitting >> the version breaks some monitors. >> >> This should fix blank screen when HDMI a

Re: [PATCH] drm/radeon: fix AVI infoframe generation

2013-06-10 Thread Alex Deucher
On Sat, Jun 8, 2013 at 7:46 AM, Rafał Miłecki wrote: > 2013/6/7 : >> From: Alex Deucher >> >> - remove adding 2 to checksum, this breaks certain monitors >> - properly emit the AVI infoframe version, not emitting >> the version breaks some monitors. >> >> This should fix blank screen when HDMI a

[PATCH] drm/radeon: fix AVI infoframe generation

2013-06-08 Thread Rafał Miłecki
2013/6/7 : > From: Alex Deucher > > - remove adding 2 to checksum, this breaks certain monitors > - properly emit the AVI infoframe version, not emitting > the version breaks some monitors. > > This should fix blank screen when HDMI audio is enabled on > certain monitors. Err, nack. I believe th

[PATCH] drm/radeon: fix AVI infoframe generation

2013-06-08 Thread Alex Deucher
On Sat, Jun 8, 2013 at 7:46 AM, Rafa? Mi?ecki wrote: > 2013/6/7 : >> From: Alex Deucher >> >> - remove adding 2 to checksum, this breaks certain monitors >> - properly emit the AVI infoframe version, not emitting >> the version breaks some monitors. >> >> This should fix blank screen when HDMI a

Re: [PATCH] drm/radeon: fix AVI infoframe generation

2013-06-08 Thread Alex Deucher
On Sat, Jun 8, 2013 at 7:46 AM, Rafał Miłecki wrote: > 2013/6/7 : >> From: Alex Deucher >> >> - remove adding 2 to checksum, this breaks certain monitors >> - properly emit the AVI infoframe version, not emitting >> the version breaks some monitors. >> >> This should fix blank screen when HDMI a

Re: [PATCH] drm/radeon: fix AVI infoframe generation

2013-06-08 Thread Rafał Miłecki
2013/6/7 : > From: Alex Deucher > > - remove adding 2 to checksum, this breaks certain monitors > - properly emit the AVI infoframe version, not emitting > the version breaks some monitors. > > This should fix blank screen when HDMI audio is enabled on > certain monitors. Err, nack. I believe th

[PATCH] drm/radeon: fix AVI infoframe generation

2013-06-07 Thread alexdeuc...@gmail.com
From: Alex Deucher - remove adding 2 to checksum, this breaks certain monitors - properly emit the AVI infoframe version, not emitting the version breaks some monitors. This should fix blank screen when HDMI audio is enabled on certain monitors. Signed-off-by: Alex Deucher Cc: Rafa? Mi?ecki -

[PATCH] drm/radeon: fix AVI infoframe generation

2013-06-07 Thread alexdeucher
From: Alex Deucher - remove adding 2 to checksum, this breaks certain monitors - properly emit the AVI infoframe version, not emitting the version breaks some monitors. This should fix blank screen when HDMI audio is enabled on certain monitors. Signed-off-by: Alex Deucher Cc: Rafał Miłecki -