Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dpsp_v11_0.c465 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 Dpsp_v14_0.c419 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 Dpsp_v13_0.c554 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 Damdgpu_psp.h271 void *sys_cache; member