summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_cursor.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-17drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann1-237/+0
2021-02-17drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann1-58/+0
2021-02-17drm/ast: Add constants for VGACRCB register bitsThomas Zimmermann1-6/+15
2020-12-11drm/ast: Only map cursor BOs during updatesThomas Zimmermann1-23/+28
2020-12-11drm/ast: Don't pin cursor source BO explicitly during updateThomas Zimmermann1-9/+1
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-14/+13
2020-08-19drm: ast: fix double __iomem sparse warningRandy Dunlap1-1/+2
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann1-3/+3
2020-08-03drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann1-1/+1
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