drm/nouveau/kms/nv50: separate out base/ovly channel usage bounds 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)
commit6bbab3b6b65669b974bece5a688b3dba49ea3e06
tree842fbebce002ccacabedeac81a7de4c197e42972
parentea8ee39002a103b5dc81c4c87e32929223b86f64
drm/nouveau/kms/nv50: separate out base/ovly channel usage bounds 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.

We're no longer touching the overlay channel usage bounds as of this
commit.  The code to do so is in place for when overlay planes are
added.

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