Re: [Intel-gfx] [PATCH 3/9] drm/i915: Extract intel_edp_add_properties()

2022-03-28 Thread Jani Nikula
On Wed, 23 Mar 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > Pull the drm_connector_set_panel_orientation_with_quirk() > into intel_edp_add_properties() to match how the DSI encoders > do it. Less clutter in intel_edp_init_connector() overall. > > Signed-off-by: Ville Syrjälä Reviewed-by

[Intel-gfx] [PATCH 3/9] drm/i915: Extract intel_edp_add_properties()

2022-03-23 Thread Ville Syrjala
From: Ville Syrjälä Pull the drm_connector_set_panel_orientation_with_quirk() into intel_edp_add_properties() to match how the DSI encoders do it. Less clutter in intel_edp_init_connector() overall. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_dp.c | 22 +