Am 2023-01-03 um 04:36 schrieb Shashank Sharma:
/*MQD struct for usermode Queue*/
+struct amdgpu_usermode_queue_mqd
This is specific to GC 11. Every IP and version will have its own MQD
format. That should live in the IP specific code, not the generic
code. We already have the generic MQD parameters that we need from
the userq IOCTL.
Noted, we can separate out the generic parameters from gen specific
parameter, and will try to wrap it around the generic structure.
- Shashank
Is there a reason why you can't use "struct v11_compute_mqd" from
v11_structs.h?
Regards,
Felix