linux/drivers/gpu/drm/nouveau/nvkm
Alexandre Courbot 20560a9a3c drm/nouveau/secboot: lazy-load firmware and be more resilient
Defer the loading of firmware files to the chip-specific part of secure
boot. This allows implementations to retry loading firmware if the first
attempt failed ; for the GM200 implementation, this happens when trying
to reset a falcon, typically in reaction to GR init.

Firmware loading may fail for a variety of reasons, such as the
filesystem where they reside not being ready at init time. This new
behavior allows GR to be initialized the next time we try to use it if
the firmware has become available.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2016-07-14 11:53:25 +10:00
..
core drm/nouveau/mc: take nvkm_device as argument to public functions 2016-07-14 11:53:25 +10:00
engine drm/nouveau/gr/gf100: handle secure boot errors 2016-07-14 11:53:25 +10:00
subdev drm/nouveau/secboot: lazy-load firmware and be more resilient 2016-07-14 11:53:25 +10:00
Kbuild