Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c148 uint8_t *ta_bin = NULL; in ta_if_load_debugfs_write() local
171 ta_bin = kzalloc(ta_bin_len, GFP_KERNEL); in ta_if_load_debugfs_write()
172 if (!ta_bin) in ta_if_load_debugfs_write()
174 if (copy_from_user((void *)ta_bin, &buf[copy_pos], ta_bin_len)) { in ta_if_load_debugfs_write()
212 context->bin_desc.fw_version = get_bin_version(ta_bin); in ta_if_load_debugfs_write()
214 context->bin_desc.start_addr = ta_bin; in ta_if_load_debugfs_write()
239 kfree(ta_bin); in ta_if_load_debugfs_write()