HomeSort by: relevance | last modified time | path
    Searched refs:amdgpu_bo_create_reserved (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_rlc.c 100 r = amdgpu_bo_create_reserved(adev, dws * 4, PAGE_SIZE,
163 r = amdgpu_bo_create_reserved(adev, adev->gfx.rlc.cp_table_size,
amdgpu_mes_v10_1.c 131 r = amdgpu_bo_create_reserved(adev, fw_size,
163 r = amdgpu_bo_create_reserved(adev, fw_size,
amdgpu_object.h 240 int amdgpu_bo_create_reserved(struct amdgpu_device *adev,
amdgpu_object.c 220 * amdgpu_bo_create_reserved - create reserved BO for kernel use
238 int amdgpu_bo_create_reserved(struct amdgpu_device *adev, function in typeref:typename:int
340 r = amdgpu_bo_create_reserved(adev, size, align, domain, bo_ptr,
378 r = amdgpu_bo_create_reserved(adev, size, PAGE_SIZE, domain, bo_ptr,
amdgpu_vcn.c 447 r = amdgpu_bo_create_reserved(adev, 1024, PAGE_SIZE,
481 r = amdgpu_bo_create_reserved(adev, 1024, PAGE_SIZE,
673 r = amdgpu_bo_create_reserved(ring->adev, 128 * 1024, PAGE_SIZE,
amdgpu_uvd.c 1148 r = amdgpu_bo_create_reserved(adev, 1024, PAGE_SIZE,
1180 r = amdgpu_bo_create_reserved(adev, 1024, PAGE_SIZE,
amdgpu_gfx_v10_0.c 1067 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
1090 r = amdgpu_bo_create_reserved(adev, mec_hdr->header.ucode_size_bytes,
1949 ret = amdgpu_bo_create_reserved(adev, adev->psp.toc_bin_size, PAGE_SIZE,
2011 r = amdgpu_bo_create_reserved(adev, total_size, PAGE_SIZE,
2437 r = amdgpu_bo_create_reserved(adev, pfp_hdr->header.ucode_size_bytes,
2507 r = amdgpu_bo_create_reserved(adev, ce_hdr->header.ucode_size_bytes,
2576 r = amdgpu_bo_create_reserved(adev, me_hdr->header.ucode_size_bytes,
amdgpu_vce.c 1135 r = amdgpu_bo_create_reserved(ring->adev, 512, PAGE_SIZE,
amdgpu_uvd_v6_0.c 340 r = amdgpu_bo_create_reserved(ring->adev, 128 * 1024, PAGE_SIZE,
amdgpu_uvd_v7_0.c 349 r = amdgpu_bo_create_reserved(ring->adev, 128 * 1024, PAGE_SIZE,
amdgpu_gfx_v7_0.c 2823 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
3088 r = amdgpu_bo_create_reserved(adev, sizeof(struct cik_mqd), PAGE_SIZE,
amdgpu_gfx_v9_0.c 1882 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
1905 r = amdgpu_bo_create_reserved(adev, mec_hdr->header.ucode_size_bytes,
amdgpu_gfx_v6_0.c 2409 r = amdgpu_bo_create_reserved(adev, dws * 4, PAGE_SIZE,
amdgpu_gfx_v8_0.c 1350 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,

Completed in 84 milliseconds