Re: [Intel-gfx] [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK

2017-03-30 Thread John Spotswood
On Thu, 2017-03-30 at 13:24 -0700, Anusha Srivatsa wrote: > Load GuC 10.56 on GLK. Work on firmware is still > in progress. Testing has not been done yet. > This patch addresses the initial need to load the GuC > firmware for HuC authentication > > v2: rebased. > > Cc: Jeff mcgee > Cc: Rodrigo V

[Intel-gfx] [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK

2017-03-30 Thread Anusha Srivatsa
Load GuC 10.56 on GLK. Work on firmware is still in progress. Testing has not been done yet. This patch addresses the initial need to load the GuC firmware for HuC authentication v2: rebased. Cc: Jeff mcgee Cc: Rodrigo Vivi Cc: John Spotswood Signed-off-by: Anusha Srivatsa --- drivers/gpu/dr

Re: [Intel-gfx] [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK

2017-03-30 Thread Joonas Lahtinen
On ke, 2017-03-29 at 00:01 +, Vivi, Rodrigo wrote: > On Tue, 2017-03-28 at 22:11 +, Srivatsa, Anusha wrote: > > > > +++ b/drivers/gpu/drm/i915/intel_guc_loader.c > > > > @@ -61,6 +61,9 @@ > > > >  #define KBL_FW_MAJOR 9 > > > >  #define KBL_FW_MINOR 14 > > > > > > > > +#define GLK_FW_MAJOR

Re: [Intel-gfx] [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK

2017-03-28 Thread John Spotswood
On Tue, 2017-03-28 at 17:01 -0700, Vivi, Rodrigo wrote: > On Tue, 2017-03-28 at 22:11 +, Srivatsa, Anusha wrote: > > > > > > > > > > -Original Message- > > > From: Spotswood, John A > > > Sent: Tuesday, March 28, 2017 2:35 PM > > > To: Srivatsa, Anusha ; intel- > > > g...@lists.freed

Re: [Intel-gfx] [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK

2017-03-28 Thread Vivi, Rodrigo
On Tue, 2017-03-28 at 22:11 +, Srivatsa, Anusha wrote: > > >-Original Message- > >From: Spotswood, John A > >Sent: Tuesday, March 28, 2017 2:35 PM > >To: Srivatsa, Anusha ; intel- > >g...@lists.freedesktop.org > >Cc: Mcgee, Jeff ; Vivi, Rodrigo > > > >Subject: Re: [PATCH 1/2] drm/i915

Re: [Intel-gfx] [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK

2017-03-28 Thread Srivatsa, Anusha
>-Original Message- >From: Spotswood, John A >Sent: Tuesday, March 28, 2017 2:35 PM >To: Srivatsa, Anusha ; intel- >g...@lists.freedesktop.org >Cc: Mcgee, Jeff ; Vivi, Rodrigo >Subject: Re: [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK > >On Tue, 2017-03-21 at 14:09 -0700, Anusha Srivats

Re: [Intel-gfx] [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK

2017-03-28 Thread John Spotswood
On Tue, 2017-03-21 at 14:09 -0700, Anusha Srivatsa wrote: > Load GuC 10.56 on GLK. Work on firmware is still > in progress. Testing has not been done yet. > This patch addresses the initial need to load the GuC > firmware for HuC authentication > > Cc: Jeff mcgee > Cc: Rodrigo Vivi > Cc: John Sp

[Intel-gfx] [PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK

2017-03-21 Thread Anusha Srivatsa
Load GuC 10.56 on GLK. Work on firmware is still in progress. Testing has not been done yet. This patch addresses the initial need to load the GuC firmware for HuC authentication Cc: Jeff mcgee Cc: Rodrigo Vivi Cc: John Spotswood Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/intel_g