[RFC 3/7] drm/amdgpu: Create MQD for userspace queue

Felix Kuehling felix.kuehling at amd.com
Tue Jan 3 18:37:31 UTC 2023


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



More information about the amd-gfx mailing list