vi_mqd_allocation 2082 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct vi_mqd_allocation));
vi_mqd_allocation 4472 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 						     + offsetof(struct vi_mqd_allocation, dynamic_cu_mask));
vi_mqd_allocation 4474 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 						     + offsetof(struct vi_mqd_allocation, dynamic_cu_mask));
vi_mqd_allocation 4648 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct vi_mqd_allocation));
vi_mqd_allocation 4659 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		memset((void *)mqd, 0, sizeof(struct vi_mqd_allocation));
vi_mqd_allocation 4660 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		((struct vi_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
vi_mqd_allocation 4661 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		((struct vi_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
vi_mqd_allocation 4670 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct vi_mqd_allocation));
vi_mqd_allocation 4683 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		memset((void *)mqd, 0, sizeof(struct vi_mqd_allocation));
vi_mqd_allocation 4684 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		((struct vi_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
vi_mqd_allocation 4685 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		((struct vi_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
vi_mqd_allocation 4693 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct vi_mqd_allocation));
vi_mqd_allocation 4697 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct vi_mqd_allocation));