commit | 90df522912ac1fa88836fa1b1b9fa102a48d1f33 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Fri Jan 12 19:02:05 2018 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Feb 02 15:24:07 2018 +1000 |
tree | ed99fa529f60191febe6312b00a566ee4226784a | |
parent | e75182f68b7b3a073e33b89ee4c1688160755930 [diff] |
drm/nouveau/kms/nv50: use INTERPOLATE_257_UNITY_RANGE LUT on newer chipsets For some reason forgotten by history, we've been using a 1025-entry LUT mode, and sparsely filling it with the 256-entry LUT we're handed. Until we land support for the full atomic colour management properties, this commit switches to using the 257-entry mode to fix colour mapping with depth 30 framebuffers. Reported-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>