]> 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)
commit853e7bdbf179ef68bf854f750a5bdda165182f74
tree5a5d94a93c6a7376222215b1b7ccca2dc0ce6bf1
parente4254794d009771e6f60bfe34f3376e58b372334
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