Re: [PATCH 1/6] drm/vram-helper: Managed vram helpers

2020-07-16 Thread Thomas Zimmermann
Hi Sam Am 08.07.20 um 19:19 schrieb Sam Ravnborg: > Hi Thomas. > > On Wed, Jul 08, 2020 at 09:49:07AM +0200, Thomas Zimmermann wrote: >> Calling drmm_vram_helper_alloc_mm() sets up a managed instance of >> VRAM MM. Releasing the DRM device also frees the memory manager. >> >> The patch also updat

Re: [PATCH 1/6] drm/vram-helper: Managed vram helpers

2020-07-08 Thread Sam Ravnborg
Hi Thomas. On Wed, Jul 08, 2020 at 09:49:07AM +0200, Thomas Zimmermann wrote: > Calling drmm_vram_helper_alloc_mm() sets up a managed instance of > VRAM MM. Releasing the DRM device also frees the memory manager. > > The patch also updates the DRM documentation for VRAM helpers. The > tutorial no

[PATCH 1/6] drm/vram-helper: Managed vram helpers

2020-07-08 Thread Thomas Zimmermann
Calling drmm_vram_helper_alloc_mm() sets up a managed instance of VRAM MM. Releasing the DRM device also frees the memory manager. The patch also updates the DRM documentation for VRAM helpers. The tutorial now only describes the new managed interface. The older interfaces are deprecated and shoul