Re: [PATCH 1/8] drm/ast: Unpin cursor BO during cleanup

2019-06-05 Thread Thomas Zimmermann
Hi Am 05.06.19 um 09:45 schrieb Maarten Lankhorst: > Op 04-06-2019 om 17:41 schreef Thomas Zimmermann: >> The unpin operation was missing from ast_cursor_fini(). Fixed now. >> >> Signed-off-by: Thomas Zimmermann >> --- >> drivers/gpu/drm/ast/ast_mode.c | 1 + >> 1 file changed, 1 insertion(+) >>

Re: [PATCH 1/8] drm/ast: Unpin cursor BO during cleanup

2019-06-05 Thread Maarten Lankhorst
Op 04-06-2019 om 17:41 schreef Thomas Zimmermann: > The unpin operation was missing from ast_cursor_fini(). Fixed now. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/ast/ast_mode.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/

[PATCH 1/8] drm/ast: Unpin cursor BO during cleanup

2019-06-04 Thread Thomas Zimmermann
The unpin operation was missing from ast_cursor_fini(). Fixed now. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_mode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c index fb700d620b64..41741cd6cd15 100644 --- a