summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_drv.h
AgeCommit message (Expand)Author
2024-04-15drm/mgag200: Add drm_panic supportJocelyn Falempe
2023-12-20drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SEJocelyn Falempe
2023-02-20drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann
2022-07-29drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann
2022-07-29drm/mgag200: Move CRTC atomic_enable to model-specific codeThomas Zimmermann
2022-07-29drm/mgag200: Move mode-config to model-specific codeThomas Zimmermann
2022-07-29drm/mgag200: Provide per-device callbacks for PIXPLLCThomas Zimmermann
2022-07-29drm/mgag200: Provide per-device callbacks for BMC synchronizationThomas Zimmermann
2022-07-29drm/mgag200: Add per-device callbacksThomas Zimmermann
2022-07-29drm/mgag200: Replace simple-KMS with regular atomic helpersThomas Zimmermann
2022-07-29drm/mgag200: Store primary plane's color format in CRTC stateThomas Zimmermann
2022-07-29drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann
2022-06-07drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann
2022-06-07drm/mgag200: Store vidrst flag in device infoThomas Zimmermann
2022-06-07drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas 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-17drm/mgag200: Remove struct mga_connectorThomas Zimmermann
2022-05-17drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann
2022-05-05drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann
2021-09-23drm/mgag200: Use managed interfaces for framebuffer write combiningThomas Zimmermann
2021-08-08drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann
2021-08-08drm/mgag200: Introduce custom CRTC stateThomas Zimmermann
2021-08-08drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann
2021-08-08drm/mgag200: Split PLL setup into compute and update functionsThomas Zimmermann
2021-08-08drm/mgag200: Select clock in PLL update functionsThomas Zimmermann
2021-07-05drm/mgag200: Constify LUT for programming bppThomas Zimmermann
2021-07-05drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas 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: Initialize PCI registers early during device setupThomas Zimmermann
2020-07-14drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann
2020-06-11drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann
2020-06-11drm/mgag200: Switch to managed MMThomas Zimmermann
2020-06-11drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.cThomas Zimmermann
2020-06-11drm/mgag200: Remove declaration of mgag200_mmap() from header fileThomas Zimmermann
2020-05-19drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann
2020-05-19drm/mgag200: Use simple-display data structuresThomas Zimmermann
2020-05-19drm/mgag200: Remove out-commented suspend/resume helpersThomas Zimmermann
2020-05-19drm/mgag200: Move TAGFIFO reset into separate functionThomas Zimmermann
2020-05-19drm/mgag200: Clean up mga_set_start_address()Thomas Zimmermann
2020-05-19drm/mgag200: Remove HW cursorThomas Zimmermann
2020-05-11drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann
2020-05-11drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann