index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mgag200
/
mgag200_drv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
2022-11-05
1
-1
/
+0
*
drm/mgag200: Remove type field from struct mga_device
Thomas Zimmermann
2022-07-29
1
-17
/
+12
*
drm/mgag200: Move CRTC atomic_enable to model-specific code
Thomas Zimmermann
2022-07-29
1
-3
/
+3
*
drm/mgag200: Move mode-config to model-specific code
Thomas Zimmermann
2022-07-29
1
-2
/
+76
*
drm/mgag200: Provide per-device callbacks for PIXPLLC
Thomas Zimmermann
2022-07-29
1
-16
/
+16
*
drm/mgag200: Provide per-device callbacks for BMC synchronization
Thomas Zimmermann
2022-07-29
1
-0
/
+15
*
drm/mgag200: Add per-device callbacks
Thomas Zimmermann
2022-07-29
1
-1
/
+6
*
drm/mgag200: Replace simple-KMS with regular atomic helpers
Thomas Zimmermann
2022-07-29
1
-2
/
+6
*
drm/mgag200: Store primary plane's color format in CRTC state
Thomas Zimmermann
2022-07-29
1
-0
/
+3
*
drm/mgag200: Move DAC-register setup into model-specific code
Thomas Zimmermann
2022-07-29
1
-0
/
+30
*
drm/mgag200: Store positions of I2C data and clock bits in device info
Thomas Zimmermann
2022-06-07
1
-1
/
+11
*
drm/mgag200: Store vidrst flag in device info
Thomas Zimmermann
2022-06-07
1
-1
/
+5
*
drm/mgag200: Store maximum resolution and memory bandwidth in device info
Thomas Zimmermann
2022-06-07
1
-1
/
+14
*
drm/mgag200: Store HW_BUG_NO_STARTADD flag in device info
Thomas Zimmermann
2022-06-07
1
-18
/
+17
*
drm/mgag200: Add struct mgag200_device_info
Thomas Zimmermann
2022-06-07
1
-1
/
+11
*
drm/mgag200: Implement new init logic
Thomas Zimmermann
2022-06-07
1
-15
/
+6
*
drm/mgag200: Call mgag200_device_probe_vram() from per-model init
Thomas Zimmermann
2022-06-07
1
-2
/
+4
*
drm/mgag200: Move PCI-option setup into model-specific code
Thomas Zimmermann
2022-06-07
1
-0
/
+1
*
drm/mgag200: Initialize each model in separate function
Thomas Zimmermann
2022-06-07
1
-12
/
+47
*
drm/mgag200: Remove struct mga_connector
Thomas Zimmermann
2022-05-17
1
-7
/
+1
*
drm/mgag200: Switch I2C code to managed cleanup
Thomas Zimmermann
2022-05-17
1
-3
/
+2
*
drm/mgag200: Protect concurrent access to I/O registers with lock
Thomas Zimmermann
2022-05-05
1
-0
/
+1
*
drm/mgag200: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
2021-09-23
1
-2
/
+0
*
drm/mgag200: Compute PLL values during atomic check
Thomas Zimmermann
2021-08-08
1
-0
/
+2
*
drm/mgag200: Introduce custom CRTC state
Thomas Zimmermann
2021-08-08
1
-0
/
+9
*
drm/mgag200: Abstract pixel PLL via struct mgag200_pll
Thomas Zimmermann
2021-08-08
1
-1
/
+18
*
drm/mgag200: Split PLL setup into compute and update functions
Thomas Zimmermann
2021-08-08
1
-0
/
+17
*
drm/mgag200: Select clock in PLL update functions
Thomas Zimmermann
2021-08-08
1
-0
/
+16
*
drm/mgag200: Constify LUT for programming bpp
Thomas Zimmermann
2021-07-05
1
-2
/
+0
*
drm/mgag200: Extract device type and flags in mgag200_pci_probe()
Thomas Zimmermann
2021-07-05
1
-12
/
+0
*
drm/mgag200: Add support for G200 desktop cards
Thomas Zimmermann
2020-08-03
1
-0
/
+10
*
drm/mgag200: Move G200SE's unique id into model-specific data
Thomas Zimmermann
2020-08-03
1
-2
/
+6
*
drm/mgag200: Initialize PCI registers early during device setup
Thomas Zimmermann
2020-08-03
1
-1
/
+0
*
drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()
Thomas Zimmermann
2020-07-14
1
-0
/
+6
*
drm/mgag200: Embed instance of struct drm_device in struct mga_device
Thomas Zimmermann
2020-06-11
1
-2
/
+2
*
drm/mgag200: Move device init and cleanup to mgag200_drv.c
Thomas Zimmermann
2020-06-11
1
-4
/
+0
*
drm/mgag200: Switch to managed MM
Thomas Zimmermann
2020-06-11
1
-1
/
+0
*
drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.c
Thomas Zimmermann
2020-06-11
1
-0
/
+1
*
drm/mgag200: Remove declaration of mgag200_mmap() from header file
Thomas Zimmermann
2020-06-11
1
-1
/
+0
*
drm/mgag200: Replace VRAM helpers with SHMEM helpers
Thomas Zimmermann
2020-05-19
1
-2
/
+3
*
drm/mgag200: Use simple-display data structures
Thomas Zimmermann
2020-05-19
1
-13
/
+2
*
drm/mgag200: Remove out-commented suspend/resume helpers
Thomas Zimmermann
2020-05-19
1
-1
/
+0
*
drm/mgag200: Move TAGFIFO reset into separate function
Thomas Zimmermann
2020-05-19
1
-0
/
+6
*
drm/mgag200: Clean up mga_set_start_address()
Thomas Zimmermann
2020-05-19
1
-0
/
+5
*
drm/mgag200: Remove HW cursor
Thomas Zimmermann
2020-05-19
1
-13
/
+0
*
drm/mgag200: Embed connector instance in struct mga_device
Thomas Zimmermann
2020-05-11
1
-0
/
+1
*
drm/mgag200: Remove unused fields from struct mga_device
Thomas Zimmermann
2020-05-11
1
-8
/
+0
*
drm/mgag200: Use managed mode-config initialization
Thomas Zimmermann
2020-05-11
1
-1
/
+0
*
drm/mgag200: Convert struct drm_device to struct mga_device with helper
Thomas Zimmermann
2020-05-11
1
-0
/
+5
*
drm/mgag200: Use simple encoder
Thomas Zimmermann
2020-03-02
1
-7
/
+2
[next]