commit | 6bbab3b6b65669b974bece5a688b3dba49ea3e06 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Fri Nov 04 17:20:36 2016 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Mon Nov 07 14:04:53 2016 +1000 |
tree | 842fbebce002ccacabedeac81a7de4c197e42972 | |
parent | ea8ee39002a103b5dc81c4c87e32929223b86f64 [diff] |
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>