Re: [PATCH 09/10] drm/vkms: totally reworked crc data tracking

2019-06-13 Thread Daniel Vetter
On Wed, Jun 12, 2019 at 10:46:28AM -0300, Rodrigo Siqueira wrote: > On Thu, Jun 6, 2019 at 7:28 PM Daniel Vetter wrote: > > > > The crc computation worker needs to be able to get at some data > > structures and framebuffer mappings, while potentially more atomic > > updates are going on. The

Re: [PATCH 09/10] drm/vkms: totally reworked crc data tracking

2019-06-12 Thread Rodrigo Siqueira
On Thu, Jun 6, 2019 at 7:28 PM Daniel Vetter wrote: > > The crc computation worker needs to be able to get at some data > structures and framebuffer mappings, while potentially more atomic > updates are going on. The solution thus far is to copy relevant bits > around, but that's very tedious. >

[PATCH 09/10] drm/vkms: totally reworked crc data tracking

2019-06-06 Thread Daniel Vetter
The crc computation worker needs to be able to get at some data structures and framebuffer mappings, while potentially more atomic updates are going on. The solution thus far is to copy relevant bits around, but that's very tedious. Here's a new approach, which tries to be more clever, but relies