Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dlsfw.c130 lsfw->app_resident_code_size = desc->app_resident_code_size; in nvkm_acr_lsfw_from_desc()
206 lsfw->app_resident_code_size = desc->app_resident_code_size; in nvkm_acr_lsfw_load_sig_image_desc_v2()
292 lsfw->app_resident_code_size = ALIGN(inst->size, 256); in nvkm_acr_lsfw_load_bl_inst_data_sig()
293 lsfw->app_resident_data_offset = lsfw->app_resident_code_size; in nvkm_acr_lsfw_load_bl_inst_data_sig()
295 lsfw->app_size = lsfw->app_resident_code_size + in nvkm_acr_lsfw_load_bl_inst_data_sig()
368 lsfw->app_resident_code_size = ALIGN(inst->size, 256); in nvkm_acr_lsfw_load_bl_sig_net()
369 lsfw->app_resident_data_offset = lsfw->app_resident_code_size; in nvkm_acr_lsfw_load_bl_sig_net()
373 lsfw->app_size = lsfw->app_resident_code_size in nvkm_acr_lsfw_load_bl_sig_net()
[all...]
H A Dgm200.c106 hdr->app_code_size = lsfw->app_resident_code_size; in gm200_acr_wpr_build_lsb_tail()
H A Dga102.c87 hdr->app_code_size = ALIGN(lsfw->app_resident_code_size, 0x100); in ga102_acr_wpr_build_lsb()
/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dls.h23 u32 app_resident_code_size; member
71 u32 app_resident_code_size; member
/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dls.c64 hdr->app_resident_code_size); in nvfw_ls_desc_head()
139 nvkm_debug(subdev, "\tappResidentCodeSize : 0x%x\n", hdr->app_resident_code_size); in nvfw_ls_desc_v2()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgp108.c50 .non_sec_code_size = lsfw->app_resident_code_size, in gp108_gr_acr_bld_write()
H A Dgm20b.c62 .non_sec_code_size = lsfw->app_resident_code_size, in gm20b_gr_acr_bld_write()
H A Dgm200.c67 .non_sec_code_size = lsfw->app_resident_code_size, in gm200_gr_acr_bld_write()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp102.c97 .code_size_to_load = lsfw->app_resident_code_size, in gp102_sec2_acr_bld_write()
259 .non_sec_code_size = lsfw->app_resident_code_size, in gp102_sec2_acr_bld_write_1()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dacr.h91 u32 app_resident_code_size; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c97 .code_size_to_load = lsfw->app_resident_code_size, in gm20b_pmu_acr_bld_write()