diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2017-08-05 22:25:05 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2017-08-22 18:04:35 +1000 |
commit | 856718054a1b6f38e085021bbd5b0e74817a8fa6 (patch) | |
tree | 5cbe12356b0b054ddc98977791b615ba999ddc95 /tools/lib | |
parent | 7fa620d577502670741925198b1ee5c55d3a65cf (diff) | |
download | linux-856718054a1b6f38e085021bbd5b0e74817a8fa6.tar.bz2 |
drm/nouveau/kms/nv04-nv4x: fix exposed format list
drm_crtc_init exposes the XRGB8888 and ARGB8888 formats. In actuality,
ARGB8888's 32-bit depth messes up some formulas that weren't meant for
it, and the alpha is fairly meaningless for the primary plane.
The modesetting logic appears to be fully prepared for RGB565 as well as
XRGB1555 however, as tested with modetest.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'tools/lib')
0 files changed, 0 insertions, 0 deletions