Searched refs:train_data_size (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | psp_v11_0.c | 545 …ce_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_size, false); in psp_v11_0_memory_training() 549 …ice_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_size, true); in psp_v11_0_memory_training()
|
H A D | psp_v14_0.c | 501 …ce_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_size, false); in psp_v14_0_memory_training() 505 …ice_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_size, true); in psp_v14_0_memory_training()
|
H A D | psp_v13_0.c | 613 …ce_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_size, false); in psp_v13_0_memory_training() 617 …ice_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_size, true); in psp_v13_0_memory_training()
|
H A D | amdgpu_psp.h | 233 u64 train_data_size; member
|
H A D | amdgpu_ttm.c | 1725 ctx->train_data_size = in amdgpu_ttm_training_data_block_init() 1729 ctx->train_data_size, in amdgpu_ttm_training_data_block_init() 1775 ctx->train_data_size, in amdgpu_ttm_reserve_tmr()
|