cp_mqd_control   3319 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	mqd->cp_mqd_control = tmp;
cp_mqd_control   3440 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	       mqd->cp_mqd_control);
cp_mqd_control   2871 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	u32 cp_mqd_control;
cp_mqd_control   2958 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	mqd->cp_mqd_control = RREG32(mmCP_MQD_CONTROL);
cp_mqd_control   2959 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	mqd->cp_mqd_control &= ~CP_MQD_CONTROL__VMID_MASK;
cp_mqd_control   4501 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	mqd->cp_mqd_control = tmp;
cp_mqd_control   3480 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	mqd->cp_mqd_control = tmp;
cp_mqd_control   3600 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	       mqd->cp_mqd_control);
cp_mqd_control    114 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c 	m->cp_mqd_control             = MQD_CONTROL_PRIV_STATE_EN;
cp_mqd_control    125 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c 	m->cp_mqd_control = 1 << CP_MQD_CONTROL__PRIV_STATE__SHIFT;
cp_mqd_control    144 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c 	m->cp_mqd_control = 1 << CP_MQD_CONTROL__PRIV_STATE__SHIFT;
cp_mqd_control    112 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c 	m->cp_mqd_control = 1 << CP_MQD_CONTROL__PRIV_STATE__SHIFT |
cp_mqd_control    113 drivers/gpu/drm/amd/include/cik_structs.h 	uint32_t cp_mqd_control;
cp_mqd_control    839 drivers/gpu/drm/amd/include/v10_structs.h 	uint32_t cp_mqd_control;
cp_mqd_control    322 drivers/gpu/drm/amd/include/v9_structs.h 	uint32_t cp_mqd_control;
cp_mqd_control    322 drivers/gpu/drm/amd/include/vi_structs.h 	uint32_t cp_mqd_control;
cp_mqd_control   4482 drivers/gpu/drm/radeon/cik.c 	u32 cp_mqd_control;
cp_mqd_control   4660 drivers/gpu/drm/radeon/cik.c 		mqd->queue_state.cp_mqd_control = RREG32(CP_MQD_CONTROL);
cp_mqd_control   4661 drivers/gpu/drm/radeon/cik.c 		mqd->queue_state.cp_mqd_control &= ~MQD_VMID_MASK;
cp_mqd_control   4662 drivers/gpu/drm/radeon/cik.c 		WREG32(CP_MQD_CONTROL, mqd->queue_state.cp_mqd_control);