Remove NodeId parameter from hsaKmtAllocQueueGWS

The NodeId parameter is redundant and can be retrieved
from QueueId parameter.

Change-Id: I12853849b868b304bd27633fa7653ba644d69026
Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
This commit is contained in:
Oak Zeng
2019-07-25 15:59:14 -05:00
کامیت شده توسط Oak Zeng
والد e65685df19
کامیت f40f166e20
3فایلهای تغییر یافته به همراه1 افزوده شده و 13 حذف شده
+1 -2
مشاهده پرونده
@@ -470,17 +470,16 @@ struct kfd_ioctl_unmap_memory_from_gpu_args {
/* Allocate GWS for specific queue
*
* @gpu_id: device identifier
* @queue_id: queue's id that GWS is allocated for
* @num_gws: how many GWS to allocate
* @first_gws: index of the first GWS allocated.
* only support contiguous GWS allocation
*/
struct kfd_ioctl_alloc_queue_gws_args {
__u32 gpu_id; /* to KFD */
__u32 queue_id; /* to KFD */
__u32 num_gws; /* to KFD */
__u32 first_gws; /* from KFD */
__u32 pad; /* to KFD */
};
struct kfd_ioctl_get_dmabuf_info_args {