Re: [Intel-gfx] [PATCH 07/10] drm/i915/dmc: add support to load dmc_header version 3

2019-05-23 Thread Rodrigo Vivi
On Thu, May 23, 2019 at 12:25:34PM -0700, Lucas De Marchi wrote: > On Thu, May 23, 2019 at 11:57:19AM -0700, Rodrigo Vivi wrote: > > On Thu, May 23, 2019 at 01:24:17AM -0700, Lucas De Marchi wrote: > > > Main difference is that now there are up to 20 MMIOs that can be set and > > > a lot of noise d

Re: [Intel-gfx] [PATCH 07/10] drm/i915/dmc: add support to load dmc_header version 3

2019-05-23 Thread Lucas De Marchi
On Thu, May 23, 2019 at 11:57:19AM -0700, Rodrigo Vivi wrote: On Thu, May 23, 2019 at 01:24:17AM -0700, Lucas De Marchi wrote: Main difference is that now there are up to 20 MMIOs that can be set and a lot of noise due to the struct changing the fields in the middle. Signed-off-by: Lucas De Mar

Re: [Intel-gfx] [PATCH 07/10] drm/i915/dmc: add support to load dmc_header version 3

2019-05-23 Thread Rodrigo Vivi
On Thu, May 23, 2019 at 01:24:17AM -0700, Lucas De Marchi wrote: > Main difference is that now there are up to 20 MMIOs that can be set and > a lot of noise due to the struct changing the fields in the middle. > > Signed-off-by: Lucas De Marchi > --- > drivers/gpu/drm/i915/i915_drv.h | 4 +- >

Re: [Intel-gfx] [PATCH 07/10] drm/i915/dmc: add support to load dmc_header version 3

2019-05-23 Thread Srivatsa, Anusha
>-Original Message- >From: De Marchi, Lucas >Sent: Thursday, May 23, 2019 1:24 AM >To: intel-gfx@lists.freedesktop.org >Cc: Jani Nikula ; Srivatsa, Anusha >; Vivi, Rodrigo ; De >Marchi, Lucas >Subject: [PATCH 07/10] drm/i915/dmc: add support to load dmc_header version 3 > >Main differenc

[Intel-gfx] [PATCH 07/10] drm/i915/dmc: add support to load dmc_header version 3

2019-05-23 Thread Lucas De Marchi
Main difference is that now there are up to 20 MMIOs that can be set and a lot of noise due to the struct changing the fields in the middle. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/i915_drv.h | 4 +- drivers/gpu/drm/i915/intel_csr.c | 107 +++ 2 fil