index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_cursor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ast: Remove vaddr field from struct ast_plane
Thomas Zimmermann
2025-04-07
1
-5
/
+3
*
drm/ast: cursor: Drop page alignment
Thomas Zimmermann
2025-03-12
1
-1
/
+1
*
drm/ast: Remove vram_fb_available from struct ast_device
Thomas Zimmermann
2025-03-12
1
-14
/
+4
*
drm/ast: cursor: Add helpers for computing location in video memory
Thomas Zimmermann
2025-03-12
1
-2
/
+19
*
drm/ast: cursor: Move implementation to separate source file
Thomas Zimmermann
2025-02-20
1
-0
/
+309
*
drm/ast: Inline ast cursor-update functions into modesetting code
Thomas Zimmermann
2021-02-17
1
-237
/
+0
*
drm/ast: Allocate HW cursor BOs during cursor-plane initialization
Thomas Zimmermann
2021-02-17
1
-58
/
+0
*
drm/ast: Add constants for VGACRCB register bits
Thomas Zimmermann
2021-02-17
1
-6
/
+15
*
drm/ast: Only map cursor BOs during updates
Thomas Zimmermann
2020-12-11
1
-23
/
+28
*
drm/ast: Don't pin cursor source BO explicitly during update
Thomas Zimmermann
2020-12-11
1
-9
/
+1
*
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2020-11-09
1
-14
/
+13
*
drm: ast: fix double __iomem sparse warning
Randy Dunlap
2020-08-19
1
-1
/
+2
*
drm/ast: Embed struct drm_device in struct ast_private
Thomas Zimmermann
2020-08-03
1
-3
/
+3
*
drm/ast: Replace struct_drm_device.dev_private with to_ast_private()
Thomas Zimmermann
2020-08-03
1
-1
/
+1
*
drm/ast: Managed cursor release
Thomas Zimmermann
2020-07-07
1
-16
/
+22
*
drm/ast: Keep cursor HW BOs mapped
Thomas Zimmermann
2020-07-07
1
-26
/
+18
*
drm/ast: Add helper to hide cursor
Thomas Zimmermann
2020-07-07
1
-0
/
+5
*
drm/ast: Replace ast_cursor_move() with ast_cursor_show()
Thomas Zimmermann
2020-07-07
1
-15
/
+27
*
drm/ast: Move cursor pageflip into helper
Thomas Zimmermann
2020-07-07
1
-1
/
+19
*
drm/ast: Update cursor image and checksum from same function
Thomas Zimmermann
2020-07-07
1
-19
/
+5
*
drm/ast: Move cursor fb pinning and mapping into helper
Thomas Zimmermann
2020-07-07
1
-2
/
+55
*
drm/ast: Pass struct ast_private instance to cursor init/fini functions
Thomas Zimmermann
2020-07-07
1
-4
/
+3
*
drm/ast: Move cursor functions to ast_cursor.c
Thomas Zimmermann
2020-07-07
1
-0
/
+218