summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_cursor.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07drm/ast: Managed cursor releaseThomas Zimmermann1-16/+22
2020-07-07drm/ast: Keep cursor HW BOs mappedThomas Zimmermann1-26/+18
2020-07-07drm/ast: Add helper to hide cursorThomas Zimmermann1-0/+5
2020-07-07drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann1-15/+27
2020-07-07drm/ast: Move cursor pageflip into helperThomas Zimmermann1-1/+19
2020-07-07drm/ast: Update cursor image and checksum from same functionThomas Zimmermann1-19/+5
2020-07-07drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann1-2/+55
2020-07-07drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann1-4/+3
2020-07-07drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann1-0/+218