Re: [RFC PATCH 2/7] drm/msm/dp: support attaching bridges to the DP encoder

2022-01-11 Thread Dmitry Baryshkov
On Wed, 12 Jan 2022 at 02:12, Kuogee Hsieh wrote: > > > On 1/6/2022 9:26 PM, Dmitry Baryshkov wrote: > > On 07/01/2022 06:42, Stephen Boyd wrote: > >> Quoting Dmitry Baryshkov (2022-01-06 18:01:27) > >>> Currently DP driver will allocate panel bridge for eDP panels. > >>> Simplify this code to

Re: [RFC PATCH 2/7] drm/msm/dp: support attaching bridges to the DP encoder

2022-01-11 Thread Kuogee Hsieh
On 1/6/2022 9:26 PM, Dmitry Baryshkov wrote: On 07/01/2022 06:42, Stephen Boyd wrote: Quoting Dmitry Baryshkov (2022-01-06 18:01:27) Currently DP driver will allocate panel bridge for eDP panels. Simplify this code to just check if there is any next bridge in the chain (be it a panel bridge

Re: [RFC PATCH 2/7] drm/msm/dp: support attaching bridges to the DP encoder

2022-01-06 Thread Dmitry Baryshkov
On 07/01/2022 06:42, Stephen Boyd wrote: Quoting Dmitry Baryshkov (2022-01-06 18:01:27) Currently DP driver will allocate panel bridge for eDP panels. Simplify this code to just check if there is any next bridge in the chain (be it a panel bridge or regular bridge). Rename panel_bridge field to

Re: [RFC PATCH 2/7] drm/msm/dp: support attaching bridges to the DP encoder

2022-01-06 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-01-06 18:01:27) > Currently DP driver will allocate panel bridge for eDP panels. > Simplify this code to just check if there is any next bridge in the > chain (be it a panel bridge or regular bridge). Rename panel_bridge > field to next_bridge accordingly. > >

[RFC PATCH 2/7] drm/msm/dp: support attaching bridges to the DP encoder

2022-01-06 Thread Dmitry Baryshkov
Currently DP driver will allocate panel bridge for eDP panels. Simplify this code to just check if there is any next bridge in the chain (be it a panel bridge or regular bridge). Rename panel_bridge field to next_bridge accordingly. Signed-off-by: Dmitry Baryshkov ---