num_mec           191 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 	return adev->gfx.mec.num_mec > 1;
num_mec           208 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 		if (mec >= adev->gfx.mec.num_mec)
num_mec           262 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 	queue_bit = adev->gfx.mec.num_mec
num_mec            49 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h 	u32 num_mec;
num_mec          1316 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 		adev->gfx.mec.num_mec = 2;
num_mec          1324 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 		adev->gfx.mec.num_mec = 1;
num_mec          1394 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	for (i = 0; i < adev->gfx.mec.num_mec; ++i) {
num_mec          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
num_mec          3124 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	for (i = 0; i < adev->gfx.mec.num_mec; i++)
num_mec          4437 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 		adev->gfx.mec.num_mec = 2;
num_mec          4444 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 		adev->gfx.mec.num_mec = 1;
num_mec          4500 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	for (i = 0; i < adev->gfx.mec.num_mec; ++i) {
num_mec          1966 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		adev->gfx.mec.num_mec = 2;
num_mec          1971 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		adev->gfx.mec.num_mec = 1;
num_mec          2053 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	for (i = 0; i < adev->gfx.mec.num_mec; ++i) {
num_mec          2205 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		adev->gfx.mec.num_mec = 2;
num_mec          2208 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		adev->gfx.mec.num_mec = 1;
num_mec          2284 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	for (i = 0; i < adev->gfx.mec.num_mec; ++i) {
num_mec          4400 drivers/gpu/drm/radeon/cik.c 		rdev->mec.num_mec = 2;
num_mec          4402 drivers/gpu/drm/radeon/cik.c 		rdev->mec.num_mec = 1;
num_mec          4404 drivers/gpu/drm/radeon/cik.c 	rdev->mec.num_queue = rdev->mec.num_mec * rdev->mec.num_pipe * 8;
num_mec          4408 drivers/gpu/drm/radeon/cik.c 				     rdev->mec.num_mec *rdev->mec.num_pipe * MEC_HPD_SIZE * 2,
num_mec          4438 drivers/gpu/drm/radeon/cik.c 	memset(hpd, 0, rdev->mec.num_mec *rdev->mec.num_pipe * MEC_HPD_SIZE * 2);
num_mec          4546 drivers/gpu/drm/radeon/cik.c 	for (i = 0; i < (rdev->mec.num_pipe * rdev->mec.num_mec); ++i) {
num_mec           868 drivers/gpu/drm/radeon/radeon.h 	u32 num_mec;