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
/
ast
/
ast_drv.h
Age
Commit message (
Expand
)
Author
2023-10-19
drm/ast: Move register constants to ast_reg.h
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_R
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_R
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRI
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDR
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWR
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRR
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRI
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAER
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_W
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_W
Thomas Zimmermann
2023-07-28
drm/ast: report connection status on Display Port.
Jocelyn Falempe
2023-07-28
drm/ast: Add BMC virtual connector
Jocelyn Falempe
2023-06-27
drm/ast: Detect AST 2510 model
Thomas Zimmermann
2023-06-27
drm/ast: Detect AST 1400 model
Thomas Zimmermann
2023-06-27
drm/ast: Detect AST 1300 model
Thomas Zimmermann
2023-06-27
drm/ast: Distinguish among chip generations
Thomas Zimmermann
2023-06-27
drm/ast: Enable and unlock device access early during init
Thomas Zimmermann
2023-06-27
drm/ast: Set PCI config before accessing I/O registers
Thomas Zimmermann
2023-06-27
drm/ast: Implement register helpers in ast_drv.h
Thomas Zimmermann
2023-06-27
drm/ast: Remove vga2_clone field
Thomas Zimmermann
2023-05-31
drm/ast: Fix long time waiting on s3/s4 resume
Jammy Huang
2023-03-01
drm/ast: Rename to_ast_private() to to_ast_device()
Thomas Zimmermann
2023-03-01
drm/ast: Rename struct ast_private to struct ast_device
Thomas Zimmermann
2023-03-01
drm/ast: Rework definition of I/O read and write helpers
Thomas Zimmermann
2023-03-01
drm/ast: Remove little-endianism from I/O helpers
Thomas Zimmermann
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
2022-10-16
drm/ast: Convert ast to SHMEM
Thomas Zimmermann
2022-10-16
drm/ast: Rename struct ast_cursor_plane to struct ast_plane
Thomas Zimmermann
2022-10-16
drm/ast: Remove cursor double buffering
Thomas Zimmermann
2022-06-24
drm/ast: Fixed the casting issue reported by sparse
KuoHsiang Chou
2022-06-08
drm/ast: Support multiple outputs
Thomas Zimmermann
2022-05-05
drm/ast: Protect concurrent access to I/O registers with lock
Thomas Zimmermann
2022-05-03
drm/ast: Create the driver for ASPEED proprietory Display-Port
KuoHsiang Chou
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-02-08
drm/ast: Move SIL164-based connector code into separate helpers
Thomas Zimmermann
2022-02-08
drm/ast: Move DP501-based connector code into separate helpers
Thomas Zimmermann
2022-02-08
drm/ast: Initialize encoder and connector for VGA in helper function
Thomas Zimmermann
2022-02-08
drm/ast: Rename struct ast_connector to struct ast_vga_connector
Thomas Zimmermann
2022-02-08
drm/ast: Remove unused value dp501_maxclk
Thomas Zimmermann
2022-02-08
drm/ast: Remove AST_TX_ITE66121 constant
Thomas Zimmermann
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
2021-12-16
drm/ast: Move I2C code into separate source file
Thomas Zimmermann
2021-09-23
drm/ast: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
2021-07-20
drm/ast: Disable fast reset after DRAM initial
KuoHsiang Chou
2021-04-27
drm/ast: Fixed CVE for DP501
KuoHsiang Chou
2021-02-17
drm/ast: Store each HW cursor offset after pinning the rsp BO
Thomas Zimmermann
2021-02-17
drm/ast: Map HW cursor BOs permanently
Thomas Zimmermann
2021-02-17
drm/ast: Store cursor BOs in cursor plane
Thomas Zimmermann
[next]