commit | 1e339ab2ac3c769c1b06b9fb7d532f8495ebc56d | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed May 29 15:44:57 2019 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Aug 23 12:55:31 2019 +1000 |
tree | 51371c5182d6dff6e1a6ab95b8475e0a459134d5 | |
parent | 0446f48cb53d0fa2e122504ce235fcb25b1e2a19 [diff] |
drm/nouveau/kms/tu102-: disable input lut when input is already FP16 On Turing, an input LUT is required to transform inputs in fixed-point formats to FP16 for the internal display pipe. We provide an identity mapping whenever a window is enabled for this reason. HW has error checks to ensure when the input is already FP16, that the input LUT is also disabled. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>