Re: [PATCH] drm/msm/dp: add connector type to enhance debug messages

2022-01-26 Thread Dmitry Baryshkov
On Tue, 25 Jan 2022 at 21:26, Kuogee Hsieh wrote: > > > On 1/24/2022 5:50 PM, Stephen Boyd wrote: > > Quoting Kuogee Hsieh (2022-01-24 14:44:52) > >> DP driver is a generic driver which supports both eDP and DP. > >> For debugging purpose it is required to have capabilities to > >> differentiate

Re: [PATCH] drm/msm/dp: add connector type to enhance debug messages

2022-01-25 Thread Kuogee Hsieh
On 1/24/2022 5:50 PM, Stephen Boyd wrote: Quoting Kuogee Hsieh (2022-01-24 14:44:52) DP driver is a generic driver which supports both eDP and DP. For debugging purpose it is required to have capabilities to differentiate message are generated from eDP or DP. This patch add connector type

Re: [PATCH] drm/msm/dp: add connector type to enhance debug messages

2022-01-24 Thread Stephen Boyd
Quoting Kuogee Hsieh (2022-01-24 14:44:52) > DP driver is a generic driver which supports both eDP and DP. > For debugging purpose it is required to have capabilities to > differentiate message are generated from eDP or DP. This patch > add connector type into debug messages for this purpose. > >

[PATCH] drm/msm/dp: add connector type to enhance debug messages

2022-01-24 Thread Kuogee Hsieh
DP driver is a generic driver which supports both eDP and DP. For debugging purpose it is required to have capabilities to differentiate message are generated from eDP or DP. This patch add connector type into debug messages for this purpose. Signed-off-by: Kuogee Hsieh ---