[PATCH] drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real

2011-11-22 Thread Jean Delvare
On Mon, 21 Nov 2011 12:10:14 -0500, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Fixes i2c test failures when i2c_algo_bit.bit_test=1. > > The hw doesn't actually require a mask, so just set it > to the default mask bits for r1xx-r4xx radeon ddc. > > I missed this part the first

Re: [PATCH] drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real

2011-11-22 Thread Jean Delvare
On Mon, 21 Nov 2011 12:10:14 -0500, alexdeuc...@gmail.com wrote: From: Alex Deucher alexander.deuc...@amd.com Fixes i2c test failures when i2c_algo_bit.bit_test=1. The hw doesn't actually require a mask, so just set it to the default mask bits for r1xx-r4xx radeon ddc. I missed this

[PATCH] drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real

2011-11-21 Thread alexdeuc...@gmail.com
From: Alex Deucher Fixes i2c test failures when i2c_algo_bit.bit_test=1. The hw doesn't actually require a mask, so just set it to the default mask bits for r1xx-r4xx radeon ddc. I missed this part the first time through. Signed-off-by: Alex Deucher Cc: stable at

[PATCH] drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real

2011-11-21 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Fixes i2c test failures when i2c_algo_bit.bit_test=1. The hw doesn't actually require a mask, so just set it to the default mask bits for r1xx-r4xx radeon ddc. I missed this part the first time through. Signed-off-by: Alex Deucher