Re: [PATCH 7/8] drm/amdkfd: New IOCTL to allocate queue GWS

2019-05-13 Thread Christian König
, Felix Sent: Friday, May 10, 2019 4:28 PM To: Zeng, Oak ; amd-gfx@lists.freedesktop.org Cc: Keely, Sean Subject: Re: [PATCH 7/8] drm/amdkfd: New IOCTL to allocate queue GWS On 2019-05-10 12:01 p.m., Zeng, Oak wrote: Add a new kfd ioctl to allocate queue GWS. Queue GWS is released on queue destroy

Re: [PATCH 7/8] drm/amdkfd: New IOCTL to allocate queue GWS

2019-05-13 Thread Kuehling, Felix
hling, Felix > Sent: Friday, May 10, 2019 4:28 PM > To: Zeng, Oak ; amd-gfx@lists.freedesktop.org > Cc: Keely, Sean > Subject: Re: [PATCH 7/8] drm/amdkfd: New IOCTL to allocate queue GWS > > On 2019-05-10 12:01 p.m., Zeng, Oak wrote: >> Add a new kfd ioctl to allocate queue GWS

RE: [PATCH 7/8] drm/amdkfd: New IOCTL to allocate queue GWS

2019-05-13 Thread Zeng, Oak
: Keely, Sean Subject: Re: [PATCH 7/8] drm/amdkfd: New IOCTL to allocate queue GWS On 2019-05-10 12:01 p.m., Zeng, Oak wrote: > Add a new kfd ioctl to allocate queue GWS. Queue GWS is released on > queue destroy. > > Change-Id: I60153c26a577992ad873e4292e759e5c3d5bbd15 > Signed-o

Re: [PATCH 7/8] drm/amdkfd: New IOCTL to allocate queue GWS

2019-05-10 Thread Kuehling, Felix
On 2019-05-10 12:01 p.m., Zeng, Oak wrote: > Add a new kfd ioctl to allocate queue GWS. Queue > GWS is released on queue destroy. > > Change-Id: I60153c26a577992ad873e4292e759e5c3d5bbd15 > Signed-off-by: Oak Zeng > --- > drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 45 > ++