commit | 635cb7da577e7893f728927015759392b61254e7 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Thu Oct 27 16:55:52 2016 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Mon Nov 07 14:04:38 2016 +1000 |
tree | 267ad6b30ffb8b73f95b9b21502be4cd557ee5f6 | |
parent | ed7acfae2a8f21f86454466568cacbd84d2d04cf [diff] |
drm/nouveau/fb/gk20a: fix constructor call The gf100 constructor should be called, otherwise we will allocate a smaller object than expected. This was without effect so far because gk20a did not allocate a page, but with gf100's page allocation moved to the oneinit() hook this problem has become apparent. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>