]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/nouveau/kms/nv50-: plane updates don't always require image_set()
authorBen Skeggs <bskeggs@redhat.com>
Tue, 8 May 2018 10:39:47 +0000 (20:39 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 18 May 2018 05:01:29 +0000 (15:01 +1000)
commite349a05dc8faad6b27700383945a1783612cbae6
tree20259c9fa1869e2c5e74421d89d7a18f4d1bdb34
parent859b456b6b19a19761883cf52993dec645a36152
drm/nouveau/kms/nv50-: plane updates don't always require image_set()

When only the position of a window changes, there's no need to submit
an image update as well.

Will be required to support the overlays, and Volta windows.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/dispnv50/base507c.c
drivers/gpu/drm/nouveau/dispnv50/wndw.c