Re: [Intel-gfx] [PATCH 0/5] Sink CRC stabilization

2015-11-18 Thread Vivi, Rodrigo
On Wed, 2015-11-18 at 15:55 +0100, Daniel Vetter wrote: > On Mon, Nov 16, 2015 at 03:59:15PM +, Rodrigo Vivi wrote: > > Hi Daniel, > > > > could you please ignore patch 5 in this series and merge the 4 > > first > > patches. > > I merged an earlier instance of the first 4 patches. Has anythi

Re: [Intel-gfx] [PATCH 0/5] Sink CRC stabilization

2015-11-18 Thread Daniel Vetter
On Mon, Nov 16, 2015 at 03:59:15PM +, Rodrigo Vivi wrote: > Hi Daniel, > > could you please ignore patch 5 in this series and merge the 4 first > patches. I merged an earlier instance of the first 4 patches. Has anything changed? Please double-check the right versions landed in dinq. Thanks,

Re: [Intel-gfx] [PATCH 0/5] Sink CRC stabilization

2015-11-16 Thread Rodrigo Vivi
Hi Daniel, could you please ignore patch 5 in this series and merge the 4 first patches. The aux mutex is really unreliable and doesn't help on all SKLs so better to just ignore that. Thanks, Rodrigo. On Thu, Nov 12, 2015 at 11:03 AM Rodrigo Vivi wrote: > On Thu, Nov 12, 2015 at 10:56 AM Vivi

Re: [Intel-gfx] [PATCH 0/5] Sink CRC stabilization

2015-11-12 Thread Rodrigo Vivi
On Thu, Nov 12, 2015 at 10:56 AM Vivi, Rodrigo wrote: > On Thu, 2015-11-12 at 12:17 +0200, Jani Nikula wrote: > > On Wed, 11 Nov 2015, Rodrigo Vivi wrote: > > > Let's start spliting that big series that enables PSR with this > > > sink crc > > > stabilization. > > > > > > Also I'm adding Wayne's

Re: [Intel-gfx] [PATCH 0/5] Sink CRC stabilization

2015-11-12 Thread Vivi, Rodrigo
On Thu, 2015-11-12 at 12:17 +0200, Jani Nikula wrote: > On Wed, 11 Nov 2015, Rodrigo Vivi wrote: > > Let's start spliting that big series that enables PSR with this > > sink crc > > stabilization. > > > > Also I'm adding Wayne's mutex that stabilizes sink CRC on Skylake. > > > > All patches alr

Re: [Intel-gfx] [PATCH 0/5] Sink CRC stabilization

2015-11-12 Thread Jani Nikula
On Wed, 11 Nov 2015, Rodrigo Vivi wrote: > Let's start spliting that big series that enables PSR with this sink crc > stabilization. > > Also I'm adding Wayne's mutex that stabilizes sink CRC on Skylake. > > All patches already reviewed and ready to merge. Disagreed on the hw mutex patch. BR, Ja

[Intel-gfx] [PATCH 0/5] Sink CRC stabilization

2015-11-11 Thread Rodrigo Vivi
Let's start spliting that big series that enables PSR with this sink crc stabilization. Also I'm adding Wayne's mutex that stabilizes sink CRC on Skylake. All patches already reviewed and ready to merge. Thank you very much Paulo for the review and Thank you Wayne for the SKL aux mutex. Thanks,