Re: [Intel-gfx] [RFC 02/44] drm/i915: Added getparam for native sync

2014-07-07 Thread Daniel Vetter
On Thu, Jun 26, 2014 at 06:23:53PM +0100, john.c.harri...@intel.com wrote: > From: John Harrison > > Validation tests need a run time mechanism for querying whether or not the > driver supports the Android native sync facility. > --- > drivers/gpu/drm/i915/i915_dma.c |7 +++ > include/ua

[Intel-gfx] [RFC 02/44] drm/i915: Added getparam for native sync

2014-06-26 Thread John . C . Harrison
From: John Harrison Validation tests need a run time mechanism for querying whether or not the driver supports the Android native sync facility. --- drivers/gpu/drm/i915/i915_dma.c |7 +++ include/uapi/drm/i915_drm.h |1 + 2 files changed, 8 insertions(+) diff --git a/drivers/gp