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

2019-11-27 Thread Souza, Jose
On Wed, 2019-11-27 at 10:02 -0800, Matt Roper wrote: > On Mon, Nov 25, 2019 at 04:47:39PM -0800, Souza, Jose wrote: > > On Tue, 2019-11-12 at 23:56 +, Souza, Jose wrote: > > > On Tue, 2019-11-12 at 13:21 -0800, Matt Roper wrote: > > > > On Tue, Nov 05, 2019 at 05:45:04PM -0800, José Roberto de

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

2019-11-27 Thread Matt Roper
On Mon, Nov 25, 2019 at 04:47:39PM -0800, Souza, Jose wrote: > On Tue, 2019-11-12 at 23:56 +, Souza, Jose wrote: > > On Tue, 2019-11-12 at 13:21 -0800, Matt Roper wrote: > > > On Tue, Nov 05, 2019 at 05:45:04PM -0800, José Roberto de Souza > > > wrote: > > > > Since VBT 228 is from this block t

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

2019-11-25 Thread Souza, Jose
On Tue, 2019-11-12 at 23:56 +, Souza, Jose wrote: > On Tue, 2019-11-12 at 13:21 -0800, Matt Roper wrote: > > On Tue, Nov 05, 2019 at 05:45:04PM -0800, José Roberto de Souza > > wrote: > > > Since VBT 228 is from this block that PSR and other power saving > > > features configuration should be r

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

2019-11-12 Thread Souza, Jose
On Tue, 2019-11-12 at 13:21 -0800, Matt Roper wrote: > On Tue, Nov 05, 2019 at 05:45:04PM -0800, José Roberto de Souza > wrote: > > Since VBT 228 is from this block that PSR and other power saving > > features configuration should be read from. > > > > Cc: Gwan-gyeong Mun > > Signed-off-by: José

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

2019-11-12 Thread Matt Roper
On Tue, Nov 05, 2019 at 05:45:04PM -0800, José Roberto de Souza wrote: > Since VBT 228 is from this block that PSR and other power saving > features configuration should be read from. > > Cc: Gwan-gyeong Mun > Signed-off-by: José Roberto de Souza > --- > drivers/gpu/drm/i915/display/intel_bios.

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

2019-11-05 Thread José Roberto de Souza
Since VBT 228 is from this block that PSR and other power saving features configuration should be read from. Cc: Gwan-gyeong Mun Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/display/intel_bios.c | 19 +++- drivers/gpu/drm/i915/display/intel_vbt_defs.h | 29 +