v9_mqd_allocation 2313 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v9_mqd_allocation));
v9_mqd_allocation 3431 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			      + offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
v9_mqd_allocation 3434 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			      + offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
v9_mqd_allocation 3707 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation));
v9_mqd_allocation 3719 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
v9_mqd_allocation 3720 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
v9_mqd_allocation 3721 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
v9_mqd_allocation 3730 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
v9_mqd_allocation 3743 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
v9_mqd_allocation 3744 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
v9_mqd_allocation 3745 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
v9_mqd_allocation 3753 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
v9_mqd_allocation 3757 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation));