index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2025-02-03
drm/ast: Align naming in widescreen detection code to manual
Thomas Zimmermann
2025-01-22
drm/ast: Initialize ASTDP in ast_post_gpu()
Thomas Zimmermann
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
2024-10-14
drm/ast: Use video aperture helpers
Thomas Zimmermann
2024-09-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2024-09-26
drm/ast: Run DRM default client setup
Thomas Zimmermann
2024-09-23
Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-13
drm/ast: Avoid upcasting to struct ast_device
Thomas Zimmermann
2024-08-09
drm/ast: Request PCI BAR with devres
Philipp Stanner
2024-07-30
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2024-07-19
drm/ast: Fix black screen after resume
Jammy Huang
2024-05-02
drm/ast: Use fbdev-shmem
Thomas Zimmermann
2024-04-02
drm/ast: Include <linux/of.h> where necessary
Thomas Zimmermann
2023-11-28
drm/ast: Move detection code into PCI probe helper
Thomas Zimmermann
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
2023-04-04
drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
Daniel Vetter
2023-03-01
drm/ast: Rename struct ast_private to struct ast_device
Thomas Zimmermann
2023-01-18
drm/ast: Remove unnecessary include statements for drm_crtc_helper.h
Thomas Zimmermann
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-10-16
drm/ast: Convert ast to SHMEM
Thomas Zimmermann
2022-09-26
drm/ast: make ast_modeset static
ruanjinjie
2022-05-05
drm: simplify the return expression of ast_drm_resume()
Minghao Chi
2022-01-19
drm/ast: Replace module-init boiler-plate code with DRM helpers
Thomas Zimmermann
2021-11-27
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
2021-07-01
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
2021-04-14
drm/aperture: Convert drivers to aperture interfaces
Thomas Zimmermann
2021-02-22
drm/ast: fix memory leak when unload the driver
Tong Zhang
2021-01-06
drm/ast: Remove references to struct drm_device.pdev
Thomas Zimmermann
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-08-03
drm/ast: Managed device release
Thomas Zimmermann
2020-08-03
drm/ast: Embed struct drm_device in struct ast_private
Thomas Zimmermann
2020-08-03
drm/ast: Replace driver load/unload functions with device create/destroy
Thomas Zimmermann
2020-08-03
drm/ast: Separate DRM driver from PCI code
Thomas Zimmermann
2020-06-22
drm/ast: Remove test for device from ast_pm_freeze()
Thomas Zimmermann
2020-06-22
drm/ast: Remove unused code paths for AST 1180
Thomas Zimmermann
2020-06-16
drm/ast: Use managed pci functions
Daniel Vetter
2020-04-08
drm/ast: Set up fbdev after registering device; remove error checks
Thomas Zimmermann
2019-12-05
drm/ast: Don't include <drm/drm_pci.h>
Thomas Zimmermann
2019-11-14
drm/ast: Call struct drm_driver.{load, unload} before registering device
Thomas Zimmermann
2019-11-14
drm/ast: Replace drm_get_pci_device() and drm_put_dev()
Thomas Zimmermann
2019-11-08
drm/ast: Enable atomic modesetting
Thomas Zimmermann
2019-10-17
drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS
Gerd Hoffmann
2019-09-12
drm/vram: Move VRAM memory manager to GEM VRAM implementation
Thomas Zimmermann
2019-07-15
drm/ast: drop use of drmP.h
Sam Ravnborg
2019-07-09
drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
Thomas Zimmermann
2019-05-15
drm/ast: Convert AST driver to VRAM MM
Thomas Zimmermann
2019-05-15
drm/ast: Convert AST driver to |struct drm_gem_vram_object|
Thomas Zimmermann
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2018-11-19
drm/ast: Remove existing framebuffers before loading driver
Thomas Zimmermann
[next]