Re: [Intel-gfx] [PATCH 56/62] drm/i915/bdw: Implement edp PSR workarounds

2013-11-06 Thread Daniel Vetter
On Sat, Nov 02, 2013 at 09:07:54PM -0700, Ben Widawsky wrote: > This implements a workaround for PSR dealing with some vblank issue. > > WaPsrDPAMaskVBlankInSRD && WaPsrDPRSUnmaskVBlankInSRD > > v2: forgot to git add bogus whitespace fix > > v3: Update with workaround names. > Use for_each_pipe(

Re: [Intel-gfx] [PATCH 56/62] drm/i915/bdw: Implement edp PSR workarounds

2013-11-05 Thread Jesse Barnes
On Sat, 2 Nov 2013 21:07:54 -0700 Ben Widawsky wrote: > This implements a workaround for PSR dealing with some vblank issue. > > WaPsrDPAMaskVBlankInSRD && WaPsrDPRSUnmaskVBlankInSRD > > v2: forgot to git add bogus whitespace fix > > v3: Update with workaround names. > Use for_each_pipe() and

[Intel-gfx] [PATCH 56/62] drm/i915/bdw: Implement edp PSR workarounds

2013-11-02 Thread Ben Widawsky
This implements a workaround for PSR dealing with some vblank issue. WaPsrDPAMaskVBlankInSRD && WaPsrDPRSUnmaskVBlankInSRD v2: forgot to git add bogus whitespace fix v3: Update with workaround names. Use for_each_pipe() and CHICKEN_PIPESL_1(pipe) macro (Ville) Cc: Art Runyan Signed-off-by: Ben