Re: [Freedreno] [PATCH] drm/msm/mdp5: Use eariler mixers when possible

2019-07-05 Thread Jeffrey Hugo
On Mon, Jul 1, 2019 at 1:55 PM Rob Clark wrote: > > On Mon, Jul 1, 2019 at 10:41 AM Jeffrey Hugo wrote: > > > > When assigning a mixer, we will iterate through the entire list looking for > > a suitable match. This results in selecting the last match. We should > > stop at the first match, sinc

Re: [Freedreno] [PATCH] drm/msm/mdp5: Use eariler mixers when possible

2019-07-01 Thread Rob Clark
On Mon, Jul 1, 2019 at 10:41 AM Jeffrey Hugo wrote: > > When assigning a mixer, we will iterate through the entire list looking for > a suitable match. This results in selecting the last match. We should > stop at the first match, since lower numbered mixers will typically have > more capabiliti

[Freedreno] [PATCH] drm/msm/mdp5: Use eariler mixers when possible

2019-07-01 Thread Jeffrey Hugo
When assigning a mixer, we will iterate through the entire list looking for a suitable match. This results in selecting the last match. We should stop at the first match, since lower numbered mixers will typically have more capabilities, and are likely to be what the bootloader used, if we are lo