Re: [Intel-gfx] [PATCH 3/3] drm/i915/adlp: Fix AUX power well -> PHY mapping

2021-06-09 Thread Imre Deak
On Wed, Jun 09, 2021 at 02:42:04PM +0300, Jani Nikula wrote: > On Wed, 26 May 2021, Imre Deak wrote: > > On ADL_P the power well->PHY mapping doesn't follow the mapping on previous > > platforms, fix this up. > > > > While at it remove the redundant dev_priv param from > > icl_tc_phy_aux_ch(). > >

Re: [Intel-gfx] [PATCH 3/3] drm/i915/adlp: Fix AUX power well -> PHY mapping

2021-06-09 Thread Jani Nikula
On Wed, 26 May 2021, Imre Deak wrote: > On ADL_P the power well->PHY mapping doesn't follow the mapping on previous > platforms, fix this up. > > While at it remove the redundant dev_priv param from > icl_tc_phy_aux_ch(). > > Signed-off-by: Imre Deak > --- > .../drm/i915/display/intel_display_po

Re: [Intel-gfx] [PATCH 3/3] drm/i915/adlp: Fix AUX power well -> PHY mapping

2021-06-03 Thread Anshuman Gupta
On 2021-05-26 at 20:07:29 +0530, Imre Deak wrote: > On ADL_P the power well->PHY mapping doesn't follow the mapping on previous > platforms, fix this up. > > While at it remove the redundant dev_priv param from > icl_tc_phy_aux_ch(). Looks good to me. Reviewed-by: Anshuman Gupta > > Signed-off-b

[Intel-gfx] [PATCH 3/3] drm/i915/adlp: Fix AUX power well -> PHY mapping

2021-05-26 Thread Imre Deak
On ADL_P the power well->PHY mapping doesn't follow the mapping on previous platforms, fix this up. While at it remove the redundant dev_priv param from icl_tc_phy_aux_ch(). Signed-off-by: Imre Deak --- .../drm/i915/display/intel_display_power.c| 34 ++- 1 file changed, 18 i