aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann2022-07-291-17/+12
* drm/mgag200: Move CRTC atomic_enable to model-specific codeThomas Zimmermann2022-07-291-3/+3
* drm/mgag200: Move mode-config to model-specific codeThomas Zimmermann2022-07-291-2/+76
* drm/mgag200: Provide per-device callbacks for PIXPLLCThomas Zimmermann2022-07-291-16/+16
* drm/mgag200: Provide per-device callbacks for BMC synchronizationThomas Zimmermann2022-07-291-0/+15
* drm/mgag200: Add per-device callbacksThomas Zimmermann2022-07-291-1/+6
* drm/mgag200: Replace simple-KMS with regular atomic helpersThomas Zimmermann2022-07-291-2/+6
* drm/mgag200: Store primary plane's color format in CRTC stateThomas Zimmermann2022-07-291-0/+3
* drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann2022-07-291-0/+30
* drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann2022-06-071-1/+11
* drm/mgag200: Store vidrst flag in device infoThomas Zimmermann2022-06-071-1/+5
* drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann2022-06-071-1/+14
* drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann2022-06-071-18/+17
* drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann2022-06-071-1/+11
* drm/mgag200: Implement new init logicThomas Zimmermann2022-06-071-15/+6
* drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann2022-06-071-2/+4
* drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann2022-06-071-0/+1
* drm/mgag200: Initialize each model in separate functionThomas Zimmermann2022-06-071-12/+47
* drm/mgag200: Remove struct mga_connectorThomas Zimmermann2022-05-171-7/+1
* drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann2022-05-171-3/+2
* drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann2022-05-051-0/+1
* drm/mgag200: Use managed interfaces for framebuffer write combiningThomas Zimmermann2021-09-231-2/+0
* drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann2021-08-081-0/+2
* drm/mgag200: Introduce custom CRTC stateThomas Zimmermann2021-08-081-0/+9
* drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann2021-08-081-1/+18
* drm/mgag200: Split PLL setup into compute and update functionsThomas Zimmermann2021-08-081-0/+17
* drm/mgag200: Select clock in PLL update functionsThomas Zimmermann2021-08-081-0/+16
* drm/mgag200: Constify LUT for programming bppThomas Zimmermann2021-07-051-2/+0
* drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas Zimmermann2021-07-051-12/+0
* drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann2020-08-031-0/+10
* drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann2020-08-031-2/+6
* drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann2020-08-031-1/+0
* drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann2020-07-141-0/+6
* drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann2020-06-111-2/+2
* drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann2020-06-111-4/+0
* drm/mgag200: Switch to managed MMThomas Zimmermann2020-06-111-1/+0
* drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.cThomas Zimmermann2020-06-111-0/+1
* drm/mgag200: Remove declaration of mgag200_mmap() from header fileThomas Zimmermann2020-06-111-1/+0
* drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann2020-05-191-2/+3
* drm/mgag200: Use simple-display data structuresThomas Zimmermann2020-05-191-13/+2
* drm/mgag200: Remove out-commented suspend/resume helpersThomas Zimmermann2020-05-191-1/+0
* drm/mgag200: Move TAGFIFO reset into separate functionThomas Zimmermann2020-05-191-0/+6
* drm/mgag200: Clean up mga_set_start_address()Thomas Zimmermann2020-05-191-0/+5
* drm/mgag200: Remove HW cursorThomas Zimmermann2020-05-191-13/+0
* drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann2020-05-111-0/+1
* drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann2020-05-111-8/+0
* drm/mgag200: Use managed mode-config initializationThomas Zimmermann2020-05-111-1/+0
* drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann2020-05-111-0/+5
* drm/mgag200: Use simple encoderThomas Zimmermann2020-03-021-7/+2