drm/nouveau/kms/nv50: separate out cursor surface commit
authorBen Skeggs <bskeggs@redhat.com>
Fri, 4 Nov 2016 07:20:36 +0000 (17:20 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 7 Nov 2016 04:04:53 +0000 (14:04 +1000)
commitea8ee39002a103b5dc81c4c87e32929223b86f64
tree90a55001ed3862ca3b28a8b922c8752e9bbed6d3
parenta7ae1561909d27e6104cbc85655f31a962ec8683
drm/nouveau/kms/nv50: separate out cursor surface commit

This commit separates the calculation of EVO state from the commit, in
order to make the same code useful for atomic modesetting.

The legacy interfaces have been wrapped on top of them.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_crtc.h
drivers/gpu/drm/nouveau/nv50_display.c