summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorFilesLines
2026-05-08Merge tag 'drm-misc-next-2026-05-07' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+0
2026-05-07drm/mgag200: Drop unused include of <drm/drm_pciids.h>Uwe Kleine-König (The Capable Hub)1-1/+0
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie3-58/+55
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard12-44/+44
2026-04-20drm/mgag200: Enable DRM_FORMAT_XRGB1555 on the primary planeThomas Zimmermann2-0/+9
2026-04-20drm/mgag200: Enable DRM_FORMAT_C8 on the primary planeThomas Zimmermann1-0/+7
2026-04-20drm/mgag200: g200se: Set hiprilvl from DRM formatThomas Zimmermann1-3/+9
2026-04-20drm/mgag200: Simplify offset calculationThomas Zimmermann1-27/+1
2026-04-20drm/mgag200: Set scale from DRM formatThomas Zimmermann2-13/+18
2026-04-20drm/mgag200: Set xmulctrl from DRM formatThomas Zimmermann1-15/+11
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+3
2026-02-04drm/mgag200: fix mgag200_bmc_stop_scanout()Jacob Keller2-19/+18
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+25
2025-12-10drm/mgag200: Fix big-endian supportRené Rebe1-0/+25
2025-10-31drm: include drm_print.h where neededJani Nikula12-0/+12
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-58/+44
2025-06-13drm/mgag200: Do not include <linux/export.h>Thomas Zimmermann1-1/+0
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-05-26drm/mgag200: Use helpers for programming gamma rampsThomas Zimmermann5-58/+44
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+1
2025-04-17drm/mgag200: Fix value in <VBLKSTR> registerThomas Zimmermann1-1/+1
2025-02-11drm/mgag200: Added support for the new device G200eH5Gwenael Georgeault4-0/+212
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula2-2/+0
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie11-178/+6
2024-10-17Revert "drm/mgag200: Add vblank support"Thomas Zimmermann11-178/+6
2024-10-14drm/mgag200: Use video aperture helpersThomas Zimmermann1-2/+2
2024-09-26drm/mgag200: Run DRM default client setupThomas Zimmermann2-2/+6
2024-08-09drm/mgag200: Remove BMC outputThomas Zimmermann9-140/+0
2024-08-09drm/mgag200: vga-bmc: Control BMC scanout from encoderThomas Zimmermann5-15/+20
2024-08-09drm/mgag200: vga-bmc: Control CRTC VIDRST flag from encoderThomas Zimmermann2-3/+18
2024-08-09drm/mgag200: vga-bmc: Transparently handle BMCThomas Zimmermann1-2/+48
2024-08-09drm/mgag200: Add VGA-BMC outputThomas Zimmermann10-7/+83
2024-08-01drm/mgag200: Fix VBLANK interrupt handlingThomas Zimmermann3-3/+12
2024-07-19drm/mgag200: Implement struct drm_crtc_funcs.get_vblank_timestampThomas Zimmermann2-2/+33
2024-07-19drm/mgag200: Add vblank supportThomas Zimmermann12-2/+143
2024-07-19drm/mgag200: Add dedicted variable for <linecomp> fieldThomas Zimmermann1-4/+7
2024-07-19drm/mgag200: Add dedicated variables for blanking fieldsThomas Zimmermann1-13/+16
2024-07-19drm/mgag200: Use adjusted mode values for CRTCsThomas Zimmermann1-8/+8
2024-07-19drm/mgag200: Align register field names with documentationThomas Zimmermann1-27/+27
2024-07-19drm/mgag200: Use hexadecimal register indecesThomas Zimmermann1-25/+25
2024-07-15drm/mgag200: Rename BMC vidrst namesThomas Zimmermann6-20/+20
2024-07-15drm/mgag200: Remove vidrst callbacks from struct mgag200_device_funcsThomas Zimmermann7-42/+10
2024-07-15drm/mgag200: Only set VIDRST bits in CRTC modesettingThomas Zimmermann6-13/+15
2024-07-03drm/mgag200: Rename constant MGAREG_Status to MGAREG_STATUSThomas Zimmermann2-4/+4
2024-06-13drm/mgag200: Set .detect_ctx() and enable connector pollingThomas Zimmermann9-1/+13
2024-06-13drm/mgag200: Add BMC outputThomas Zimmermann9-0/+145