index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mgag200
/
mgag200_drv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
Revert "drm/mgag200: Add vblank support"
Thomas Zimmermann
1
-12
/
+2
2024-08-09
drm/mgag200: Remove BMC output
drm-misc-next-2024-08-09
Thomas Zimmermann
1
-10
/
+0
2024-08-09
drm/mgag200: Add VGA-BMC output
Thomas Zimmermann
1
-0
/
+3
2024-07-19
drm/mgag200: Implement struct drm_crtc_funcs.get_vblank_timestamp
Thomas Zimmermann
1
-2
/
+8
2024-07-19
drm/mgag200: Add vblank support
Thomas Zimmermann
1
-1
/
+5
2024-07-15
drm/mgag200: Rename BMC vidrst names
Thomas Zimmermann
1
-7
/
+7
2024-07-15
drm/mgag200: Remove vidrst callbacks from struct mgag200_device_funcs
Thomas Zimmermann
1
-12
/
+0
2024-07-15
drm/mgag200: Only set VIDRST bits in CRTC modesetting
Thomas Zimmermann
1
-1
/
+4
2024-06-13
drm/mgag200: Add BMC output
Thomas Zimmermann
1
-0
/
+10
2024-06-13
drm/mgag200: Consolidate VGA output
Thomas Zimmermann
1
-15
/
+9
2024-05-17
drm/mgag200: Use drm_connector_helper_get_modes()
Thomas Zimmermann
1
-3
/
+1
2024-05-17
drm/mgag200: Replace struct mga_i2c_chan with struct mgag200_ddc
Thomas Zimmermann
1
-10
/
+0
2024-05-17
drm/mgag200: Allocate instance of struct mga_i2c_chan dynamically
Thomas Zimmermann
1
-4
/
+0
2024-05-17
drm/mgag200: Store pointer to struct mga_device in struct mga_i2c_chan
Thomas Zimmermann
1
-1
/
+1
2024-04-15
drm/mgag200: Add drm_panic support
Jocelyn Falempe
1
-1
/
+6
2023-12-20
drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
drm-misc-fixes-2024-01-03
Jocelyn Falempe
1
-0
/
+5
2023-02-20
drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enable
Thomas Zimmermann
1
-0
/
+3
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
1
-1
/
+0
2022-07-29
drm/mgag200: Remove type field from struct mga_device
Thomas Zimmermann
1
-17
/
+12
2022-07-29
drm/mgag200: Move CRTC atomic_enable to model-specific code
Thomas Zimmermann
1
-3
/
+3
2022-07-29
drm/mgag200: Move mode-config to model-specific code
Thomas Zimmermann
1
-2
/
+76
2022-07-29
drm/mgag200: Provide per-device callbacks for PIXPLLC
Thomas Zimmermann
1
-16
/
+16
2022-07-29
drm/mgag200: Provide per-device callbacks for BMC synchronization
Thomas Zimmermann
1
-0
/
+15
2022-07-29
drm/mgag200: Add per-device callbacks
Thomas Zimmermann
1
-1
/
+6
2022-07-29
drm/mgag200: Replace simple-KMS with regular atomic helpers
Thomas Zimmermann
1
-2
/
+6
2022-07-29
drm/mgag200: Store primary plane's color format in CRTC state
Thomas Zimmermann
1
-0
/
+3
2022-07-29
drm/mgag200: Move DAC-register setup into model-specific code
Thomas Zimmermann
1
-0
/
+30
2022-06-07
drm/mgag200: Store positions of I2C data and clock bits in device info
Thomas Zimmermann
1
-1
/
+11
2022-06-07
drm/mgag200: Store vidrst flag in device info
Thomas Zimmermann
1
-1
/
+5
2022-06-07
drm/mgag200: Store maximum resolution and memory bandwidth in device info
Thomas Zimmermann
1
-1
/
+14
2022-06-07
drm/mgag200: Store HW_BUG_NO_STARTADD flag in device info
Thomas Zimmermann
1
-18
/
+17
2022-06-07
drm/mgag200: Add struct mgag200_device_info
Thomas Zimmermann
1
-1
/
+11
2022-06-07
drm/mgag200: Implement new init logic
Thomas Zimmermann
1
-15
/
+6
2022-06-07
drm/mgag200: Call mgag200_device_probe_vram() from per-model init
Thomas Zimmermann
1
-2
/
+4
2022-06-07
drm/mgag200: Move PCI-option setup into model-specific code
Thomas Zimmermann
1
-0
/
+1
2022-06-07
drm/mgag200: Initialize each model in separate function
Thomas Zimmermann
1
-12
/
+47
2022-05-17
drm/mgag200: Remove struct mga_connector
Thomas Zimmermann
1
-7
/
+1
2022-05-17
drm/mgag200: Switch I2C code to managed cleanup
Thomas Zimmermann
1
-3
/
+2
2022-05-05
drm/mgag200: Protect concurrent access to I/O registers with lock
Thomas Zimmermann
1
-0
/
+1
2021-09-23
drm/mgag200: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
1
-2
/
+0
2021-08-08
drm/mgag200: Compute PLL values during atomic check
Thomas Zimmermann
1
-0
/
+2
2021-08-08
drm/mgag200: Introduce custom CRTC state
Thomas Zimmermann
1
-0
/
+9
2021-08-08
drm/mgag200: Abstract pixel PLL via struct mgag200_pll
Thomas Zimmermann
1
-1
/
+18
2021-08-08
drm/mgag200: Split PLL setup into compute and update functions
Thomas Zimmermann
1
-0
/
+17
2021-08-08
drm/mgag200: Select clock in PLL update functions
Thomas Zimmermann
1
-0
/
+16
2021-07-05
drm/mgag200: Constify LUT for programming bpp
Thomas Zimmermann
1
-2
/
+0
2021-07-05
drm/mgag200: Extract device type and flags in mgag200_pci_probe()
Thomas Zimmermann
1
-12
/
+0
2020-08-03
drm/mgag200: Add support for G200 desktop cards
Thomas Zimmermann
1
-0
/
+10
2020-08-03
drm/mgag200: Move G200SE's unique id into model-specific data
Thomas Zimmermann
1
-2
/
+6
2020-08-03
drm/mgag200: Initialize PCI registers early during device setup
Thomas Zimmermann
1
-1
/
+0
[next]