Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c913 #define MEC_HPD_SIZE 2048 macro
930 adev->gfx.mec.num_mec *adev->gfx.mec.num_pipe * MEC_HPD_SIZE * 2, in gfx_v8_0_mec_init()
959 memset(hpd, 0, adev->gfx.mec.num_mec *adev->gfx.mec.num_pipe * MEC_HPD_SIZE * 2); in gfx_v8_0_mec_init()
3744 eop_gpu_addr = adev->gfx.mec.hpd_eop_gpu_addr + (i * MEC_HPD_SIZE); in gfx_v8_0_cp_compute_resume()
3759 (order_base_2(MEC_HPD_SIZE / 4) - 1)); in gfx_v8_0_cp_compute_resume()
Dgfx_v7_0.c3188 #define MEC_HPD_SIZE 2048 macro
3207 adev->gfx.mec.num_mec *adev->gfx.mec.num_pipe * MEC_HPD_SIZE * 2, in gfx_v7_0_mec_init()
3237 memset(hpd, 0, adev->gfx.mec.num_mec *adev->gfx.mec.num_pipe * MEC_HPD_SIZE * 2); in gfx_v7_0_mec_init()
3348 eop_gpu_addr = adev->gfx.mec.hpd_eop_gpu_addr + (i * MEC_HPD_SIZE * 2); in gfx_v7_0_cp_compute_resume()
3362 tmp |= order_base_2(MEC_HPD_SIZE / 8); in gfx_v7_0_cp_compute_resume()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dcik.c4793 #define MEC_HPD_SIZE 2048 macro
4812 rdev->mec.num_mec *rdev->mec.num_pipe * MEC_HPD_SIZE * 2, in cik_mec_init()
4842 memset(hpd, 0, rdev->mec.num_mec *rdev->mec.num_pipe * MEC_HPD_SIZE * 2); in cik_mec_init()
4964 tmp |= order_base_2(MEC_HPD_SIZE / 8); in cik_cp_compute_resume()