intel_guc_ucode_load — load GuC uCode into the device
int intel_guc_ucode_load ( | struct drm_device * dev) ; |
Called from gem_init_hw
during driver loading and also after a GPU reset.
The firmware image should have already been fetched into memory by the
earlier call to intel_guc_ucode_init
, so here we need only check that
is succeeded, and then transfer the image to the h/w.