Re: [PATCH v2 1/2] drm: Add library for shmem backed GEM objects

2018-09-03 Thread Noralf Trønnes
Den 02.09.2018 22.56, skrev Sam Ravnborg: Hi Noralf. Only nitpicks, I have not the background to review the actual implmentation. So no tags from me to put on the commit. Sam +/** + * drm_gem_shmem_create - Allocate an object with the given size + * @dev: DRM device + * @size: Size o

Re: [PATCH v2 1/2] drm: Add library for shmem backed GEM objects

2018-09-02 Thread Sam Ravnborg
Hi Noralf. Only nitpicks, I have not the background to review the actual implmentation. So no tags from me to put on the commit. Sam > +/** > + * drm_gem_shmem_create - Allocate an object with the given size > + * @dev: DRM device > + * @size: Size of the object to allocate > + * > + * T