Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dpsp_v11_0.c486 amdgpu_device_vram_access(adev, ctx->p2c_train_data_offset, p2c_header, sizeof(p2c_header), false); in psp_v11_0_memory_training()
565amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v11_0_memory_training()
569amdgpu_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.c439 amdgpu_device_vram_access(adev, ctx->p2c_train_data_offset, p2c_header, sizeof(p2c_header), false); in psp_v14_0_memory_training()
518amdgpu_device_vram_access(psp->adev, ctx->p2c_train_data_offset, ctx->sys_cache, ctx->train_data_s… in psp_v14_0_memory_training()
522amdgpu_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 Damdgpu_discovery.c370 amdgpu_device_vram_access(adev, adev->discovery.offset, in amdgpu_discovery_read_binary_from_mem()
1956 amdgpu_device_vram_access(adev, pos, &bhdr, sizeof(bhdr), false); in amdgpu_discovery_refresh_nps_info()
1960 amdgpu_device_vram_access(adev, pos, &bhdrv2, sizeof(bhdrv2), false); in amdgpu_discovery_refresh_nps_info()
1972 amdgpu_device_vram_access(adev, (pos + offset), nps_data, in amdgpu_discovery_refresh_nps_info()
H A Damdgpu_ttm.c2718 amdgpu_device_vram_access(adev, *pos, value, bytes, false); in amdgpu_ttm_vram_read()
H A Damdgpu_device.c801 void amdgpu_device_vram_access(struct amdgpu_device *adev, loff_t pos, in amdgpu_device_vram_access() function