Re: [PATCH 3/8] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS

2019-09-17 Thread Gerd Hoffmann
On Mon, Sep 16, 2019 at 05:07:14PM -0500, Rob Herring wrote: > On Fri, Sep 13, 2019 at 7:29 AM Gerd Hoffmann wrote: > > > > Version? Pretty sure this is not v1. Yep, was posted as part of a longer series before. Splitted the long series into multiple smaller ones by cherry-picking patches into

Re: [PATCH 3/8] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS

2019-09-16 Thread Rob Herring
On Fri, Sep 13, 2019 at 7:29 AM Gerd Hoffmann wrote: > Version? Pretty sure this is not v1. > DEFINE_DRM_GEM_SHMEM_FOPS is identical > to DEFINE_DRM_GEM_FOPS now, drop it. > > Signed-off-by: Gerd Hoffmann > --- > include/drm/drm_gem_shmem_helper.h | 26 - > drivers