Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dgp102.c53 void *scrub_image; in gp102_run_secure_scrub() local
69 scrub_image = hs_ucode_load_blob(subdev, falcon, "nvdec/scrubber"); in gp102_run_secure_scrub()
70 if (IS_ERR(scrub_image)) in gp102_run_secure_scrub()
71 return PTR_ERR(scrub_image); in gp102_run_secure_scrub()
76 hsbin_hdr = scrub_image; in gp102_run_secure_scrub()
77 fw_hdr = scrub_image + hsbin_hdr->header_offset; in gp102_run_secure_scrub()
78 lhdr = scrub_image + fw_hdr->hdr_offset; in gp102_run_secure_scrub()
79 scrub_data = scrub_image + hsbin_hdr->data_offset; in gp102_run_secure_scrub()
91 kfree(scrub_image); in gp102_run_secure_scrub()