Re: [PATCH v2 2/4] drm/gem: Update client API to use struct drm_gem_membuf

2020-08-13 Thread Thomas Zimmermann
Hi Am 13.08.20 um 12:26 schrieb Daniel Vetter: > On Thu, Aug 06, 2020 at 10:52:37AM +0200, Thomas Zimmermann wrote: >> GEM's vmap interface now wraps memory pointers in struct drm_gem_membuf. >> The structure represents a pointer into the framebuffer, which is either >> in I/O memory or in system

Re: [PATCH v2 2/4] drm/gem: Update client API to use struct drm_gem_membuf

2020-08-13 Thread Daniel Vetter
On Thu, Aug 13, 2020 at 12:46 PM Thomas Zimmermann wrote: > > Hi > > Am 13.08.20 um 12:26 schrieb Daniel Vetter: > > On Thu, Aug 06, 2020 at 10:52:37AM +0200, Thomas Zimmermann wrote: > >> GEM's vmap interface now wraps memory pointers in struct drm_gem_membuf. > >> The structure represents a poin

Re: [PATCH v2 2/4] drm/gem: Update client API to use struct drm_gem_membuf

2020-08-13 Thread Thomas Zimmermann
Hi Am 13.08.20 um 12:26 schrieb Daniel Vetter: > On Thu, Aug 06, 2020 at 10:52:37AM +0200, Thomas Zimmermann wrote: >> GEM's vmap interface now wraps memory pointers in struct drm_gem_membuf. >> The structure represents a pointer into the framebuffer, which is either >> in I/O memory or in system

Re: [PATCH v2 2/4] drm/gem: Update client API to use struct drm_gem_membuf

2020-08-13 Thread Daniel Vetter
On Thu, Aug 06, 2020 at 10:52:37AM +0200, Thomas Zimmermann wrote: > GEM's vmap interface now wraps memory pointers in struct drm_gem_membuf. > The structure represents a pointer into the framebuffer, which is either > in I/O memory or in system memory. The structure contains a flag that > distingu

[PATCH v2 2/4] drm/gem: Update client API to use struct drm_gem_membuf

2020-08-06 Thread Thomas Zimmermann
GEM's vmap interface now wraps memory pointers in struct drm_gem_membuf. The structure represents a pointer into the framebuffer, which is either in I/O memory or in system memory. The structure contains a flag that distinguishes these cases. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/