Re: [Intel-gfx] [PATCH] drm/i915/psr: Add PSR mode/revision to debugfs

2018-08-09 Thread Dhinakaran Pandiyan
On Wed, 2018-08-08 at 12:16 -0700, Azhar Shaikh wrote: > Log the PSR mode/revision (PSR1 or PSR2) in the debugfs file This is not the revision. > i915_edp_psr_status. > > Suggested-by: Dhinakaran Pandiyan > Signed-off-by: Azhar Shaikh > --- >

[Intel-gfx] [PATCH] drm/i915/psr: Add PSR mode/revision to debugfs

2018-08-08 Thread Azhar Shaikh
Log the PSR mode/revision (PSR1 or PSR2) in the debugfs file i915_edp_psr_status. Suggested-by: Dhinakaran Pandiyan Signed-off-by: Azhar Shaikh --- drivers/gpu/drm/i915/i915_debugfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c