Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp_ta.c130 uint8_t *ta_bin = NULL; in ta_if_load_debugfs_write() local
153 ta_bin = kzalloc(ta_bin_len, GFP_KERNEL); in ta_if_load_debugfs_write()
154 if (!ta_bin) in ta_if_load_debugfs_write()
156 if (copy_from_user((void *)ta_bin, &buf[copy_pos], ta_bin_len)) { in ta_if_load_debugfs_write()
169 context.bin_desc.fw_version = get_bin_version(ta_bin); in ta_if_load_debugfs_write()
171 context.bin_desc.start_addr = ta_bin; in ta_if_load_debugfs_write()
188 kfree(ta_bin); in ta_if_load_debugfs_write()