On Mon, Aug 19, 2013 at 05:18:47PM -0300, Paulo Zanoni wrote:
> 2013/8/19 Jesse Barnes :
> > The existing code was trying different vswing and preemphasis settings
> > in the wrong place, and wasn't trying them enough. So add a loop to
> > walk through them, properly disabling FDI TX and RX in bet
2013/8/19 Jesse Barnes :
> The existing code was trying different vswing and preemphasis settings
> in the wrong place, and wasn't trying them enough. So add a loop to
> walk through them, properly disabling FDI TX and RX in between if a
> failure is detected.
>
> v2: remove unneeded reg writes, a
On Sun, 18 Aug 2013 21:09:59 +0200
Daniel Vetter wrote:
> On Mon, Apr 08, 2013 at 05:50:07PM -0300, Paulo Zanoni wrote:
> > Hi
> >
> > 2013/3/28 Jesse Barnes :
> > > The existing code was trying different vswing and preemphasis settings
> > > in the wrong place, and wasn't trying them enough. S
The existing code was trying different vswing and preemphasis settings
in the wrong place, and wasn't trying them enough. So add a loop to
walk through them, properly disabling FDI TX and RX in between if a
failure is detected.
v2: remove unneeded reg writes, add delays around bit lock checks (Je
On Mon, Apr 08, 2013 at 05:50:07PM -0300, Paulo Zanoni wrote:
> Hi
>
> 2013/3/28 Jesse Barnes :
> > The existing code was trying different vswing and preemphasis settings
> > in the wrong place, and wasn't trying them enough. So add a loop to
> > walk through them, properly disabling FDI TX and R
Hi
2013/3/28 Jesse Barnes :
> The existing code was trying different vswing and preemphasis settings
> in the wrong place, and wasn't trying them enough. So add a loop to
> walk through them, properly disabling FDI TX and RX in between if a
> failure is detected.
>
> v2: remove unneeded reg write
The existing code was trying different vswing and preemphasis settings
in the wrong place, and wasn't trying them enough. So add a loop to
walk through them, properly disabling FDI TX and RX in between if a
failure is detected.
v2: remove unneeded reg writes, add delays around bit lock checks (Je
The existing code was trying different vswing and preemphasis settings
in the wrong place, and wasn't trying them enough. So add a loop to
walk through them, properly disabling FDI TX and RX in between if a
failure is detected.
Signed-off-by: Jesse Barnes
---
drivers/gpu/drm/i915/intel_display.