commit | 7d5a33b071d19314c452ca5252ecd990eb0dd696 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Mon Feb 03 15:53:25 2014 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Feb 18 13:41:00 2014 -0500 |
tree | 3da660abcc0aa4643297a89977dc6b9a368afb6b | |
parent | c2288d4d3830946d91ae7aba599d34828d07f103 [diff] |
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 <alexander.deucher@amd.com>