index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2023-12-20
drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
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
2020-07-14
drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()
Thomas Zimmermann
1
-0
/
+6
2020-06-11
drm/mgag200: Embed instance of struct drm_device in struct mga_device
Thomas Zimmermann
1
-2
/
+2
2020-06-11
drm/mgag200: Move device init and cleanup to mgag200_drv.c
Thomas Zimmermann
1
-4
/
+0
2020-06-11
drm/mgag200: Switch to managed MM
Thomas Zimmermann
1
-1
/
+0
2020-06-11
drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.c
Thomas Zimmermann
1
-0
/
+1
2020-06-11
drm/mgag200: Remove declaration of mgag200_mmap() from header file
Thomas Zimmermann
1
-1
/
+0
2020-05-19
drm/mgag200: Replace VRAM helpers with SHMEM helpers
Thomas Zimmermann
1
-2
/
+3
2020-05-19
drm/mgag200: Use simple-display data structures
Thomas Zimmermann
1
-13
/
+2
2020-05-19
drm/mgag200: Remove out-commented suspend/resume helpers
Thomas Zimmermann
1
-1
/
+0
2020-05-19
drm/mgag200: Move TAGFIFO reset into separate function
Thomas Zimmermann
1
-0
/
+6
2020-05-19
drm/mgag200: Clean up mga_set_start_address()
Thomas Zimmermann
1
-0
/
+5
2020-05-19
drm/mgag200: Remove HW cursor
Thomas Zimmermann
1
-13
/
+0
2020-05-11
drm/mgag200: Embed connector instance in struct mga_device
Thomas Zimmermann
1
-0
/
+1
2020-05-11
drm/mgag200: Remove unused fields from struct mga_device
Thomas Zimmermann
1
-8
/
+0
2020-05-11
drm/mgag200: Use managed mode-config initialization
Thomas Zimmermann
1
-1
/
+0
[next]