summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_cursor.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann2021-02-171-237/+0
* drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann2021-02-171-58/+0
* drm/ast: Add constants for VGACRCB register bitsThomas Zimmermann2021-02-171-6/+15
* drm/ast: Only map cursor BOs during updatesThomas Zimmermann2020-12-111-23/+28
* drm/ast: Don't pin cursor source BO explicitly during updateThomas Zimmermann2020-12-111-9/+1
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-14/+13
* drm: ast: fix double __iomem sparse warningRandy Dunlap2020-08-191-1/+2
* drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann2020-08-031-3/+3
* drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann2020-08-031-1/+1
* drm/ast: Managed cursor releaseThomas Zimmermann2020-07-071-16/+22
* drm/ast: Keep cursor HW BOs mappedThomas Zimmermann2020-07-071-26/+18
* drm/ast: Add helper to hide cursorThomas Zimmermann2020-07-071-0/+5
* drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann2020-07-071-15/+27
* drm/ast: Move cursor pageflip into helperThomas Zimmermann2020-07-071-1/+19
* drm/ast: Update cursor image and checksum from same functionThomas Zimmermann2020-07-071-19/+5
* drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann2020-07-071-2/+55
* drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann2020-07-071-4/+3
* drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann2020-07-071-0/+218