summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_drv.c
AgeCommit message (Expand)Author
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-07-05drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas Zimmermann
2021-07-05drm/mgag200: Inline mgag200_device_init()Thomas Zimmermann
2021-07-05drm/mgag200: Don't pass flags to drm_dev_register()Thomas Zimmermann
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-01-06drm/mgag200: Remove references to struct drm_device.pdevThomas Zimmermann
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-08-27drm/mgag200: fix spelling mistake "expeced" -> "expected"Colin Ian King
2020-08-07drm/mgag200: fix build on alpha archSam Ravnborg
2020-08-05drm/mgag200: Set PCI option register in G200SE modelsThomas Zimmermann
2020-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann
2020-08-03drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann
2020-08-03drm/mgag200: Move register initialization into helper functionThomas Zimmermann
2020-08-03drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann
2020-06-11drm/mgag200: Use managed device initializationThomas Zimmermann
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann
2020-06-11drm/mgag200: Allocate device structures in mgag200_driver_load()Thomas Zimmermann
2020-06-11drm/mgag200: Separate device initialization into allocationThomas Zimmermann
2020-06-11drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann
2020-06-11drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_Thomas Zimmermann
2020-06-11drm/mgag200: Separate DRM and PCI functionality from each otherThomas Zimmermann
2020-06-11drm/mgag200: Use pcim_enable_device()Thomas Zimmermann
2020-05-19drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann
2020-05-19drm/mgag200: Convert to simple KMS helperThomas Zimmermann
2020-05-11drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann
2020-04-08drm/mgag200: Set up fbdev after registering device; remove error checksThomas Zimmermann
2020-01-07drm/mgag200: Add module parameter to pin all buffers at offset 0Thomas Zimmermann
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann
2020-01-06drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-06drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>Thomas Zimmermann
2019-12-05drm/mgag200: Call mgag200_driver_{load, unload}() before registering deviceThomas Zimmermann
2019-11-27drm/mgag200: Add workaround for HW that does not support 'startadd'Thomas Zimmermann
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann
2019-08-23drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann
2019-06-30drm/mgag200: drop use of drmP.hSam Ravnborg
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner
2019-05-15drm/mgag200: Convert mgag200 driver to VRAM MMThomas Zimmermann
2019-05-15drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann
2018-09-03drm/mgag200: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław
2017-08-16drm/mgag200: 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
2017-01-23drm/mgag200: Added support for the new device G200eH3Mathieu Larouche