]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: remove useless radeon_ddc_dump()
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Oct 2011 21:19:00 +0000 (17:19 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Nov 2011 16:05:27 +0000 (16:05 +0000)
commitd5902faa98cffb575fa765efb3cbffaa796b8c69
tree5f4828a26d601096d109f14ddbbe8ca76a86a27e
parent9d7cad7f47e9f188c68a38e2004e04f24a725374
drm/radeon/kms: remove useless radeon_ddc_dump()

The function didn't work with DP, eDP, or DP bridge
connectors and thus confused users as it lead them to
believe nothing was connected or the EDID was invalid
when in fact is was, just on the aux bus rather an i2c.

It should also speed up module loading as it avoids a
bunch of extra DDC probing.

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