commit | 533f4752407543f488a9118d817b8c504352b6fb | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Sat May 25 18:41:49 2019 -0400 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Jul 19 16:26:50 2019 +1000 |
tree | a2cbeb73b6bf0051cfeb19dfc8f5b41ce123c8c5 | |
parent | f8d6211ac77f0d1f7aebc64e961dc28771ba0052 [diff] |
drm/nouveau/disp/nv50-: fix center/aspect-corrected scaling Previously center scaling would get scaling applied to it (when it was only supposed to center the image), and aspect-corrected scaling did not always correctly pick whether to reduce width or height for a particular combination of inputs/outputs. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110660 Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>