mec_hpd_size     1057 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	size_t mec_hpd_size;
mec_hpd_size     1065 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	mec_hpd_size = adev->gfx.num_compute_rings * GFX10_MEC_HPD_SIZE;
mec_hpd_size     1067 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
mec_hpd_size     2804 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	size_t mec_hpd_size;
mec_hpd_size     2812 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	mec_hpd_size = adev->gfx.mec.num_mec * adev->gfx.mec.num_pipe_per_mec
mec_hpd_size     2815 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
mec_hpd_size     2827 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	memset(hpd, 0, mec_hpd_size);
mec_hpd_size     1366 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	size_t mec_hpd_size;
mec_hpd_size     1373 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	mec_hpd_size = adev->gfx.num_compute_rings * GFX8_MEC_HPD_SIZE;
mec_hpd_size     1375 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
mec_hpd_size     1385 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	memset(hpd, 0, mec_hpd_size);
mec_hpd_size     1724 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	size_t mec_hpd_size;
mec_hpd_size     1732 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	mec_hpd_size = adev->gfx.num_compute_rings * GFX9_MEC_HPD_SIZE;
mec_hpd_size     1734 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,