Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c148 uint8_t *ta_bin = NULL; in ta_if_load_debugfs_write() local
174 ta_bin = memdup_user(&buf[copy_pos], ta_bin_len); in ta_if_load_debugfs_write()
175 if (IS_ERR(ta_bin)) in ta_if_load_debugfs_write()
176 return PTR_ERR(ta_bin); in ta_if_load_debugfs_write()
211 context->bin_desc.fw_version = get_bin_version(ta_bin); in ta_if_load_debugfs_write()
213 context->bin_desc.start_addr = ta_bin; in ta_if_load_debugfs_write()
238 kfree(ta_bin); in ta_if_load_debugfs_write()