Home
last modified time | relevance | path

Searched refs:vbflash_image_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c4013 if (adev->psp.vbflash_image_size > AMD_VBIOS_FILE_MAX_SIZE_B) { in amdgpu_psp_vbflash_write()
4017 adev->psp.vbflash_image_size = 0; in amdgpu_psp_vbflash_write()
4030 adev->psp.vbflash_image_size += count; in amdgpu_psp_vbflash_write()
4050 if (adev->psp.vbflash_image_size == 0) in amdgpu_psp_vbflash_read()
4055 ret = amdgpu_bo_create_kernel(adev, adev->psp.vbflash_image_size, in amdgpu_psp_vbflash_read()
4064 memcpy_toio(fw_pri_cpu_addr, adev->psp.vbflash_tmp_buf, adev->psp.vbflash_image_size); in amdgpu_psp_vbflash_read()
4075 adev->psp.vbflash_image_size = 0; in amdgpu_psp_vbflash_read()
H A Damdgpu_psp.h407 size_t vbflash_image_size; member