Symbol: v9_mqd_allocation
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
2426
r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v9_mqd_allocation), 0);
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3566
+ offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3569
+ offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3847
memcpy(mqd, adev->gfx.kiq[0].mqd_backup, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3859
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3860
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3861
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3872
memcpy(adev->gfx.kiq[0].mqd_backup, mqd, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3892
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3893
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3894
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3902
memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3906
memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
1141
sizeof(struct v9_mqd_allocation), xcc_id);
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
1842
+ offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
1845
+ offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2127
memcpy(mqd, adev->gfx.kiq[xcc_id].mqd_backup, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2138
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2139
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2140
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2151
memcpy(adev->gfx.kiq[xcc_id].mqd_backup, mqd, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2171
memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2172
((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2173
((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2181
memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2185
memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation));