Re: [PATCH 3/6] drm/ast: Use managed VRAM-helper initialization

2020-07-08 Thread Sam Ravnborg
On Wed, Jul 08, 2020 at 09:49:09AM +0200, Thomas Zimmermann wrote: > As a first step to managed MM code in ast, switch over VRAM MM helpers. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/ast/ast_mm.c | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/

[PATCH 3/6] drm/ast: Use managed VRAM-helper initialization

2020-07-08 Thread Thomas Zimmermann
As a first step to managed MM code in ast, switch over VRAM MM helpers. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_mm.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/ast/ast_mm.c b/drivers/gpu/drm/ast/ast_mm.c index 9c3788a4c1c5..c0b