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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v7_0.c 2812 size_t mec_hpd_size; local in function:gfx_v7_0_mec_init
2820 mec_hpd_size = adev->gfx.mec.num_mec * adev->gfx.mec.num_pipe_per_mec
2823 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
2835 memset(hpd, 0, mec_hpd_size);
amdgpu_gfx_v10_0.c 1057 size_t mec_hpd_size; local in function:gfx_v10_0_mec_init
1065 mec_hpd_size = adev->gfx.num_compute_rings * GFX10_MEC_HPD_SIZE;
1067 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
amdgpu_gfx_v8_0.c 1341 size_t mec_hpd_size; local in function:gfx_v8_0_mec_init
1348 mec_hpd_size = adev->gfx.num_compute_rings * GFX8_MEC_HPD_SIZE;
1350 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
1360 memset(hpd, 0, mec_hpd_size);
amdgpu_gfx_v9_0.c 1872 size_t mec_hpd_size; local in function:gfx_v9_0_mec_init
1880 mec_hpd_size = adev->gfx.num_compute_rings * GFX9_MEC_HPD_SIZE;
1882 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,

Completed in 164 milliseconds