Home
last modified time | relevance | path

Searched refs:hsbin_hdr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dhs_ucode.c37 struct fw_bin_header *hsbin_hdr = acr_image; in hs_ucode_patch_signature() local
38 struct hsf_fw_header *fw_hdr = acr_image + hsbin_hdr->header_offset; in hs_ucode_patch_signature()
39 void *hs_data = acr_image + hsbin_hdr->data_offset; in hs_ucode_patch_signature()
Dgp102.c54 struct fw_bin_header *hsbin_hdr; in gp102_run_secure_scrub() local
76 hsbin_hdr = scrub_image; in gp102_run_secure_scrub()
77 fw_hdr = scrub_image + hsbin_hdr->header_offset; in gp102_run_secure_scrub()
79 scrub_data = scrub_image + hsbin_hdr->data_offset; in gp102_run_secure_scrub()
Dacr_r352.c657 struct fw_bin_header *hsbin_hdr; in acr_r352_prepare_hs_blob() local
667 hsbin_hdr = acr_image; in acr_r352_prepare_hs_blob()
668 fw_hdr = acr_image + hsbin_hdr->header_offset; in acr_r352_prepare_hs_blob()
670 acr_data = acr_image + hsbin_hdr->data_offset; in acr_r352_prepare_hs_blob()
690 ret = nvkm_gpuobj_new(subdev->device, ALIGN(hsbin_hdr->data_size, 256), in acr_r352_prepare_hs_blob()
696 nvkm_gpuobj_memcpy_to(*blob, 0, acr_data, hsbin_hdr->data_size); in acr_r352_prepare_hs_blob()