Re: [Intel-gfx] [PATCH] drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bit

2018-08-15 Thread Rodrigo Vivi
On Tue, Aug 14, 2018 at 11:26:19AM +0200, Maarten Lankhorst wrote: > Op 13-08-18 om 20:15 schreef Pandiyan, Dhinakaran: > > On Mon, 2018-08-13 at 09:47 -0700, Rodrigo Vivi wrote: > >> On Mon, Aug 13, 2018 at 03:47:20PM +0200, Maarten Lankhorst wrote: > >>> Op 11-08-18 om 02:50 schreef Dhinakaran

Re: [Intel-gfx] [PATCH] drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bit

2018-08-14 Thread Maarten Lankhorst
Op 13-08-18 om 20:15 schreef Pandiyan, Dhinakaran: > On Mon, 2018-08-13 at 09:47 -0700, Rodrigo Vivi wrote: >> On Mon, Aug 13, 2018 at 03:47:20PM +0200, Maarten Lankhorst wrote: >>> Op 11-08-18 om 02:50 schreef Dhinakaran Pandiyan: We print the last attempted entry and last exit timestamps

Re: [Intel-gfx] [PATCH] drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bit

2018-08-13 Thread Pandiyan, Dhinakaran
On Mon, 2018-08-13 at 09:47 -0700, Rodrigo Vivi wrote: > On Mon, Aug 13, 2018 at 03:47:20PM +0200, Maarten Lankhorst wrote: > > Op 11-08-18 om 02:50 schreef Dhinakaran Pandiyan: > > > We print the last attempted entry and last exit timestamps only > > > when > > > IRQ debug is requested. This

Re: [Intel-gfx] [PATCH] drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bit

2018-08-13 Thread Rodrigo Vivi
On Mon, Aug 13, 2018 at 03:47:20PM +0200, Maarten Lankhorst wrote: > Op 11-08-18 om 02:50 schreef Dhinakaran Pandiyan: > > We print the last attempted entry and last exit timestamps only when > > IRQ debug is requested. This check was missed when new debug flags were > > added in 'commit

Re: [Intel-gfx] [PATCH] drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bit

2018-08-13 Thread Maarten Lankhorst
Op 11-08-18 om 02:50 schreef Dhinakaran Pandiyan: > We print the last attempted entry and last exit timestamps only when > IRQ debug is requested. This check was missed when new debug flags were > added in 'commit c44301fce614 ("drm/i915: Allow control of PSR at > runtime through debugfs, v6") > >

Re: [Intel-gfx] [PATCH] drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bit

2018-08-12 Thread kbuild test robot
Hi Dhinakaran, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on v4.18-rc8 next-20180810] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Intel-gfx] [PATCH] drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bit

2018-08-12 Thread kbuild test robot
Hi Dhinakaran, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on v4.18-rc8 next-20180810] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[Intel-gfx] [PATCH] drm/i915/psr: Add missing check for I915_PSR_DEBUG_IRQ bit

2018-08-10 Thread Dhinakaran Pandiyan
We print the last attempted entry and last exit timestamps only when IRQ debug is requested. This check was missed when new debug flags were added in 'commit c44301fce614 ("drm/i915: Allow control of PSR at runtime through debugfs, v6") Cc: Maarten Lankhorst Signed-off-by: Dhinakaran Pandiyan