Re: [PATCH libdrm v3 1/1] amdgpu: move asic id table to a separate file

2017-05-28 Thread Michel Dänzer
On 27/05/17 04:23 AM, Samuel Li wrote: > > diff --git a/include/drm/amdgpu.ids b/include/drm/amdgpu.ids > new file mode 100644 > index 000..1b00b60 > --- /dev/null > +++ b/include/drm/amdgpu.ids > @@ -0,0 +1,154 @@ > +1.0.0 > +6600,0,AMD Radeon HD 8600/8700M This doesn't look like the

Re: [PATCH 2/5] drm/syncobj: add sync obj wait interface. (v3)

2017-05-28 Thread Dave Airlie
On 25 May 2017 at 03:25, Jason Ekstrand wrote: > On Wed, May 24, 2017 at 12:06 AM, Dave Airlie wrote: >> >> From: Dave Airlie >> >> This interface will allow sync object to be used to back >> Vulkan fences. This API is pretty much the