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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
drm/mgag200: Use managed device initialization
Thomas Zimmermann
1
-22
/
+8
2020-06-11
drm/mgag200: Embed instance of struct drm_device in struct mga_device
Thomas Zimmermann
4
-38
/
+27
2020-06-11
drm/mgag200: Allocate device structures in mgag200_driver_load()
Thomas Zimmermann
1
-17
/
+21
2020-06-11
drm/mgag200: Separate device initialization into allocation
Thomas Zimmermann
1
-10
/
+22
2020-06-11
drm/mgag200: Move device init and cleanup to mgag200_drv.c
Thomas Zimmermann
4
-83
/
+69
2020-06-11
drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_
Thomas Zimmermann
1
-10
/
+10
2020-06-11
drm/mgag200: Separate DRM and PCI functionality from each other
Thomas Zimmermann
1
-21
/
+21
2020-06-11
drm/mgag200: Switch to managed MM
Thomas Zimmermann
3
-18
/
+16
2020-06-11
drm/mgag200: Merge VRAM setup into MM initialization
Thomas Zimmermann
2
-75
/
+52
2020-06-11
drm/mgag200: Lookup VRAM PCI BAR start and length only once
Thomas Zimmermann
1
-8
/
+9
2020-06-11
drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.c
Thomas Zimmermann
3
-2
/
+3
2020-06-11
drm/mgag200: Use pcim_enable_device()
Thomas Zimmermann
1
-7
/
+3
2020-06-11
drm/mgag200: Remove mgag200_cursor.c
Thomas Zimmermann
1
-319
/
+0
2020-06-11
drm/mgag200: Remove declaration of mgag200_mmap() from header file
Thomas Zimmermann
1
-1
/
+0
2020-05-20
drm/mgag200: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-4
/
+4
2020-05-19
drm/mgag200: Replace VRAM helpers with SHMEM helpers
Thomas Zimmermann
5
-88
/
+56
2020-05-19
drm/mgag200: Convert to simple KMS helper
Thomas Zimmermann
2
-152
/
+164
2020-05-19
drm/mgag200: Use simple-display data structures
Thomas Zimmermann
2
-35
/
+8
2020-05-19
drm/mgag200: Remove out-commented suspend/resume helpers
Thomas Zimmermann
2
-72
/
+0
2020-05-19
drm/mgag200: Move register initialization into separate function
Thomas Zimmermann
1
-114
/
+147
2020-05-19
drm/mgag200: Move hiprilvl setting into separate functions
Thomas Zimmermann
1
-44
/
+54
2020-05-19
drm/mgag200: Move TAGFIFO reset into separate function
Thomas Zimmermann
3
-16
/
+38
2020-05-19
drm/mgag200: Set primary plane's format in separate helper function
Thomas Zimmermann
1
-40
/
+69
2020-05-19
drm/mgag200: Set pitch in a separate helper function
Thomas Zimmermann
2
-14
/
+45
2020-05-19
drm/mgag200: Update mode registers after plane registers
Thomas Zimmermann
1
-2
/
+2
2020-05-19
drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O
Thomas Zimmermann
2
-13
/
+31
2020-05-19
drm/mgag200: Move mode-setting code into separate helper function
Thomas Zimmermann
1
-62
/
+78
2020-05-19
drm/mgag200: Clean up mga_crtc_do_set_base()
Thomas Zimmermann
1
-9
/
+9
2020-05-19
drm/mgag200: Clean up mga_set_start_address()
Thomas Zimmermann
2
-34
/
+53
2020-05-19
drm/mgag200: Remove HW cursor
Thomas Zimmermann
4
-21
/
+1
2020-05-11
drm/mgag200: Embed connector instance in struct mga_device
Thomas Zimmermann
2
-24
/
+33
2020-05-11
drm/mgag200: Remove unused fields from struct mga_device
Thomas Zimmermann
3
-17
/
+0
2020-05-11
drm/mgag200: Use managed mode-config initialization
Thomas Zimmermann
3
-32
/
+31
2020-05-11
drm/mgag200: Integrate init function into load function
Thomas Zimmermann
1
-40
/
+19
2020-05-11
drm/mgag200: Remove several references to struct mga_device.dev
Thomas Zimmermann
2
-19
/
+21
2020-05-11
drm/mgag200: Convert struct drm_device to struct mga_device with helper
Thomas Zimmermann
6
-19
/
+24
2020-04-08
drm/mgag200: Set up fbdev after registering device; remove error checks
Thomas Zimmermann
2
-4
/
+2
2020-03-02
drm/mgag200: Use simple encoder
Thomas Zimmermann
2
-82
/
+13
2020-01-07
drm/mgag200: Add module parameter to pin all buffers at offset 0
Thomas Zimmermann
1
-0
/
+14
2020-01-07
drm/vram-helper: Remove BO device from public interface
Thomas Zimmermann
2
-4
/
+2
2020-01-07
drm/vram-helper: Remove interruptible flag from public interface
Thomas Zimmermann
2
-2
/
+2
2020-01-06
drm/vram: Support scanline alignment for dumb buffers
Thomas Zimmermann
1
-1
/
+1
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
7
-17
/
+52
2019-12-06
drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>
Thomas Zimmermann
1
-2
/
+1
2019-12-05
drm/mgag200: Debug-print unique revisions id on G200 SE
Thomas Zimmermann
1
-1
/
+4
2019-12-05
drm/mgag200: Call mgag200_driver_{load, unload}() before registering device
Thomas Zimmermann
1
-6
/
+38
2019-12-05
drm/mgag200: Don't include <drm/drm_pci.h>
Thomas Zimmermann
5
-6
/
+6
2019-11-27
drm/mgag200: Add workaround for HW that does not support 'startadd'
Thomas Zimmermann
2
-1
/
+38
2019-11-27
drm/mgag200: Store flags from PCI driver data in device structure
Thomas Zimmermann
2
-0
/
+9
2019-11-27
drm/mgag200: Extract device type from flags
Thomas Zimmermann
2
-1
/
+8
[next]