summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-0/+1
* Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-051-10/+11
|\
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-08-011-6/+0
| |\
| * | drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann2022-07-291-9/+8
| * | drm/mgag200: Add per-device callbacksThomas Zimmermann2022-07-291-1/+3
* | | drm/mgag200: Force 32 bpp on the consoleThomas Zimmermann2022-09-201-1/+5
| |/ |/|
* | drm/mgag200: Don't read-back PCI option register before writingThomas Zimmermann2022-07-141-6/+0
|/
* drm/mgag200: Include <linux/vmalloc.h> for G200 BIOS codeThomas Zimmermann2022-06-091-1/+0
* drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann2022-06-071-25/+11
* drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann2022-06-071-1/+3
* drm/mgag200: Implement new init logicThomas Zimmermann2022-06-071-14/+64
* drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann2022-06-071-0/+39
* drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann2022-06-071-55/+26
* drm/mgag200: Initialize each model in separate functionThomas Zimmermann2022-06-071-174/+32
* drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann2022-05-051-0/+6
* drm/mgag200: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-18/+2
* drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+1
* drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas Zimmermann2021-07-051-4/+17
* drm/mgag200: Inline mgag200_device_init()Thomas Zimmermann2021-07-051-28/+13
* drm/mgag200: Don't pass flags to drm_dev_register()Thomas Zimmermann2021-07-051-1/+1
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-1/+4
* drm/mgag200: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-9/+11
* drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann2020-11-241-1/+0
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/mgag200: fix spelling mistake "expeced" -> "expected"Colin Ian King2020-08-271-1/+1
* drm/mgag200: fix build on alpha archSam Ravnborg2020-08-071-0/+1
* drm/mgag200: Set PCI option register in G200SE modelsThomas Zimmermann2020-08-051-0/+1
* drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann2020-08-031-1/+136
* drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann2020-08-031-6/+13
* drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann2020-08-031-0/+5
* drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann2020-08-031-1/+31
* drm/mgag200: Move register initialization into helper functionThomas Zimmermann2020-08-031-7/+30
* drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann2020-08-031-0/+1
* drm/mgag200: Use managed device initializationThomas Zimmermann2020-06-111-22/+8
* drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann2020-06-111-29/+18
* drm/mgag200: Allocate device structures in mgag200_driver_load()Thomas Zimmermann2020-06-111-17/+21
* drm/mgag200: Separate device initialization into allocationThomas Zimmermann2020-06-111-10/+22
* drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann2020-06-111-0/+68
* drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_Thomas Zimmermann2020-06-111-10/+10
* drm/mgag200: Separate DRM and PCI functionality from each otherThomas Zimmermann2020-06-111-21/+21
* drm/mgag200: Use pcim_enable_device()Thomas Zimmermann2020-06-111-7/+3
* drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann2020-05-191-47/+2
* drm/mgag200: Convert to simple KMS helperThomas Zimmermann2020-05-191-1/+1
* drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann2020-05-111-1/+1
* drm/mgag200: Set up fbdev after registering device; remove error checksThomas Zimmermann2020-04-081-0/+2
* drm/mgag200: Add module parameter to pin all buffers at offset 0Thomas Zimmermann2020-01-071-0/+14
* drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann2020-01-071-2/+1
* drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann2020-01-071-1/+1
* drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann2020-01-061-1/+1