]> git.baikalelectronics.ru Git - kernel.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)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 11 May 2017 22:29:17 +0000 (08:29 +1000)
commitef0e4101069e38cde247082397abb5679d05c0ec
tree3c1cdee01691774e43db1250d4f2854b9310d51c
parent614943a541f3b187593004131f8bb54e8c2fbd98
drm/nouveau/kms/nv50: fix source-rect-only plane updates

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>
Cc: stable@vger.kernel.org [4.10+]
drivers/gpu/drm/nouveau/nv50_display.c