Re: [Intel-gfx] [PATCH v3 5/5] drm/i915/vbt: Parse power conservation features block

2019-12-04 Thread Jani Nikula
On Wed, 04 Dec 2019, "Souza, Jose" wrote: > On Thu, 2019-11-28 at 16:29 +0200, Jani Nikula wrote: >> On Wed, 27 Nov 2019, José Roberto de Souza >> wrote: >> > From VBT 228+ this is block that PSR and other power saving >> > features configuration should be read from. >> > >> > v3: >> > Using DRR

Re: [Intel-gfx] [PATCH v3 5/5] drm/i915/vbt: Parse power conservation features block

2019-12-03 Thread Souza, Jose
On Thu, 2019-11-28 at 16:29 +0200, Jani Nikula wrote: > On Wed, 27 Nov 2019, José Roberto de Souza > wrote: > > From VBT 228+ this is block that PSR and other power saving > > features configuration should be read from. > > > > v3: > > Using DRRS from this new block > > > > Cc: Matt Roper > > C

Re: [Intel-gfx] [PATCH v3 5/5] drm/i915/vbt: Parse power conservation features block

2019-11-28 Thread Jani Nikula
On Wed, 27 Nov 2019, José Roberto de Souza wrote: > From VBT 228+ this is block that PSR and other power saving > features configuration should be read from. > > v3: > Using DRRS from this new block > > Cc: Matt Roper > Cc: Gwan-gyeong Mun > Signed-off-by: José Roberto de Souza > --- > drivers

Re: [Intel-gfx] [PATCH v3 5/5] drm/i915/vbt: Parse power conservation features block

2019-11-27 Thread Matt Roper
On Wed, Nov 27, 2019 at 02:54:51PM -0800, José Roberto de Souza wrote: > From VBT 228+ this is block that PSR and other power saving > features configuration should be read from. > > v3: > Using DRRS from this new block > > Cc: Matt Roper > Cc: Gwan-gyeong Mun > Signed-off-by: José Roberto de S

[Intel-gfx] [PATCH v3 5/5] drm/i915/vbt: Parse power conservation features block

2019-11-27 Thread José Roberto de Souza
From VBT 228+ this is block that PSR and other power saving features configuration should be read from. v3: Using DRRS from this new block Cc: Matt Roper Cc: Gwan-gyeong Mun Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/display/intel_bios.c | 36 +-- driver