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
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
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
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)
> > > +
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
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
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