Re: [Intel-gfx] [PATCH 03/12] drm/i915: Call the DDC bus i2c adapter "ddc"

2023-08-30 Thread Jani Nikula
On Wed, 30 Aug 2023, Jani Nikula wrote: > On Tue, 29 Aug 2023, Ville Syrjala wrote: >> From: Ville Syrjälä >> @@ -2452,24 +2447,24 @@ intel_hdmi_set_edid(struct drm_connector *connector) >> { >> struct drm_i915_private *dev_priv = to_i915(connector->dev); >> struct intel_hdmi *intel_h

Re: [PATCH 03/12] drm/i915: Call the DDC bus i2c adapter "ddc"

2023-08-30 Thread Jani Nikula
On Tue, 29 Aug 2023, Ville Syrjala wrote: > From: Ville Syrjälä > > Rename the various names we've used for the DDC bus > i2c adapter ("i2c", "adapter", etc.) to just "ddc". > This differentiates it from the various other i2c > busses we might have (DSI panel stuff, DVO control bus, etc.). > > Si

[PATCH 03/12] drm/i915: Call the DDC bus i2c adapter "ddc"

2023-08-29 Thread Ville Syrjala
From: Ville Syrjälä Rename the various names we've used for the DDC bus i2c adapter ("i2c", "adapter", etc.) to just "ddc". This differentiates it from the various other i2c busses we might have (DSI panel stuff, DVO control bus, etc.). Signed-off-by: Ville Syrjälä --- .../gpu/drm/i915/display