]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Nov 2011 17:10:14 +0000 (12:10 -0500)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 16 Dec 2011 01:14:21 +0000 (17:14 -0800)
commit5555dfaee32c9e03599faaaeda6f889bc22f8a29
treee034382eec9a55ec950bc94026b1200e0bf8e7c4
parent2fd55bde2bd7248d2c7a00f3d831a5c51b09fe4b
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