Re: [Intel-gfx] [PATCH 6/7] drm/i915/hsw: Drop the stereo 3D enabled check in psr_compute_config()

2018-11-20 Thread Rodrigo Vivi
On Fri, Nov 09, 2018 at 12:20:15PM -0800, José Roberto de Souza wrote: > We should not access hardware while computing config also we don't > support stereo 3D so this tests was never true. yeap... it was there becase at some point we were planing to enabled that S3D and if that happen we would

[Intel-gfx] [PATCH 6/7] drm/i915/hsw: Drop the stereo 3D enabled check in psr_compute_config()

2018-11-09 Thread José Roberto de Souza
We should not access hardware while computing config also we don't support stereo 3D so this tests was never true. Suggested-by: Ville Syrjälä Cc: Ville Syrjälä Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/intel_psr.c | 7 --- 1 file changed, 7 deletions(-) diff --git