[PATCH 1/2] drm/radeon/kms: reset ddc_bus in object header parsing

2010-05-19 Thread Rafał Miłecki
2010/5/19 Alex Deucher : > Some LVDS connectors don't have a ddc bus, so reset the > ddc bus to invalid before parsing the next connector > to avoid using stale ddc bus data. ?Should fix > fdo bug 28164. It does, thanks :) Tested-by: Rafa? Mi?ecki -- Rafa?

Re: [PATCH 1/2] drm/radeon/kms: reset ddc_bus in object header parsing

2010-05-18 Thread Rafał Miłecki
2010/5/19 Alex Deucher : > Some LVDS connectors don't have a ddc bus, so reset the > ddc bus to invalid before parsing the next connector > to avoid using stale ddc bus data.  Should fix > fdo bug 28164. It does, thanks :) Tested-by: Rafał Miłecki -- Rafał _

[PATCH 1/2] drm/radeon/kms: reset ddc_bus in object header parsing

2010-05-18 Thread Alex Deucher
Some LVDS connectors don't have a ddc bus, so reset the ddc bus to invalid before parsing the next connector to avoid using stale ddc bus data. Should fix fdo bug 28164. Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/radeon_atombios.c |5 ++--- 1 files chang

[PATCH 1/2] drm/radeon/kms: reset ddc_bus in object header parsing

2010-05-18 Thread Alex Deucher
Some LVDS connectors don't have a ddc bus, so reset the ddc bus to invalid before parsing the next connector to avoid using stale ddc bus data. Should fix fdo bug 28164. Signed-off-by: Alex Deucher Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/radeon_atombios.c |5 ++--- 1 files changed,