Re: [PATCH v2] drm: introduce a capability flag for syncobj timeline support

2019-05-01 Thread Dave Airlie
On Wed, 1 May 2019, 19:24 Koenig, Christian, wrote: > > > Am 01.05.2019 11:00 schrieb Lionel Landwerlin < > lionel.g.landwer...@intel.com>: > > [CAUTION: External Email] > > On 16/04/2019 20:53, Dave Airlie wrote: > > On Tue, 16 Apr 2019 at 22:58, Lionel Landwerlin > > wrote: > >> Unfortunately

Re: [PATCH v2] drm: introduce a capability flag for syncobj timeline support

2019-05-01 Thread Koenig, Christian
Am 01.05.2019 11:00 schrieb Lionel Landwerlin : [CAUTION: External Email] On 16/04/2019 20:53, Dave Airlie wrote: > On Tue, 16 Apr 2019 at 22:58, Lionel Landwerlin > wrote: >> Unfortunately userspace users of this API cannot be publicly disclosed >> yet. >> >> This commit effectively disables t

Re: [PATCH v2] drm: introduce a capability flag for syncobj timeline support

2019-05-01 Thread Lionel Landwerlin
On 16/04/2019 20:53, Dave Airlie wrote: On Tue, 16 Apr 2019 at 22:58, Lionel Landwerlin wrote: Unfortunately userspace users of this API cannot be publicly disclosed yet. This commit effectively disables timeline syncobj ioctls for all drivers. Each driver wishing to support this feature will

Re: [PATCH v2] drm: introduce a capability flag for syncobj timeline support

2019-04-16 Thread Dave Airlie
On Tue, 16 Apr 2019 at 22:58, Lionel Landwerlin wrote: > > Unfortunately userspace users of this API cannot be publicly disclosed > yet. > > This commit effectively disables timeline syncobj ioctls for all > drivers. Each driver wishing to support this feature will need to > expose DRIVER_SYNCOBJ_

Re: [PATCH v2] drm: introduce a capability flag for syncobj timeline support

2019-04-16 Thread Christian König
uce a capability flag for syncobj timeline support From: Lionel Landwerlin To: dri-devel@lists.freedesktop.org CC: Lionel Landwerlin ,"Koenig, Christian" ,Dave Airlie ,Daniel Vetter ,"Zhou, David(ChunMing)" Unfortunately userspace users of this API cannot be publicly di

Re:[PATCH v2] drm: introduce a capability flag for syncobj timeline support

2019-04-16 Thread Zhou, David(ChunMing)
Reviewed-by: Chunming Zhou for series. Original Message Subject: [PATCH v2] drm: introduce a capability flag for syncobj timeline support From: Lionel Landwerlin To: dri-devel@lists.freedesktop.org CC: Lionel Landwerlin ,"Koenig, Christian" ,Dave Airlie ,Daniel Vet

[PATCH v2] drm: introduce a capability flag for syncobj timeline support

2019-04-16 Thread Lionel Landwerlin
Unfortunately userspace users of this API cannot be publicly disclosed yet. This commit effectively disables timeline syncobj ioctls for all drivers. Each driver wishing to support this feature will need to expose DRIVER_SYNCOBJ_TIMELINE. v2: Add uAPI capability check (Christian) Signed-off-by: