Re: [Intel-gfx] [PATCH 2/2] drm/i915/psr: Add debugfs support to force toggling PSR1/2 mode.

2018-08-08 Thread Maarten Lankhorst
Op 08-08-18 om 03:35 schreef Dhinakaran Pandiyan: > On Tue, 2018-07-31 at 15:35 +0200, Maarten Lankhorst wrote: >> This will make it easier to test PSR1 on PSR2 capable eDP machines. > Thanks for writing this patch, we can make use of this to fix failures > on PSR2 machines in CI. > >> Signed-off-b

Re: [Intel-gfx] [PATCH 2/2] drm/i915/psr: Add debugfs support to force toggling PSR1/2 mode.

2018-08-07 Thread Dhinakaran Pandiyan
On Tue, 2018-07-31 at 15:35 +0200, Maarten Lankhorst wrote: > This will make it easier to test PSR1 on PSR2 capable eDP machines. Thanks for writing this patch, we can make use of this to fix failures on PSR2 machines in CI. > > Signed-off-by: Maarten Lankhorst > --- > drivers/gpu/drm/i915/i915

[Intel-gfx] [PATCH 2/2] drm/i915/psr: Add debugfs support to force toggling PSR1/2 mode.

2018-07-31 Thread Maarten Lankhorst
This will make it easier to test PSR1 on PSR2 capable eDP machines. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/i915_drv.h | 2 ++ drivers/gpu/drm/i915/intel_psr.c | 27 --- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i9