summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_drv.c
AgeCommit message (Expand)Author
2024-02-26drm/mgag200: Add a workaround for low-latencyJocelyn Falempe
2024-01-08drm/mgag200: Fix caching setup for remapped video memoryThomas Zimmermann
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson
2023-06-23drm/mgag200: set variable mgag200_modeset storage-class-specifier to staticTom Rix
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-09-20drm/mgag200: Force 32 bpp on the consoleThomas Zimmermann
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2022-07-29drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann
2022-07-29drm/mgag200: Add per-device callbacksThomas Zimmermann
2022-07-14drm/mgag200: Don't read-back PCI option register before writingThomas Zimmermann
2022-06-09drm/mgag200: Include <linux/vmalloc.h> for G200 BIOS codeThomas Zimmermann
2022-06-07drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann
2022-06-07drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann
2022-06-07drm/mgag200: Implement new init logicThomas Zimmermann
2022-06-07drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann
2022-06-07drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann
2022-06-07drm/mgag200: Initialize each model in separate functionThomas Zimmermann
2022-05-05drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann
2022-01-27drm/mgag200: 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-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