Searched refs:sys_cache (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | psp_v11_0.c | 465 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v11_0_memory_training() 564 …amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training() 568 …amdgpu_device_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()
|
| H A D | psp_v14_0.c | 419 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v14_0_memory_training() 518 …amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v14_0_memory_training() 522 …amdgpu_device_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v14_0_memory_training()
|
| H A D | psp_v13_0.c | 554 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v13_0_memory_training() 653 …amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v13_0_memory_training() 657 …amdgpu_device_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v13_0_memory_training()
|
| H A D | amdgpu_psp.h | 271 void *sys_cache; member
|