[PATCH 1/3] drm/i915: Reject unknown syncobj flags

2017-10-30 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We have to reject unknown flags for uAPI considerations, and also because the curent implementation limits their i915 storage space to two bits. Signed-off-by: Tvrtko Ursulin Fixes: cf6e7bac6357 ("drm/i915: Add support

Re: [PATCH 1/3] drm/i915: Reject unknown syncobj flags

2017-10-27 Thread Chris Wilson
Quoting Tvrtko Ursulin (2017-10-27 14:40:12) > From: Tvrtko Ursulin > > We have to reject unknown flags for uAPI considerations, and also > because the curent implementation limits their i915 storage space > to two bits. > > Signed-off-by: Tvrtko Ursulin