]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: fix displayport->dvi connector DDC.
authorDave Airlie <airlied@redhat.com>
Thu, 14 Jan 2010 01:42:17 +0000 (11:42 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 14 Jan 2010 01:51:56 +0000 (11:51 +1000)
commita8c8c877fea4ff3f0ff023c8aac6778bc941c10b
treecafb93efc353d4be301ee039b8eca1ca25494cb2
parent40a4fc8347018d2f503907c616e2f0b5cfb48f26
drm/radeon/kms: fix displayport->dvi connector DDC.

It appears that attempting AUXCH DDC breaks the subsequent attempt
to do DDC over the i2c lines, so use the sink type to determine
if we should be doing AUXCH or i2c DDC.

This fixes my DVI monitor plugged into DP->DVI convertor.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_display.c