index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mgag200
/
mgag200_drv.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-05-11
drm/mgag200: Convert struct drm_device to struct mga_device with helper
Thomas Zimmermann
1
-0
/
+5
2020-03-02
drm/mgag200: Use simple encoder
Thomas Zimmermann
1
-7
/
+2
2019-11-27
drm/mgag200: Add workaround for HW that does not support 'startadd'
Thomas Zimmermann
1
-0
/
+3
2019-11-27
drm/mgag200: Store flags from PCI driver data in device structure
Thomas Zimmermann
1
-0
/
+8
2019-11-27
drm/mgag200: Extract device type from flags
Thomas Zimmermann
1
-0
/
+7
2019-10-04
drm/mgag200: Allocate cursor BOs at high end of video memory
Thomas Zimmermann
1
-10
/
+2
2019-10-04
drm/mgag200: Reserve video memory for cursor plane
Thomas Zimmermann
1
-0
/
+2
2019-10-04
drm/mgag200: Add init and fini functions for cursor handling
Thomas Zimmermann
1
-0
/
+2
2019-10-04
drm/mgag200: Rename cursor functions to use mgag200_ prefix
Thomas Zimmermann
1
-3
/
+3
2019-09-12
drm/vram: Move VRAM memory manager to GEM VRAM implementation
Thomas Zimmermann
1
-1
/
+0
2019-07-09
drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulation
Thomas Zimmermann
1
-19
/
+0
2019-06-30
drm/mgag200: drop use of drmP.h
Sam Ravnborg
1
-5
/
+3
[next]