Re: [Intel-gfx] [PATCH v2 04/16] drm/i915: Simplify intel_panel_info()

2022-03-14 Thread Jani Nikula
On Fri, 11 Mar 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > No need for all this connector type special casing. If the > connector has a fixed mode just print it, otherwise don't. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > .../drm/i915/display/intel_display_deb

[Intel-gfx] [PATCH v2 04/16] drm/i915: Simplify intel_panel_info()

2022-03-11 Thread Ville Syrjala
From: Ville Syrjälä No need for all this connector type special casing. If the connector has a fixed mode just print it, otherwise don't. Signed-off-by: Ville Syrjälä --- .../drm/i915/display/intel_display_debugfs.c | 24 +++ 1 file changed, 9 insertions(+), 15 deletions(-) d