summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_cursor.c
AgeCommit message (Expand)Author
2021-02-17drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann
2021-02-17drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann
2021-02-17drm/ast: Add constants for VGACRCB register bitsThomas Zimmermann
2020-12-11drm/ast: Only map cursor BOs during updatesThomas Zimmermann
2020-12-11drm/ast: Don't pin cursor source BO explicitly during updateThomas Zimmermann
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-08-19drm: ast: fix double __iomem sparse warningRandy Dunlap
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann
2020-08-03drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann
2020-07-07drm/ast: Managed cursor releaseThomas Zimmermann
2020-07-07drm/ast: Keep cursor HW BOs mappedThomas Zimmermann
2020-07-07drm/ast: Add helper to hide cursorThomas Zimmermann
2020-07-07drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann
2020-07-07drm/ast: Move cursor pageflip into helperThomas Zimmermann
2020-07-07drm/ast: Update cursor image and checksum from same functionThomas Zimmermann
2020-07-07drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann
2020-07-07drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann
2020-07-07drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann