Re: [Intel-gfx] [PATCH v2 00/11] drm/i915: Plumb crtc state to link training code

2020-10-01 Thread Ville Syrjälä
On Wed, Sep 30, 2020 at 02:34:38AM +0300, Ville Syrjala wrote:
> From: Ville Syrjälä 
> 
> Another attempt at plumbing the crtc state to the depths of
> the link training code. This time I tried to preserve the
> PHY test stuff in a somewhat working condition.
> 
> The DDI buf trans stuff also started to bug me again so had 
> to toss in a few cleanups in that area. Still pretty messy,
> but with a bit more regular structure we could perhaps toss
> in a few vfuncs to get rid of some if ladders at least.
> Not entirely sure yet...

Pushed to dinq. Thanks for the reviews.

> 
> Ville Syrjälä (11):
>   drm/i915: s/pre_empemph/preemph/
>   drm/i915: s/old_crtc_state/crtc_state/
>   drm/i915: Make intel_dp_process_phy_request() static
>   drm/i915: Shove the PHY test into the hotplug work
>   drm/i915: Split ICL combo PHY buf trans per output type
>   drm/i915: Split ICL MG PHY buf trans per output type
>   drm/i915: Split EHL combo PHY buf trans per output type
>   drm/i915: Split TGL combo PHY buf trans per output type
>   drm/i915: Split TGL DKL PHY buf trans per output type
>   drm/i915: Plumb crtc_state to link training
>   drm/i915: Eliminate intel_dp.regs.dp_tp_{ctl,status}
> 
>  drivers/gpu/drm/i915/display/intel_ddi.c  | 677 ++
>  drivers/gpu/drm/i915/display/intel_ddi.h  |  11 +-
>  .../drm/i915/display/intel_display_types.h|  25 +-
>  drivers/gpu/drm/i915/display/intel_dp.c   | 289 ++--
>  drivers/gpu/drm/i915/display/intel_dp.h   |  11 +-
>  .../drm/i915/display/intel_dp_link_training.c | 102 +--
>  .../drm/i915/display/intel_dp_link_training.h |   8 +-
>  drivers/gpu/drm/i915/display/intel_dp_mst.c   |  24 +-
>  drivers/gpu/drm/i915/display/intel_dpio_phy.c |  23 +-
>  drivers/gpu/drm/i915/display/intel_dpio_phy.h |   2 +
>  drivers/gpu/drm/i915/display/intel_hdmi.c |   7 +-
>  11 files changed, 718 insertions(+), 461 deletions(-)
> 
> -- 
> 2.26.2

-- 
Ville Syrjälä
Intel
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH v2 00/11] drm/i915: Plumb crtc state to link training code

2020-09-29 Thread Ville Syrjala
From: Ville Syrjälä 

Another attempt at plumbing the crtc state to the depths of
the link training code. This time I tried to preserve the
PHY test stuff in a somewhat working condition.

The DDI buf trans stuff also started to bug me again so had 
to toss in a few cleanups in that area. Still pretty messy,
but with a bit more regular structure we could perhaps toss
in a few vfuncs to get rid of some if ladders at least.
Not entirely sure yet...

Ville Syrjälä (11):
  drm/i915: s/pre_empemph/preemph/
  drm/i915: s/old_crtc_state/crtc_state/
  drm/i915: Make intel_dp_process_phy_request() static
  drm/i915: Shove the PHY test into the hotplug work
  drm/i915: Split ICL combo PHY buf trans per output type
  drm/i915: Split ICL MG PHY buf trans per output type
  drm/i915: Split EHL combo PHY buf trans per output type
  drm/i915: Split TGL combo PHY buf trans per output type
  drm/i915: Split TGL DKL PHY buf trans per output type
  drm/i915: Plumb crtc_state to link training
  drm/i915: Eliminate intel_dp.regs.dp_tp_{ctl,status}

 drivers/gpu/drm/i915/display/intel_ddi.c  | 677 ++
 drivers/gpu/drm/i915/display/intel_ddi.h  |  11 +-
 .../drm/i915/display/intel_display_types.h|  25 +-
 drivers/gpu/drm/i915/display/intel_dp.c   | 289 ++--
 drivers/gpu/drm/i915/display/intel_dp.h   |  11 +-
 .../drm/i915/display/intel_dp_link_training.c | 102 +--
 .../drm/i915/display/intel_dp_link_training.h |   8 +-
 drivers/gpu/drm/i915/display/intel_dp_mst.c   |  24 +-
 drivers/gpu/drm/i915/display/intel_dpio_phy.c |  23 +-
 drivers/gpu/drm/i915/display/intel_dpio_phy.h |   2 +
 drivers/gpu/drm/i915/display/intel_hdmi.c |   7 +-
 11 files changed, 718 insertions(+), 461 deletions(-)

-- 
2.26.2

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx