Re: [Intel-gfx] [PATCH 2/4] drm/i915: Dump hw.enable and pipe_mode

2022-02-22 Thread Navare, Manasi
On Thu, Feb 17, 2022 at 12:32:19PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Include hw.enable and pipe_mode in the crtc debugfs state dump. > These are fairly fundemental to the operation of the driver > so not seeing them leaves us in the dark. > > Signed-off-by: Ville Syrjälä Yu

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Dump hw.enable and pipe_mode

2022-02-22 Thread Navare, Manasi
On Thu, Feb 17, 2022 at 12:32:19PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Include hw.enable and pipe_mode in the crtc debugfs state dump. > These are fairly fundemental to the operation of the driver > so not seeing them leaves us in the dark. > > Signed-off-by: Ville Syrjälä Ok

[Intel-gfx] [PATCH 2/4] drm/i915: Dump hw.enable and pipe_mode

2022-02-17 Thread Ville Syrjala
From: Ville Syrjälä Include hw.enable and pipe_mode in the crtc debugfs state dump. These are fairly fundemental to the operation of the driver so not seeing them leaves us in the dark. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display_debugfs.c | 7 +-- 1 file ch