drm/nouveau/kms/nv50: separate out base channel 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:56 +0000 (14:04 +1000)
commit973f10c2d3ea4cca2f359353812fb93d8c43652f
tree2d156dfffd744ea53e64c4a5ee7ec35664b6fc95
parent06ab282f13210c80fc74f3ada981f62fca68e625
drm/nouveau/kms/nv50: separate out base channel 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/nv50_display.c