Home
last modified time | relevance | path

Searched refs:mec_hpd_size (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v7_0.c2772 size_t mec_hpd_size; in gfx_v7_0_mec_init() local
2780 mec_hpd_size = adev->gfx.mec.num_mec * adev->gfx.mec.num_pipe_per_mec in gfx_v7_0_mec_init()
2783 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v7_0_mec_init()
2795 memset(hpd, 0, mec_hpd_size); in gfx_v7_0_mec_init()
Dgfx_v9_0.c1037 size_t mec_hpd_size; in gfx_v9_0_mec_init() local
1045 mec_hpd_size = adev->gfx.num_compute_rings * GFX9_MEC_HPD_SIZE; in gfx_v9_0_mec_init()
1047 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v9_0_mec_init()
Dgfx_v8_0.c1439 size_t mec_hpd_size; in gfx_v8_0_mec_init() local
1446 mec_hpd_size = adev->gfx.num_compute_rings * GFX8_MEC_HPD_SIZE; in gfx_v8_0_mec_init()
1448 r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE, in gfx_v8_0_mec_init()
1458 memset(hpd, 0, mec_hpd_size); in gfx_v8_0_mec_init()