Searched refs:amdgpu_bo_create_reserved (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_umsch_mm.c | 192 r = amdgpu_bo_create_reserved(adev, fw_size, in amdgpu_umsch_mm_allocate_ucode_buffer() 224 r = amdgpu_bo_create_reserved(adev, fw_size, in amdgpu_umsch_mm_allocate_ucode_data_buffer()
|
H A D | amdgpu_rlc.c | 97 r = amdgpu_bo_create_reserved(adev, dws * 4, PAGE_SIZE, in amdgpu_gfx_rlc_init_sr() 162 r = amdgpu_bo_create_reserved(adev, adev->gfx.rlc.cp_table_size, in amdgpu_gfx_rlc_init_cpt()
|
H A D | mes_v11_0.c | 812 r = amdgpu_bo_create_reserved(adev, fw_size, in mes_v11_0_allocate_ucode_buffer() 853 r = amdgpu_bo_create_reserved(adev, GFX_MES_DRAM_SIZE, in mes_v11_0_allocate_ucode_data_buffer() 1053 r = amdgpu_bo_create_reserved(adev, MES_EOP_SIZE, PAGE_SIZE, in mes_v11_0_allocate_eop_buf()
|
H A D | mes_v12_0.c | 908 r = amdgpu_bo_create_reserved(adev, fw_size, in mes_v12_0_allocate_ucode_buffer() 942 r = amdgpu_bo_create_reserved(adev, fw_size, in mes_v12_0_allocate_ucode_data_buffer() 1137 r = amdgpu_bo_create_reserved(adev, MES_EOP_SIZE, PAGE_SIZE, in mes_v12_0_allocate_eop_buf()
|
H A D | gfx_v12_0.c | 797 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v12_0_mec_init() 1085 r = amdgpu_bo_create_reserved(adev, total_size, 64 * 1024, in gfx_v12_0_rlc_autoload_buffer_init() 2372 r = amdgpu_bo_create_reserved(adev, fw_ucode_size, in gfx_v12_0_cp_gfx_load_pfp_microcode_rs64() 2383 r = amdgpu_bo_create_reserved(adev, fw_data_size, in gfx_v12_0_cp_gfx_load_pfp_microcode_rs64() 2516 r = amdgpu_bo_create_reserved(adev, fw_ucode_size, in gfx_v12_0_cp_gfx_load_me_microcode_rs64() 2527 r = amdgpu_bo_create_reserved(adev, fw_data_size, in gfx_v12_0_cp_gfx_load_me_microcode_rs64() 2830 r = amdgpu_bo_create_reserved(adev, fw_ucode_size, in gfx_v12_0_cp_compute_load_microcode_rs64() 2841 r = amdgpu_bo_create_reserved(adev, in gfx_v12_0_cp_compute_load_microcode_rs64()
|
H A D | amdgpu_uvd.c | 149 r = amdgpu_bo_create_reserved(adev, size, PAGE_SIZE, in amdgpu_uvd_create_msg_bo_helper()
|
H A D | sdma_v7_0.c | 702 r = amdgpu_bo_create_reserved(adev, fw_size, in sdma_v7_0_load_microcode()
|
H A D | gfx_v7_0.c | 2748 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v7_0_mec_init() 2975 r = amdgpu_bo_create_reserved(adev, sizeof(struct cik_mqd), PAGE_SIZE, in gfx_v7_0_compute_queue_init()
|
H A D | gfx_v9_4_3.c | 637 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v9_4_3_mec_init() 670 r = amdgpu_bo_create_reserved(adev, mec_hdr->header.ucode_size_bytes, in gfx_v9_4_3_mec_init()
|
H A D | gfx_v6_0.c | 2384 r = amdgpu_bo_create_reserved(adev, dws * 4, PAGE_SIZE, in gfx_v6_0_rlc_init()
|
H A D | gfx_v9_0.c | 1886 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v9_0_mec_init() 1911 r = amdgpu_bo_create_reserved(adev, mec_hdr->header.ucode_size_bytes, in gfx_v9_0_mec_init()
|
H A D | gfx_v8_0.c | 1301 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v8_0_mec_init()
|