Re: [PATCH v4 0/4] Add infrastructure needed for CRC support

2018-07-30 Thread Sean Paul
On Tue, Jul 24, 2018 at 07:25:38PM +0300, Haneen Mohammed wrote: > This patchset add the necessary infrastructure needed later for CRC > support. > > 1. add functions to map buffers to kernel address space. > 2. map/unmap buffers in the prepare/cleanup_fb hooks. > 3. clip plane coordinates. > 4. s

[PATCH v4 0/4] Add infrastructure needed for CRC support

2018-07-25 Thread Haneen Mohammed
This patchset add the necessary infrastructure needed later for CRC support. 1. add functions to map buffers to kernel address space. 2. map/unmap buffers in the prepare/cleanup_fb hooks. 3. clip plane coordinates. 4. subclass CRTC state. changes in v4: - drop patch 5 "drm/vkms: Implement CRC deb