Searched refs:mec_hpd_size (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | gfx_v7_0.c | 2804 size_t mec_hpd_size; in gfx_v7_0_mec_init() local 2812 mec_hpd_size = adev->gfx.mec.num_mec * adev->gfx.mec.num_pipe_per_mec in gfx_v7_0_mec_init() 2815 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v7_0_mec_init() 2827 memset(hpd, 0, mec_hpd_size); in gfx_v7_0_mec_init()
|
| D | gfx_v8_0.c | 1366 size_t mec_hpd_size; in gfx_v8_0_mec_init() local 1373 mec_hpd_size = adev->gfx.num_compute_rings * GFX8_MEC_HPD_SIZE; in gfx_v8_0_mec_init() 1375 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v8_0_mec_init() 1385 memset(hpd, 0, mec_hpd_size); in gfx_v8_0_mec_init()
|
| D | gfx_v10_0.c | 1057 size_t mec_hpd_size; in gfx_v10_0_mec_init() local 1065 mec_hpd_size = adev->gfx.num_compute_rings * GFX10_MEC_HPD_SIZE; in gfx_v10_0_mec_init() 1067 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v10_0_mec_init()
|
| D | gfx_v9_0.c | 1729 size_t mec_hpd_size; in gfx_v9_0_mec_init() local 1737 mec_hpd_size = adev->gfx.num_compute_rings * GFX9_MEC_HPD_SIZE; in gfx_v9_0_mec_init() 1739 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v9_0_mec_init()
|