index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2024-04-15
drm/mgag200: Add drm_panic support
Jocelyn Falempe
2023-12-20
drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
Jocelyn Falempe
2023-02-20
drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enable
Thomas Zimmermann
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
2022-07-29
drm/mgag200: Remove type field from struct mga_device
Thomas Zimmermann
2022-07-29
drm/mgag200: Move CRTC atomic_enable to model-specific code
Thomas Zimmermann
2022-07-29
drm/mgag200: Move mode-config to model-specific code
Thomas Zimmermann
2022-07-29
drm/mgag200: Provide per-device callbacks for PIXPLLC
Thomas Zimmermann
2022-07-29
drm/mgag200: Provide per-device callbacks for BMC synchronization
Thomas Zimmermann
2022-07-29
drm/mgag200: Add per-device callbacks
Thomas Zimmermann
2022-07-29
drm/mgag200: Replace simple-KMS with regular atomic helpers
Thomas Zimmermann
2022-07-29
drm/mgag200: Store primary plane's color format in CRTC state
Thomas Zimmermann
2022-07-29
drm/mgag200: Move DAC-register setup into model-specific code
Thomas Zimmermann
2022-06-07
drm/mgag200: Store positions of I2C data and clock bits in device info
Thomas Zimmermann
2022-06-07
drm/mgag200: Store vidrst flag in device info
Thomas Zimmermann
2022-06-07
drm/mgag200: Store maximum resolution and memory bandwidth in device info
Thomas Zimmermann
2022-06-07
drm/mgag200: Store HW_BUG_NO_STARTADD flag in device info
Thomas Zimmermann
2022-06-07
drm/mgag200: Add struct mgag200_device_info
Thomas Zimmermann
2022-06-07
drm/mgag200: Implement new init logic
Thomas Zimmermann
2022-06-07
drm/mgag200: Call mgag200_device_probe_vram() from per-model init
Thomas Zimmermann
2022-06-07
drm/mgag200: Move PCI-option setup into model-specific code
Thomas Zimmermann
2022-06-07
drm/mgag200: Initialize each model in separate function
Thomas Zimmermann
2022-05-17
drm/mgag200: Remove struct mga_connector
Thomas Zimmermann
2022-05-17
drm/mgag200: Switch I2C code to managed cleanup
Thomas Zimmermann
2022-05-05
drm/mgag200: Protect concurrent access to I/O registers with lock
Thomas Zimmermann
2021-09-23
drm/mgag200: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
2021-08-08
drm/mgag200: Compute PLL values during atomic check
Thomas Zimmermann
2021-08-08
drm/mgag200: Introduce custom CRTC state
Thomas Zimmermann
2021-08-08
drm/mgag200: Abstract pixel PLL via struct mgag200_pll
Thomas Zimmermann
2021-08-08
drm/mgag200: Split PLL setup into compute and update functions
Thomas Zimmermann
2021-08-08
drm/mgag200: Select clock in PLL update functions
Thomas Zimmermann
2021-07-05
drm/mgag200: Constify LUT for programming bpp
Thomas Zimmermann
2021-07-05
drm/mgag200: Extract device type and flags in mgag200_pci_probe()
Thomas Zimmermann
2020-08-03
drm/mgag200: Add support for G200 desktop cards
Thomas Zimmermann
2020-08-03
drm/mgag200: Move G200SE's unique id into model-specific data
Thomas Zimmermann
2020-08-03
drm/mgag200: Initialize PCI registers early during device setup
Thomas Zimmermann
2020-07-14
drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()
Thomas Zimmermann
2020-06-11
drm/mgag200: Embed instance of struct drm_device in struct mga_device
Thomas Zimmermann
2020-06-11
drm/mgag200: Move device init and cleanup to mgag200_drv.c
Thomas Zimmermann
2020-06-11
drm/mgag200: Switch to managed MM
Thomas Zimmermann
2020-06-11
drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.c
Thomas Zimmermann
2020-06-11
drm/mgag200: Remove declaration of mgag200_mmap() from header file
Thomas Zimmermann
2020-05-19
drm/mgag200: Replace VRAM helpers with SHMEM helpers
Thomas Zimmermann
2020-05-19
drm/mgag200: Use simple-display data structures
Thomas Zimmermann
2020-05-19
drm/mgag200: Remove out-commented suspend/resume helpers
Thomas Zimmermann
2020-05-19
drm/mgag200: Move TAGFIFO reset into separate function
Thomas Zimmermann
2020-05-19
drm/mgag200: Clean up mga_set_start_address()
Thomas Zimmermann
2020-05-19
drm/mgag200: Remove HW cursor
Thomas Zimmermann
2020-05-11
drm/mgag200: Embed connector instance in struct mga_device
Thomas Zimmermann
2020-05-11
drm/mgag200: Remove unused fields from struct mga_device
Thomas Zimmermann
[next]