Symbol: v9_mqd_allocation
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
2430
r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v9_mqd_allocation), 0);
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3570
+ offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3573
+ offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3855
memcpy(mqd, adev->gfx.kiq[0].mqd_backup, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3867
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3868
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3869
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3880
memcpy(adev->gfx.kiq[0].mqd_backup, mqd, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3900
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3901
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3902
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3910
memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3914
memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
1142
sizeof(struct v9_mqd_allocation), xcc_id);
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
1843
+ offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
1846
+ offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2132
memcpy(mqd, adev->gfx.kiq[xcc_id].mqd_backup, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2143
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2144
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2145
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2156
memcpy(adev->gfx.kiq[xcc_id].mqd_backup, mqd, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2177
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2178
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2179
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2187
memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2191
memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation));