index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mgag200
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+3
2026-02-04
drm/mgag200: fix mgag200_bmc_stop_scanout()
Jacob Keller
-19
/
+18
2025-12-13
Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-0
/
+25
2025-12-10
drm/mgag200: Fix big-endian support
René Rebe
-0
/
+25
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
-0
/
+12
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-58
/
+44
2025-06-13
drm/mgag200: Do not include <linux/export.h>
Thomas Zimmermann
-1
/
+0
2025-06-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-1
/
+1
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2025-05-26
drm/mgag200: Use helpers for programming gamma ramps
Thomas Zimmermann
-58
/
+44
2025-04-23
PCI: Add CONFIG_MMU dependency
Arnd Bergmann
-1
/
+1
2025-04-17
drm/mgag200: Fix value in <VBLKSTR> register
Thomas Zimmermann
-1
/
+1
2025-02-11
drm/mgag200: Added support for the new device G200eH5
Gwenael Georgeault
-0
/
+212
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
-2
/
+0
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
-1
/
+1
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
-178
/
+6
2024-10-17
Revert "drm/mgag200: Add vblank support"
Thomas Zimmermann
-178
/
+6
2024-10-14
drm/mgag200: Use video aperture helpers
Thomas Zimmermann
-2
/
+2
2024-09-26
drm/mgag200: Run DRM default client setup
Thomas Zimmermann
-2
/
+6
2024-08-09
drm/mgag200: Remove BMC output
Thomas Zimmermann
-140
/
+0
2024-08-09
drm/mgag200: vga-bmc: Control BMC scanout from encoder
Thomas Zimmermann
-15
/
+20
2024-08-09
drm/mgag200: vga-bmc: Control CRTC VIDRST flag from encoder
Thomas Zimmermann
-3
/
+18
2024-08-09
drm/mgag200: vga-bmc: Transparently handle BMC
Thomas Zimmermann
-2
/
+48
2024-08-09
drm/mgag200: Add VGA-BMC output
Thomas Zimmermann
-7
/
+83
2024-08-01
drm/mgag200: Fix VBLANK interrupt handling
Thomas Zimmermann
-3
/
+12
2024-07-19
drm/mgag200: Implement struct drm_crtc_funcs.get_vblank_timestamp
Thomas Zimmermann
-2
/
+33
2024-07-19
drm/mgag200: Add vblank support
Thomas Zimmermann
-2
/
+143
2024-07-19
drm/mgag200: Add dedicted variable for <linecomp> field
Thomas Zimmermann
-4
/
+7
2024-07-19
drm/mgag200: Add dedicated variables for blanking fields
Thomas Zimmermann
-13
/
+16
2024-07-19
drm/mgag200: Use adjusted mode values for CRTCs
Thomas Zimmermann
-8
/
+8
2024-07-19
drm/mgag200: Align register field names with documentation
Thomas Zimmermann
-27
/
+27
2024-07-19
drm/mgag200: Use hexadecimal register indeces
Thomas Zimmermann
-25
/
+25
2024-07-15
drm/mgag200: Rename BMC vidrst names
Thomas Zimmermann
-20
/
+20
2024-07-15
drm/mgag200: Remove vidrst callbacks from struct mgag200_device_funcs
Thomas Zimmermann
-42
/
+10
2024-07-15
drm/mgag200: Only set VIDRST bits in CRTC modesetting
Thomas Zimmermann
-13
/
+15
2024-07-03
drm/mgag200: Rename constant MGAREG_Status to MGAREG_STATUS
Thomas Zimmermann
-4
/
+4
2024-06-13
drm/mgag200: Set .detect_ctx() and enable connector polling
Thomas Zimmermann
-1
/
+13
2024-06-13
drm/mgag200: Add BMC output
Thomas Zimmermann
-0
/
+145
2024-06-13
drm/mgag200: Consolidate VGA output
Thomas Zimmermann
-368
/
+95
2024-05-21
drm/mgag200: Add an option to disable Write-Combine
Jocelyn Falempe
-0
/
+16
2024-05-21
Revert "drm/mgag200: Add a workaround for low-latency"
Jocelyn Falempe
-37
/
+0
2024-05-17
drm/mgag200: Use drm_connector_helper_get_modes()
Thomas Zimmermann
-20
/
+1
2024-05-17
drm/mgag200: Acquire I/O-register lock in DDC code
Thomas Zimmermann
-9
/
+24
2024-05-17
drm/mgag200: Rename struct i2c_algo_bit_data callbacks
Thomas Zimmermann
-8
/
+8
2024-05-17
drm/mgag200: Rename mgag200_i2c.c to mgag200_ddc.c
Thomas Zimmermann
-1
/
+1
2024-05-17
drm/mgag200: Replace struct mga_i2c_chan with struct mgag200_ddc
Thomas Zimmermann
-33
/
+33
2024-05-17
drm/mgag200: Inline mgag200_i2c_init()
Thomas Zimmermann
-33
/
+29
2024-05-17
drm/mgag200: Allocate instance of struct mga_i2c_chan dynamically
Thomas Zimmermann
-45
/
+79
[next]