mbox series

[0/3] Fixes for mgag200 cursors

Message ID 20190723075425.24028-1-tzimmermann@suse.de (mailing list archive)
Headers show
Series Fixes for mgag200 cursors | expand

Message

Thomas Zimmermann July 23, 2019, 7:54 a.m. UTC
This patch set fixes a number of bugs that where introduced by the
recent changes to mgag200's handling of cursor BOs.

Thomas Zimmermann (3):
  drm/mgag200: Pin displayed cursor BO to video memory
  drm/mgag200: Set cursor scanout address to correct BO
  drm/mgag200: Don't unpin the current cursor image's buffer.

 drivers/gpu/drm/mgag200/mgag200_cursor.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

--
2.22.0

Comments

Sam Ravnborg July 23, 2019, 8:40 a.m. UTC | #1
Hi Thomas.

On Tue, Jul 23, 2019 at 09:54:22AM +0200, Thomas Zimmermann wrote:
> This patch set fixes a number of bugs that where introduced by the
> recent changes to mgag200's handling of cursor BOs.
> 
> Thomas Zimmermann (3):
>   drm/mgag200: Pin displayed cursor BO to video memory
>   drm/mgag200: Set cursor scanout address to correct BO
>   drm/mgag200: Don't unpin the current cursor image's buffer.

Browsed the fixes - looks good to me.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Thomas Zimmermann July 24, 2019, 11:24 a.m. UTC | #2
Am 23.07.19 um 10:40 schrieb Sam Ravnborg:
> Hi Thomas.
> 
> On Tue, Jul 23, 2019 at 09:54:22AM +0200, Thomas Zimmermann wrote:
>> This patch set fixes a number of bugs that where introduced by the
>> recent changes to mgag200's handling of cursor BOs.
>>
>> Thomas Zimmermann (3):
>>   drm/mgag200: Pin displayed cursor BO to video memory
>>   drm/mgag200: Set cursor scanout address to correct BO
>>   drm/mgag200: Don't unpin the current cursor image's buffer.
> 
> Browsed the fixes - looks good to me.
> 
> Acked-by: Sam Ravnborg <sam@ravnborg.org>
> 

Thanks!