[PATCH] drm/radeon/kms: fix i2c map for rv250/280

2011-08-03 Thread Thierry Vignaud
On 23 July 2011 20:02, wrote: > From: Alex Deucher > > Those chips have crt2_ddc bus. Maybe adding a comment in the code'll make sure nobody will ever "clean up" or "optimize" the tests by replacing them back by "else if (rdev->family >= CHIP_R200)"... > - ? ? ? } else if (rdev->family >= CHIP

Re: [PATCH] drm/radeon/kms: fix i2c map for rv250/280

2011-08-03 Thread Thierry Vignaud
On 23 July 2011 20:02, wrote: > From: Alex Deucher > > Those chips have crt2_ddc bus. Maybe adding a comment in the code'll make sure nobody will ever "clean up" or "optimize" the tests by replacing them back by "else if (rdev->family >= CHIP_R200)"... > -       } else if (rdev->family >= CHIP

[PATCH] drm/radeon/kms: fix i2c map for rv250/280

2011-07-23 Thread alexdeuc...@gmail.com
From: Alex Deucher Those chips have crt2_ddc bus. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=39672 Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/radeon_combios.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/dr

[PATCH] drm/radeon/kms: fix i2c map for rv250/280

2011-07-23 Thread alexdeucher
From: Alex Deucher Those chips have crt2_ddc bus. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=39672 Signed-off-by: Alex Deucher Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/radeon_combios.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/r