commit | 8bae42769da2346f7b3c783980f038826e09e84c | [log] [tgz] |
---|---|---|
author | Fredrik Höglund <fredrik@kde.org> | Sat Sep 21 17:15:36 2013 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jun 13 12:22:16 2014 -0400 |
tree | c513eea2bce640da972e1f74e006439c27eac41d | |
parent | bc1dfff04a5d4064ba0db1fab13f84ab4f333d2b [diff] |
drm/radeon: use pixel formats instead of depth/bpp This disambiguates depth 16 formats, such as ARGB1555 and ARGB4444, and depth 32 formats such as ARGB2101010 and ARGB8888. This patch also adds support for depth 30 (XRGB2101010) framebuffers. Signed-off-by: Fredrik Höglund <fredrik@kde.org> Reviewed-by: Mario Kleiner <mario.kleiner.de@gmail.com> Tested-by: Mario Kleiner <mario.kleiner.de@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>