drm/radeon: add a module parameter to control deep color support
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Jul 2014 15:23:03 +0000 (11:23 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Jul 2014 15:23:03 +0000 (11:23 -0400)
commita624f4290ab09e996b1040c3a349241f76742327
tree5a5d94a93c6a7376222215b1b7ccca2dc0ce6bf1
parent0c78a44964db3d483b0c09a8236e0fe123aa9cfc
drm/radeon: add a module parameter to control deep color support

Some monitors seem to have problems with deep color enabled, even
though they claim to support it.  I'm not sure if the monitor
need a quirk or if the driver is doing something the monitor doesn't
like.  At this point lets just disable deep color by default like
we did for hdmi audio and work through the bugs so we can eventually
enable it by default.

bug:
https://bugs.freedesktop.org/show_bug.cgi?id=80531

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_connectors.c
drivers/gpu/drm/radeon/radeon_drv.c