Re: [PATCH v2 0/2] drm/udl: Map pages with SHMEM helpers

2020-05-19 Thread Emil Velikov
On Tue, 19 May 2020 at 09:04, Thomas Zimmermann wrote: > > (was: Default to cachable mappings for GEM SHMEM) > > Udl implments cached mappings. Convert it to SHMEM's default helpers. > > v2: > * keep writecombine mappings as the default > * add SHMEM helper for creating BOs with ca

[PATCH v2 0/2] drm/udl: Map pages with SHMEM helpers

2020-05-19 Thread Thomas Zimmermann
(was: Default to cachable mappings for GEM SHMEM) Udl implments cached mappings. Convert it to SHMEM's default helpers. v2: * keep writecombine mappings as the default * add SHMEM helper for creating BOs with cached mappings * update udl on the new helper Thomas Zimmerman