Re: [kbuild-all] Re: [PATCH v2 9/9] drm/bridge: ti-sn65dsi86: Avoid invalid rates

2020-01-06 Thread Rong Chen
On 1/7/20 6:43 AM, Doug Anderson wrote: Dear Robot, On Sat, Dec 21, 2019 at 5:57 AM kbuild test robot wrote: Hi Douglas, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.5-rc2 next-20191220] [if your patch is applied

Re: [PATCH v2 9/9] drm/bridge: ti-sn65dsi86: Avoid invalid rates

2020-01-06 Thread Doug Anderson
Dear Robot, On Sat, Dec 21, 2019 at 5:57 AM kbuild test robot wrote: > > Hi Douglas, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on linus/master] > [also build test WARNING on v5.5-rc2 next-20191220] > [if your patch is applied to the wrong git tree, please d

Re: [PATCH v2 9/9] drm/bridge: ti-sn65dsi86: Avoid invalid rates

2019-12-21 Thread kbuild test robot
Hi Douglas, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.5-rc2 next-20191220] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option

Re: [PATCH v2 9/9] drm/bridge: ti-sn65dsi86: Avoid invalid rates

2019-12-18 Thread Doug Anderson
Hi, On Tue, Dec 17, 2019 at 8:03 PM Rob Clark wrote: > > > > + for (i = 0; i < ARRAY_SIZE(sink_rates); i++) { > > > + rate_times_200khz = le16_to_cpu(sink_rates[i]); > > > + > > > + if (!rate_times_200khz) > > > +

Re: [PATCH v2 9/9] drm/bridge: ti-sn65dsi86: Avoid invalid rates

2019-12-17 Thread Rob Clark
On Tue, Dec 17, 2019 at 8:01 PM Rob Clark wrote: > > On Tue, Dec 17, 2019 at 4:48 PM Douglas Anderson > wrote: > > > > Based on work by Bjorn Andersson , > > Jeffrey Hugo , and > > Rob Clark . > > > > Let's read the SUPPORTED_LINK_RATES and/or MAX_LINK_RATE (depending on > > the eDP version of t

Re: [PATCH v2 9/9] drm/bridge: ti-sn65dsi86: Avoid invalid rates

2019-12-17 Thread Rob Clark
On Tue, Dec 17, 2019 at 4:48 PM Douglas Anderson wrote: > > Based on work by Bjorn Andersson , > Jeffrey Hugo , and > Rob Clark . > > Let's read the SUPPORTED_LINK_RATES and/or MAX_LINK_RATE (depending on > the eDP version of the sink) to figure out what eDP rates are > supported and pick the idea

[PATCH v2 9/9] drm/bridge: ti-sn65dsi86: Avoid invalid rates

2019-12-17 Thread Douglas Anderson
Based on work by Bjorn Andersson , Jeffrey Hugo , and Rob Clark . Let's read the SUPPORTED_LINK_RATES and/or MAX_LINK_RATE (depending on the eDP version of the sink) to figure out what eDP rates are supported and pick the ideal one. Signed-off-by: Douglas Anderson --- Changes in v2: - Patch ("A