开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
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
2017-08-16
drm/ast: Use the drm_driver.dumb_destroy default
Noralf Trønnes
2017-06-20
drm/pci: Deprecate drm_pci_init/exit completely
Daniel Vetter
2017-06-20
drm: Remove drm_driver->set_busid hook
Daniel Vetter
2016-11-02
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
[next]