commit | 18cd5bc8ea587dc2fc0c07d2a4bf3cfe9ed2ef53 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Wed Feb 24 14:42:16 2016 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Mon Mar 14 10:13:20 2016 +1000 |
tree | bb8bbcd8cc00c0ce4440fdee85a91bdbaa3c6fc6 | |
parent | 336c46524fcd822aaef3ede92b56bb4367b4538f [diff] |
drm/nouveau/gr/gf100: load firmware in outer function The firmwares required by GR may vary from chip to chip, especially with the introduction of secure boot and NVIDIA-provided firmwares. Move the firmware loading outside of gf100_gr_ctor so other chips may still call it while managing their firmwares themselves. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>