Re: [Mesa-dev] [PATCH] dri3: Stricter SBC wraparound handling

2018-05-24 Thread Michel Dänzer
On 2018-05-24 09:24 AM, Juan A. Suarez Romero wrote: > On Wed, 2018-05-16 at 11:10 +0200, Michel Dänzer wrote: >> From: Michel Dänzer >> >> Prevents spuriously bumping the upper 32 bits of the SBC, which results >> in hangs with the modesetting driver from xserver 1.20. >>

Re: [Mesa-dev] [PATCH] dri3: Stricter SBC wraparound handling

2018-05-24 Thread Juan A. Suarez Romero
On Wed, 2018-05-16 at 11:10 +0200, Michel Dänzer wrote: > From: Michel Dänzer > > Prevents spuriously bumping the upper 32 bits of the SBC, which results > in hangs with the modesetting driver from xserver 1.20. > I've picked this patch for 18.0, as it was nominated

Re: [Mesa-dev] [PATCH] dri3: Stricter SBC wraparound handling

2018-05-19 Thread Mike Lothian
I had hoped this would land in 18.1.0 Any signs of a review and can we get this backported asap? On Wed, 16 May 2018, 15:49 Michel Dänzer, wrote: > On 2018-05-16 01:39 PM, Mike Lothian wrote: > > Can this be added to stable too? > > Right, I meant add that but forgot,

Re: [Mesa-dev] [PATCH] dri3: Stricter SBC wraparound handling

2018-05-16 Thread Michel Dänzer
On 2018-05-16 01:39 PM, Mike Lothian wrote: > Can this be added to stable too? Right, I meant add that but forgot, thanks for the reminder. Consider it done. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and

Re: [Mesa-dev] [PATCH] dri3: Stricter SBC wraparound handling

2018-05-16 Thread Mike Lothian
Can this be added to stable too? On Wed, 16 May 2018 at 10:33 Michel Dänzer wrote: > On 2018-05-16 11:14 AM, Axel Davy wrote: > > Hi, > > > > Shouldn't this be fixed on the xserver or the ddx side, rather than in > > Mesa ? > No, it's a Mesa bug, the X server is doing what

Re: [Mesa-dev] [PATCH] dri3: Stricter SBC wraparound handling

2018-05-16 Thread Michel Dänzer
On 2018-05-16 11:14 AM, Axel Davy wrote: > Hi, > > Shouldn't this be fixed on the xserver or the ddx side, rather than in > Mesa ? No, it's a Mesa bug, the X server is doing what it's asked. (This wasn't noticed earlier because Xorg drivers using the old DRM_IOCTL_WAIT_VBLANK ioctl effectively

Re: [Mesa-dev] [PATCH] dri3: Stricter SBC wraparound handling

2018-05-16 Thread Axel Davy
Hi, Shouldn't this be fixed on the xserver or the ddx side, rather than in Mesa ? Yours, Axel Davy On 16/05/2018 11:10, Michel Dänzer wrote: From: Michel Dänzer Prevents spuriously bumping the upper 32 bits of the SBC, which results in hangs with the modesetting

[Mesa-dev] [PATCH] dri3: Stricter SBC wraparound handling

2018-05-16 Thread Michel Dänzer
From: Michel Dänzer Prevents spuriously bumping the upper 32 bits of the SBC, which results in hangs with the modesetting driver from xserver 1.20. Bugzilla: https://bugs.freedesktop.org/106351 Tested-by: Mike Lothian Signed-off-by: Michel Dänzer