]> git.baikalelectronics.ru Git - kernel.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)
committerDave Airlie <airlied@redhat.com>
Tue, 22 Nov 2011 20:09:08 +0000 (20:09 +0000)
commit5e508b3186a9b3f3f9c77d4b1695024d5d554ade
tree399935f90134c38f90157896d9fa3d0495d49b0b
parent01cccb7d212dae8bf167446646b9e0c73f7b771b
drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real

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: stable@kernel.org
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_atombios.c