Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Dpsp_v11_0.c446 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v11_0_memory_training()
545 …amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()
549 …amdgpu_device_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()
A Dpsp_v13_0.c435 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v13_0_memory_training()
534 …amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v13_0_memory_training()
538 …amdgpu_device_vram_access(psp->adev, ctx->c2p_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v13_0_memory_training()
A Damdgpu_psp.h229 void *sys_cache; member
A Damdgpu_psp.c277 kfree(ctx->sys_cache); in psp_memory_training_fini()
278 ctx->sys_cache = NULL; in psp_memory_training_fini()
291 ctx->sys_cache = kzalloc(ctx->train_data_size, GFP_KERNEL); in psp_memory_training_init()
292 if (ctx->sys_cache == NULL) { in psp_memory_training_init()

Completed in 12 milliseconds