]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit930bf5177f34d0a705b46ea708d50b589bb3cd1d
tree5a5d94a93c6a7376222215b1b7ccca2dc0ce6bf1
parent1415d3405e53f0ae9737cd194f9fd205b3b02ad2
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