[PATCH] drm/radeon/kms: improve bpc handling (v2)

2012-03-26 Thread alexdeuc...@gmail.com
From: Alex Deucher Improve handling of bpc (bits per color) in radeon. In most cases we want 8 except for HDMI, DP, LVDS, and eDP. v2: handle DP better. Signed-off-by: Alex Deucher Tested-by: Lennert Buytenhek --- drivers/gpu/drm/radeon/atombios_crtc.c |7

[PATCH] drm/radeon/kms: improve bpc handling (v2)

2012-03-26 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Improve handling of bpc (bits per color) in radeon. In most cases we want 8 except for HDMI, DP, LVDS, and eDP. v2: handle DP better. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Tested-by: Lennert Buytenhek buyt...@wantstofly.org ---