]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/nouveau/kms/nv50: fix source-rect-only plane updates
authorBen Skeggs <bskeggs@redhat.com>
Mon, 1 May 2017 06:52:03 +0000 (16:52 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 13:46:15 +0000 (15:46 +0200)
commit4aecf3a73bf0991366e8efb9c8ab4799c327ade0
treef28a2f3adb9a44ae9486b65a867637fb8356a42b
parent2138faf017517acf837816101f778d5c9cda37ef
drm/nouveau/kms/nv50: fix source-rect-only plane updates

commit 36601c2b36e27435d9be33cfa092120ff69914eb upstream.

This "optimisation" (which was originally meant to skip updating cursor
settings in the core channel on position-only updates) turned out to be
pointless in the final design of the code before it was merged.

Remove it completely, as it breaks other cases.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/nouveau/nv50_display.c