Re: [Intel-gfx] [PATCH v7 05/21] drm/i915/slpc: Sanitize GuC version

2017-03-22 Thread Kamble, Sagar A
Thanks Joonas, Michal. Will update this patch. On 3/22/2017 9:00 PM, Joonas Lahtinen wrote: On ke, 2017-03-22 at 16:18 +0100, Michal Wajdeczko wrote: On Wed, Mar 22, 2017 at 03:33:38PM +0530, Sagar Arun Kamble wrote: @@ -130,6 +130,8 @@ struct intel_uc_fw { uint32_t ucode_offset; };

Re: [Intel-gfx] [PATCH v7 05/21] drm/i915/slpc: Sanitize GuC version

2017-03-22 Thread Joonas Lahtinen
On ke, 2017-03-22 at 16:18 +0100, Michal Wajdeczko wrote: > On Wed, Mar 22, 2017 at 03:33:38PM +0530, Sagar Arun Kamble wrote: > > @@ -130,6 +130,8 @@ struct intel_uc_fw { > >   uint32_t ucode_offset; > >  }; > >   > > +#define FIRMWARE_URL  "https://01.org/linuxgraphics/intel-linux-gr > > aphics

Re: [Intel-gfx] [PATCH v7 05/21] drm/i915/slpc: Sanitize GuC version

2017-03-22 Thread Michal Wajdeczko
On Wed, Mar 22, 2017 at 03:33:38PM +0530, Sagar Arun Kamble wrote: > From: Tom O'Rourke > > The SLPC interface is dependent on GuC version. > Only GuC versions known to be compatible are supported here. > > SLPC with GuC firmware v9 is supported with this series. > > v1: Updated with modified s

[Intel-gfx] [PATCH v7 05/21] drm/i915/slpc: Sanitize GuC version

2017-03-22 Thread Sagar Arun Kamble
From: Tom O'Rourke The SLPC interface is dependent on GuC version. Only GuC versions known to be compatible are supported here. SLPC with GuC firmware v9 is supported with this series. v1: Updated with modified sanitize_slpc_option in earlier patch. v2-v3: Rebase. v4: Updated support for GuC