drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real
commit24966e970264bfffa616f1f2d5f65a2db069b871
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Nov 2011 17:10:14 +0000 (21 12:10 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Dec 2011 16:54:07 +0000 (9 08:54 -0800)
treef53dc52d117bad1a0ed0ca35ebe1a01cb6af080f
parent02a04b98adead5626a395edc21bf6d7f17611938
drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real

commit d724502a9d7a46f4a56a1663b1f50d2dc9d1ef40 upstream.

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 <alexander.deucher@amd.com>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/radeon/radeon_atombios.c