Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2020-08-03 | drm/ast: Replace driver load/unload functions with device create/destroy | Thomas Zimmermann | 1 | -13/+11 |
2020-08-03 | drm/ast: Separate DRM driver from PCI code | Thomas Zimmermann | 1 | -28/+31 |
2020-06-22 | drm/ast: Remove test for device from ast_pm_freeze() | Thomas Zimmermann | 1 | -3/+0 |
2020-06-22 | drm/ast: Remove unused code paths for AST 1180 | Thomas Zimmermann | 1 | -1/+0 |
2020-06-16 | drm/ast: Use managed pci functions | Daniel Vetter | 1 | -7/+3 |
2020-04-08 | drm/ast: Set up fbdev after registering device; remove error checks | Thomas Zimmermann | 1 | -0/+3 |
2019-12-05 | drm/ast: Don't include <drm/drm_pci.h> | Thomas Zimmermann | 1 | -1/+0 |
2019-11-14 | drm/ast: Call struct drm_driver.{load, unload} before registering device | Thomas Zimmermann | 1 | -4/+9 |
2019-11-14 | drm/ast: Replace drm_get_pci_device() and drm_put_dev() | Thomas Zimmermann | 1 | -2/+29 |
2019-11-08 | drm/ast: Enable atomic modesetting | Thomas Zimmermann | 1 | -14/+10 |
2019-10-17 | drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS | Gerd Hoffmann | 1 | -4/+1 |
2019-09-12 | drm/vram: Move VRAM memory manager to GEM VRAM implementation | Thomas Zimmermann | 1 | -1/+0 |
2019-07-15 | drm/ast: drop use of drmP.h | Sam Ravnborg | 1 | -2/+7 |
2019-07-09 | drm/ast: Replace struct ast_fbdev with generic framebuffer emulation | Thomas Zimmermann | 1 | -10/+3 |
2019-05-15 | drm/ast: Convert AST driver to VRAM MM | Thomas Zimmermann | 1 | -12/+2 |
2019-05-15 | drm/ast: Convert AST driver to |struct drm_gem_vram_object| | Thomas Zimmermann | 1 | -2/+3 |
2019-01-24 | drm: Split out drm_probe_helper.h | Daniel Vetter | 1 | -0/+1 |
2018-11-19 | drm/ast: Remove existing framebuffers before loading driver | Thomas Zimmermann | 1 | -0/+21 |
2017-08-16 | drm/ast: Use the drm_driver.dumb_destroy default | Noralf Trønnes | 1 | -1/+0 |
2017-06-20 | drm/pci: Deprecate drm_pci_init/exit completely | Daniel Vetter | 1 | -2/+2 |
2017-06-20 | drm: Remove drm_driver->set_busid hook | Daniel Vetter | 1 | -1/+0 |
2016-11-02 | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs | Jani Nikula | 1 | -2/+0 |
2016-06-01 | drm/ast: Use lockless gem BO free callback | Daniel Vetter | 1 | -1/+1 |
2016-03-30 | vgacon: dummy implementation for vgacon_text_force | Daniel Vetter | 1 | -2/+0 |
2014-09-10 | drm: add driver->set_busid() callback | David Herrmann | 1 | -0/+1 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |