index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_drv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ast: Move I2C code into separate source file
Thomas Zimmermann
2021-12-16
1
-0
/
+3
*
drm/ast: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
2021-09-23
1
-2
/
+0
*
drm/ast: Disable fast reset after DRAM initial
KuoHsiang Chou
2021-07-20
1
-0
/
+6
*
drm/ast: Fixed CVE for DP501
KuoHsiang Chou
2021-04-27
1
-0
/
+12
*
drm/ast: Store each HW cursor offset after pinning the rsp BO
Thomas Zimmermann
2021-02-17
1
-0
/
+1
*
drm/ast: Map HW cursor BOs permanently
Thomas Zimmermann
2021-02-17
1
-0
/
+1
*
drm/ast: Store cursor BOs in cursor plane
Thomas Zimmermann
2021-02-17
1
-5
/
+6
*
drm/ast: Add cursor-plane data structure
Thomas Zimmermann
2021-02-17
1
-1
/
+22
*
drm/ast: Inline ast cursor-update functions into modesetting code
Thomas Zimmermann
2021-02-17
1
-7
/
+0
*
drm/ast: Allocate HW cursor BOs during cursor-plane initialization
Thomas Zimmermann
2021-02-17
1
-1
/
+0
*
drm/ast: Add constants for VGACRCB register bits
Thomas Zimmermann
2021-02-17
1
-0
/
+3
*
drm/ast: Only map cursor BOs during updates
Thomas Zimmermann
2020-12-11
1
-2
/
+0
*
drm/ast: Create chip AST2600
KuoHsiang Chou
2020-11-10
1
-0
/
+1
*
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2020-11-09
1
-3
/
+4
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-1
/
+1
*
drm/ast: Disable planes while switching display modes
Thomas Zimmermann
2020-09-16
1
-0
/
+2
*
drm/ast: Managed device release
Thomas Zimmermann
2020-08-03
1
-1
/
+0
*
drm/ast: Managed release of ast firmware
Thomas Zimmermann
2020-08-03
1
-1
/
+0
*
drm/ast: Embed struct drm_device in struct ast_private
Thomas Zimmermann
2020-08-03
1
-2
/
+2
*
drm/ast: Replace driver load/unload functions with device create/destroy
Thomas Zimmermann
2020-08-03
1
-2
/
+4
*
drm/ast: Embed CRTC and connector in struct ast_private
Thomas Zimmermann
2020-08-03
1
-14
/
+19
*
drm/ast: Use managed MM initialization
Thomas Zimmermann
2020-07-20
1
-1
/
+0
*
drm/ast: Move VRAM size detection to ast_mm.c
Thomas Zimmermann
2020-07-20
1
-1
/
+0
*
drm/ast: Initialize mode setting in ast_mode_config_init()
Thomas Zimmermann
2020-07-07
1
-1
/
+1
*
drm/ast: Use managed mode-config init
Thomas Zimmermann
2020-07-07
1
-1
/
+0
*
drm/ast: Replace struct ast_crtc with struct drm_crtc
Thomas Zimmermann
2020-07-07
1
-5
/
+0
*
drm/ast: Managed cursor release
Thomas Zimmermann
2020-07-07
1
-1
/
+0
*
drm/ast: Keep cursor HW BOs mapped
Thomas Zimmermann
2020-07-07
1
-2
/
+3
*
drm/ast: Add helper to hide cursor
Thomas Zimmermann
2020-07-07
1
-0
/
+1
*
drm/ast: Replace ast_cursor_move() with ast_cursor_show()
Thomas Zimmermann
2020-07-07
1
-2
/
+2
*
drm/ast: Move cursor pageflip into helper
Thomas Zimmermann
2020-07-07
1
-1
/
+1
*
drm/ast: Move cursor fb pinning and mapping into helper
Thomas Zimmermann
2020-07-07
1
-2
/
+1
*
drm/ast: Pass struct ast_private instance to cursor init/fini functions
Thomas Zimmermann
2020-07-07
1
-2
/
+2
*
drm/ast: Move cursor functions to ast_cursor.c
Thomas Zimmermann
2020-07-07
1
-0
/
+9
*
drm/ast: Upcast from DRM device to ast structure via to_ast_private()
Thomas Zimmermann
2020-06-22
1
-0
/
+5
*
drm/ast: Remove unused code paths for AST 1180
Thomas Zimmermann
2020-06-22
1
-2
/
+0
*
drm/ast: Use simple encoder
Thomas Zimmermann
2020-03-02
1
-5
/
+1
*
drm/ast: Store primary-plane format in struct ast_crtc_state
Thomas Zimmermann
2019-12-10
1
-0
/
+3
*
drm/ast: Store VBIOS mode info in struct ast_crtc_state
Thomas Zimmermann
2019-12-10
1
-0
/
+2
*
drm/ast: Introduce struct ast_crtc_state
Thomas Zimmermann
2019-12-10
1
-0
/
+6
*
drm/ast: Add cursor plane
Thomas Zimmermann
2019-11-08
1
-0
/
+1
*
drm/ast: Add primary plane
Thomas Zimmermann
2019-11-08
1
-0
/
+2
*
drm/ast: Remove last traces of struct ast_gem_object
Thomas Zimmermann
2019-11-08
1
-6
/
+0
*
drm/ast: Allocate cursor BOs at high end of video memory
Thomas Zimmermann
2019-10-04
1
-19
/
+24
*
drm/ast: drop use of drmP.h
Sam Ravnborg
2019-07-15
1
-8
/
+9
*
drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
Thomas Zimmermann
2019-07-09
1
-17
/
+0
*
drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpers
Thomas Zimmermann
2019-06-28
1
-12
/
+0
*
drm/ast: Remove obsolete or unused cursor state
Thomas Zimmermann
2019-06-13
1
-7
/
+0
*
drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
2019-05-15
1
-1
/
+0
*
drm/ast: Convert AST driver to VRAM MM
Thomas Zimmermann
2019-05-15
1
-16
/
+2
[next]