]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau: allocate kernel channel(s) before initialising display
authorBen Skeggs <bskeggs@redhat.com>
Tue, 12 Feb 2019 12:28:13 +0000 (22:28 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 19 Feb 2019 22:59:59 +0000 (08:59 +1000)
commitb9a3872540ef8c9383ff4b27294e79d1711a8a93
tree27d34be83f463bf0780b650306a5fa41def142cc
parent69c853ff9fb5188a046b5e0d12c096dbba0afff0
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>
drivers/gpu/drm/nouveau/nouveau_drm.c