From: Alex Deucher Date: Mon, 3 Feb 2014 20:53:25 +0000 (-0500) Subject: drm/radeon: unify bpc handling X-Git-Tag: v3.14-rc4~28^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5a33b071d19314c452ca5252ecd990eb0dd696;p=pandora-kernel.git drm/radeon: unify bpc handling We were already storing the bpc (bits per color) information in radeon_crtc, so just use that everywhere rather than calculating it everywhere we use it. This also allows us to change it in one place if we ever want to override it. Signed-off-by: Alex Deucher --- Reading git-diff-tree failed