Re: [PATCH] drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpers

2019-06-27 Thread Daniel Vetter
On Thu, Jun 27, 2019 at 07:34:10PM +0200, Thomas Zimmermann wrote: > The ast driver's struct ast_framebuffer is a buffer object with GEM > interface. There are already GEM framebuffer helpers that implement > the same functionality. Convert ast to these. > > Signed-off-by: Thomas Zimmermann MOar

[PATCH] drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpers

2019-06-27 Thread Thomas Zimmermann
The ast driver's struct ast_framebuffer is a buffer object with GEM interface. There are already GEM framebuffer helpers that implement the same functionality. Convert ast to these. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_drv.h | 12 --- drivers/gpu/drm/ast/ast_fb.c |