index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-08
drm/ast: Fix open-coded scu_rev access
Thomas Zimmermann
1
-7
/
+6
2026-04-08
drm/ast: Gen1: Fix open-coded register access
Thomas Zimmermann
1
-0
/
+12
2026-04-08
drm/ast: Use constants for MCR registers
Thomas Zimmermann
1
-1
/
+1
2026-04-08
drm/ast: Move 32-bit register-access helpers to ast_drv.{c, h}
Thomas Zimmermann
1
-0
/
+59
2025-10-15
drm/ast: Support device quirks
Thomas Zimmermann
1
-1
/
+3
2025-09-29
drm/ast: Remove generic device initialization
Thomas Zimmermann
1
-3
/
+2
2025-09-29
drm/ast: Move Gen7 device initialization into separate helper
Thomas Zimmermann
1
-0
/
+4
2025-09-29
drm/ast: Move Gen6 device initialization into separate helper
Thomas Zimmermann
1
-0
/
+4
2025-09-29
drm/ast: Move Gen5 device initialization into separate helper
Thomas Zimmermann
1
-0
/
+4
2025-09-29
drm/ast: Move Gen4 device initialization into separate helper
Thomas Zimmermann
1
-0
/
+4
2025-09-29
drm/ast: Move Gen3 device initialization into separate helper
Thomas Zimmermann
1
-0
/
+4
2025-09-29
drm/ast: Move Gen2 device initialization into separate helper
Thomas Zimmermann
1
-0
/
+4
2025-09-29
drm/ast: Move Gen1 device initialization into separate helper
Thomas Zimmermann
1
-0
/
+4
2025-09-29
drm/ast: Prepare per-Gen device initialization
Thomas Zimmermann
1
-3
/
+22
2025-09-29
drm/ast: Split ast_detect_tx_chip() per chip generation
Thomas Zimmermann
1
-0
/
+15
2025-07-09
drm/ast: Move Gen6+ POST code to separate source file
Thomas Zimmermann
1
-1
/
+1
2025-07-07
drm/gem-shmem: Do not map s/g table by default
Thomas Zimmermann
1
-1
/
+1
2025-06-03
drm/ast: use DRM_GEM_SHMEM_DRIVER_OPS_NO_MAP_SGT
Shixiong Ou
1
-1
/
+1
2025-02-03
drm/ast: Align naming in widescreen detection code to manual
Thomas Zimmermann
1
-1
/
+1
2025-01-22
drm/ast: Initialize ASTDP in ast_post_gpu()
Thomas Zimmermann
1
-1
/
+5
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-1
/
+0
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-10-14
drm/ast: Use video aperture helpers
Thomas Zimmermann
1
-2
/
+2
2024-09-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-6
/
+6
2024-09-26
drm/ast: Run DRM default client setup
Thomas Zimmermann
1
-2
/
+4
2024-09-23
Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+6
2024-09-13
drm/ast: Avoid upcasting to struct ast_device
Thomas Zimmermann
1
-1
/
+1
2024-08-09
drm/ast: Request PCI BAR with devres
Philipp Stanner
1
-6
/
+6
2024-07-30
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1
-2
/
+2
2024-07-19
drm/ast: Fix black screen after resume
Jammy Huang
1
-0
/
+5
2024-05-02
drm/ast: Use fbdev-shmem
Thomas Zimmermann
1
-2
/
+2
2024-04-02
drm/ast: Include <linux/of.h> where necessary
Thomas Zimmermann
1
-0
/
+1
2023-11-28
drm/ast: Move detection code into PCI probe helper
Thomas Zimmermann
1
-8
/
+255
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
1
-0
/
+6
2023-04-04
drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
Daniel Vetter
1
-15
/
+1
2023-03-01
drm/ast: Rename struct ast_private to struct ast_device
Thomas Zimmermann
1
-1
/
+1
2023-01-18
drm/ast: Remove unnecessary include statements for drm_crtc_helper.h
Thomas Zimmermann
1
-1
/
+0
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-0
/
+1
2022-10-16
drm/ast: Convert ast to SHMEM
Thomas Zimmermann
1
-2
/
+2
2022-09-26
drm/ast: make ast_modeset static
ruanjinjie
1
-1
/
+1
2022-05-05
drm: simplify the return expression of ast_drm_resume()
Minghao Chi
1
-6
/
+1
2022-01-19
drm/ast: Replace module-init boiler-plate code with DRM helpers
Thomas Zimmermann
1
-16
/
+2
2021-11-27
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
1
-2
/
+1
2021-07-01
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
1
-1
/
+1
2021-04-14
drm/aperture: Convert drivers to aperture interfaces
Thomas Zimmermann
1
-13
/
+10
2021-02-22
drm/ast: fix memory leak when unload the driver
Tong Zhang
1
-0
/
+2
2021-01-06
drm/ast: Remove references to struct drm_device.pdev
Thomas Zimmermann
1
-2
/
+2
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-1
/
+1
2020-08-03
drm/ast: Managed device release
Thomas Zimmermann
1
-14
/
+3
2020-08-03
drm/ast: Embed struct drm_device in struct ast_private
Thomas Zimmermann
1
-1
/
+1
[next]