Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-12 Thread Chris Wilson
Quoting Rodrigo Vivi (2019-07-12 12:29:31) > On Fri, Jul 12, 2019 at 11:14:45AM +, Michal Wajdeczko wrote: > > Using "enable_guc" modparam auto mode (-1) will let driver > > decide on which platforms and in which configuration we want > > to use GuC/HuC firmwares. > > > > Today driver will ena

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-12 Thread Rodrigo Vivi
On Fri, Jul 12, 2019 at 11:14:45AM +, Michal Wajdeczko wrote: > Using "enable_guc" modparam auto mode (-1) will let driver > decide on which platforms and in which configuration we want > to use GuC/HuC firmwares. > > Today driver will enable HuC firmware authentication by GuC > only on Gen11+

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-12 Thread Joonas Lahtinen
Quoting Michal Wajdeczko (2019-07-12 14:14:45) > Using "enable_guc" modparam auto mode (-1) will let driver > decide on which platforms and in which configuration we want > to use GuC/HuC firmwares. > > Today driver will enable HuC firmware authentication by GuC > only on Gen11+ platforms as HuC f

[Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-12 Thread Michal Wajdeczko
Using "enable_guc" modparam auto mode (-1) will let driver decide on which platforms and in which configuration we want to use GuC/HuC firmwares. Today driver will enable HuC firmware authentication by GuC only on Gen11+ platforms as HuC firmware is required to unlock advanced video codecs in medi

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-10 Thread Ye, Tony
On 7/10/2019 10:27 PM, Michal Wajdeczko wrote: On Tue, 09 Jul 2019 16:17:02 +0200, Joonas Lahtinen wrote: Better subject would be: "Enable HuC (through GuC) on supported platforms" Such subject sounds better, but on one hand it does not reflect real code change (since we are not explicitly

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-10 Thread Srivatsa, Anusha
>-Original Message- >From: Wajdeczko, Michal >Sent: Wednesday, July 10, 2019 7:27 AM >To: intel-gfx@lists.freedesktop.org; Joonas Lahtinen >; Srivatsa, Anusha >; Ye, Tony >Cc: Ceraolo Spurio, Daniele ; Chris Wilson > >Subject: Re: [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode > >On

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-10 Thread Michal Wajdeczko
On Tue, 09 Jul 2019 16:17:02 +0200, Joonas Lahtinen wrote: Better subject would be: "Enable HuC (through GuC) on supported platforms" Such subject sounds better, but on one hand it does not reflect real code change (since we are not explicitly enabling HuC, but instead we are just letting th

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-09 Thread Joonas Lahtinen
Better subject would be: "Enable HuC (through GuC) on supported platforms" Quoting Michal Wajdeczko (2019-07-03 14:36:40) > GuC firmware is now mature, so let it run by default. That's bit of a misleading statement (in more than one way). "Enable loading HuC firmware (through GuC) to unlock adva

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-04 Thread Chris Wilson
Quoting Michal Wajdeczko (2019-07-03 14:02:51) > On Wed, 03 Jul 2019 13:40:06 +0200, Chris Wilson > wrote: > > > Quoting Michal Wajdeczko (2019-07-03 12:36:40) > >> GuC firmware is now mature, so let it run by default. > >> Note that today GuC is only used for HuC authentication. > > > > https:

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-03 Thread Michal Wajdeczko
On Wed, 03 Jul 2019 13:40:06 +0200, Chris Wilson wrote: Quoting Michal Wajdeczko (2019-07-03 12:36:40) GuC firmware is now mature, so let it run by default. Note that today GuC is only used for HuC authentication. https://bugs.freedesktop.org/show_bug.cgi?id=110617 ? Above bug was found

Re: [Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-03 Thread Chris Wilson
Quoting Michal Wajdeczko (2019-07-03 12:36:40) > GuC firmware is now mature, so let it run by default. > Note that today GuC is only used for HuC authentication. https://bugs.freedesktop.org/show_bug.cgi?id=110617 ? -Chris ___ Intel-gfx mailing list Inte

[Intel-gfx] [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode

2019-07-03 Thread Michal Wajdeczko
GuC firmware is now mature, so let it run by default. Note that today GuC is only used for HuC authentication. Signed-off-by: Michal Wajdeczko Cc: Daniele Ceraolo Spurio Cc: Joonas Lahtinen Cc: Chris Wilson --- drivers/gpu/drm/i915/i915_params.h | 2 +- 1 file changed, 1 insertion(+), 1 delet