Re: [PATCH] drm/i915: add port info to debugfs

2019-08-26 Thread Ser, Simon
On Mon, 2019-08-26 at 16:10 +0300, Jani Nikula wrote: > On Thu, 22 Aug 2019, Simon Ser wrote: > > This patch adds a line with the port name to connectors in > > debugfs/i915_debug_info. If the port is Type-C, the Type-C port > > number is > > printed too. > > > > Signed-off-by: Simon Ser > > Cc:

Re: [PATCH] drm/i915: add port info to debugfs

2019-08-26 Thread Jani Nikula
On Thu, 22 Aug 2019, Simon Ser wrote: > This patch adds a line with the port name to connectors in > debugfs/i915_debug_info. If the port is Type-C, the Type-C port number is > printed too. > > Signed-off-by: Simon Ser > Cc: Imre Deak > Cc: Manasi Navare > --- > > Thanks for your comments, Imre

Re: [PATCH] drm/i915: add port info to debugfs

2019-08-22 Thread Imre Deak
On Thu, Aug 22, 2019 at 02:09:27PM +0300, Simon Ser wrote: > This patch adds a line with the port name to connectors in > debugfs/i915_debug_info. If the port is Type-C, the Type-C port number is > printed too. > > Signed-off-by: Simon Ser > Cc: Imre Deak > Cc: Manasi Navare Looks ok to me: Re

[PATCH] drm/i915: add port info to debugfs

2019-08-22 Thread Simon Ser
This patch adds a line with the port name to connectors in debugfs/i915_debug_info. If the port is Type-C, the Type-C port number is printed too. Signed-off-by: Simon Ser Cc: Imre Deak Cc: Manasi Navare --- Thanks for your comments, Imre and Manasi. Here is v2: - Use same port formatting as i

Re: [PATCH] drm/i915: add port info to debugfs

2019-08-21 Thread Manasi Navare
On Wed, Aug 21, 2019 at 05:15:54PM +0300, Simon Ser wrote: > This patch adds a line with the port name to connectors in > debugfs/i916_display_info. A hint is printed if the port is type-C. Typo here, should be i915_display_info Manasi > > Signed-off-by: Simon Ser > Cc: Imre Deak > --- > dri

Re: [PATCH] drm/i915: add port info to debugfs

2019-08-21 Thread Imre Deak
On Wed, Aug 21, 2019 at 05:15:54PM +0300, Simon Ser wrote: > This patch adds a line with the port name to connectors in > debugfs/i916_display_info. A hint is printed if the port is type-C. > > Signed-off-by: Simon Ser > Cc: Imre Deak > --- > drivers/gpu/drm/i915/i915_debugfs.c | 9 + >

[PATCH] drm/i915: add port info to debugfs

2019-08-21 Thread Simon Ser
This patch adds a line with the port name to connectors in debugfs/i916_display_info. A hint is printed if the port is type-C. Signed-off-by: Simon Ser Cc: Imre Deak --- drivers/gpu/drm/i915/i915_debugfs.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_de