commit | d7f9bb656ea4032d7ac59fd01597ffd3994bc0d9 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Tue Feb 12 22:28:13 2019 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Wed Feb 20 08:59:59 2019 +1000 |
tree | 27d34be83f463bf0780b650306a5fa41def142cc | |
parent | a8ce8b65e108e49b02e876be410f391fc413fb61 [diff] |
drm/nouveau: allocate kernel channel(s) before initialising display Some of the pre-NV50 depends on SW methods to implement synchronisation for page flips, and we want to move this setup out of common code, thus we require the channel to have been allocation before display init. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>