summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_drv.c
AgeCommit message (Expand)Author
2023-11-28drm/ast: Move detection code into PCI probe helperThomas Zimmermann
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson
2023-04-04drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffersDaniel Vetter
2023-03-01drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann
2023-01-18drm/ast: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-10-16drm/ast: Convert ast to SHMEMThomas Zimmermann
2022-09-26drm/ast: make ast_modeset staticruanjinjie
2022-05-05drm: simplify the return expression of ast_drm_resume()Minghao Chi
2022-01-19drm/ast: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-02-22drm/ast: fix memory leak when unload the driverTong Zhang
2021-01-06drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-08-03drm/ast: Managed device releaseThomas Zimmermann
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann
2020-08-03drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann
2020-08-03drm/ast: Separate DRM driver from PCI codeThomas Zimmermann
2020-06-22drm/ast: Remove test for device from ast_pm_freeze()Thomas Zimmermann
2020-06-22drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann
2020-06-16drm/ast: Use managed pci functionsDaniel Vetter
2020-04-08drm/ast: Set up fbdev after registering device; remove error checksThomas Zimmermann
2019-12-05drm/ast: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-11-14drm/ast: Call struct drm_driver.{load, unload} before registering deviceThomas Zimmermann
2019-11-14drm/ast: Replace drm_get_pci_device() and drm_put_dev()Thomas Zimmermann
2019-11-08drm/ast: Enable atomic modesettingThomas Zimmermann
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg
2019-07-09drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann
2019-05-15drm/ast: Convert AST driver to VRAM MMThomas Zimmermann
2019-05-15drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-11-19drm/ast: Remove existing framebuffers before loading driverThomas Zimmermann
2017-08-16drm/ast: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-06-01drm/ast: Use lockless gem BO free callbackDaniel Vetter
2016-03-30vgacon: dummy implementation for vgacon_text_forceDaniel Vetter
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-02drm/ast: Fix double lock at PM resumeTakashi Iwai
2014-04-23drm/<drivers>: don't set driver->dev_priv_size to 0Daniel Vetter
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter
2013-08-19drm: remove FASYNC supportDaniel Vetter
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter