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
3851
memcpy(mqd, adev->gfx.kiq[0].mqd_backup, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3863
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3864
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3865
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3876
memcpy(adev->gfx.kiq[0].mqd_backup, mqd, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3896
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3897
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3898
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3906
memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3910
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
2128
memcpy(mqd, adev->gfx.kiq[xcc_id].mqd_backup, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2139
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2140
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2141
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2152
memcpy(adev->gfx.kiq[xcc_id].mqd_backup, mqd, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2173
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2174
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2175
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2183
memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2187
memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation));