index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_cursor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
drm/ast: Remove vaddr field from struct ast_plane
Thomas Zimmermann
1
-5
/
+3
2025-03-12
drm/ast: cursor: Drop page alignment
Thomas Zimmermann
1
-1
/
+1
2025-03-12
drm/ast: Remove vram_fb_available from struct ast_device
Thomas Zimmermann
1
-14
/
+4
2025-03-12
drm/ast: cursor: Add helpers for computing location in video memory
Thomas Zimmermann
1
-2
/
+19
2025-02-20
drm/ast: cursor: Move implementation to separate source file
Thomas Zimmermann
1
-0
/
+309
2021-02-17
drm/ast: Inline ast cursor-update functions into modesetting code
Thomas Zimmermann
1
-237
/
+0
2021-02-17
drm/ast: Allocate HW cursor BOs during cursor-plane initialization
Thomas Zimmermann
1
-58
/
+0
2021-02-17
drm/ast: Add constants for VGACRCB register bits
Thomas Zimmermann
1
-6
/
+15
2020-12-11
drm/ast: Only map cursor BOs during updates
Thomas Zimmermann
1
-23
/
+28
2020-12-11
drm/ast: Don't pin cursor source BO explicitly during update
Thomas Zimmermann
1
-9
/
+1
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
1
-14
/
+13
2020-08-19
drm: ast: fix double __iomem sparse warning
Randy Dunlap
1
-1
/
+2
2020-08-03
drm/ast: Embed struct drm_device in struct ast_private
Thomas Zimmermann
1
-3
/
+3
2020-08-03
drm/ast: Replace struct_drm_device.dev_private with to_ast_private()
Thomas Zimmermann
1
-1
/
+1
2020-07-07
drm/ast: Managed cursor release
Thomas Zimmermann
1
-16
/
+22
2020-07-07
drm/ast: Keep cursor HW BOs mapped
Thomas Zimmermann
1
-26
/
+18
2020-07-07
drm/ast: Add helper to hide cursor
Thomas Zimmermann
1
-0
/
+5
2020-07-07
drm/ast: Replace ast_cursor_move() with ast_cursor_show()
Thomas Zimmermann
1
-15
/
+27
2020-07-07
drm/ast: Move cursor pageflip into helper
Thomas Zimmermann
1
-1
/
+19
2020-07-07
drm/ast: Update cursor image and checksum from same function
Thomas Zimmermann
1
-19
/
+5
2020-07-07
drm/ast: Move cursor fb pinning and mapping into helper
Thomas Zimmermann
1
-2
/
+55
2020-07-07
drm/ast: Pass struct ast_private instance to cursor init/fini functions
Thomas Zimmermann
1
-4
/
+3
2020-07-07
drm/ast: Move cursor functions to ast_cursor.c
Thomas Zimmermann
1
-0
/
+218