index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
drm/ast: Swap framebuffer writes on big-endian machines
René Rebe
2
-5
/
+17
2025-11-21
Merge tag 'v6.18-rc6' into drm-next
Dave Airlie
1
-4
/
+4
2025-11-10
drm/ast: Handle framebuffer from dma-buf
Jocelyn Falempe
1
-3
/
+8
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
1
-0
/
+1
2025-10-30
drm/ast: Clear preserved bits from register output value
Thomas Zimmermann
1
-4
/
+4
2025-10-24
Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
10
-40
/
+103
2025-10-21
Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
13
-342
/
+788
2025-10-15
drm/ast: Store HSync adjustment in device quirks
Thomas Zimmermann
3
-2
/
+8
2025-10-15
drm/ast: Store precatch settings in struct ast_device_quirks
Thomas Zimmermann
4
-9
/
+16
2025-10-15
drm/ast: Store CRTC memory request threshold in device quirks
Thomas Zimmermann
9
-14
/
+24
2025-10-15
drm/ast: Support device quirks
Thomas Zimmermann
9
-9
/
+38
2025-10-15
drm/ast: Store DRAM clock table in struct ast_device
Thomas Zimmermann
9
-6
/
+17
2025-10-15
drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync off
Thomas Zimmermann
2
-8
/
+11
2025-10-13
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+1
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
3
-140
/
+52
2025-09-29
drm/ast: Remove generic device initialization
Thomas Zimmermann
4
-166
/
+2
2025-09-29
drm/ast: Move Gen7 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+74
2025-09-29
drm/ast: Move Gen6 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+75
2025-09-29
drm/ast: Move Gen5 device initialization into separate helper
Thomas Zimmermann
4
-0
/
+107
2025-09-29
drm/ast: Move Gen4 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+71
2025-09-29
drm/ast: Move Gen3 device initialization into separate helper
Thomas Zimmermann
4
-0
/
+99
2025-09-29
drm/ast: Move Gen2 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+65
2025-09-29
drm/ast: Move Gen1 device initialization into separate helper
Thomas Zimmermann
3
-0
/
+52
2025-09-29
drm/ast: Prepare per-Gen device initialization
Thomas Zimmermann
3
-7
/
+28
2025-09-29
drm/ast: Split ast_detect_tx_chip() per chip generation
Thomas Zimmermann
5
-89
/
+119
2025-09-29
drm/ast: Move mode-detection helpers to Gen2 source files
Thomas Zimmermann
3
-27
/
+33
2025-09-29
drm/ast: Move display-clock tables to per-Gen source files
Thomas Zimmermann
5
-62
/
+72
2025-09-19
drm/ast: Use msleep instead of mdelay for edid read
Nirmoy Das
1
-1
/
+1
2025-09-05
drm/ast: ast_2100: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-09-04
drm/ast: Put AST_DRAM_ constants into enum ast_dram_layout
Thomas Zimmermann
2
-18
/
+19
2025-09-04
drm/ast: Move DRAM info next to its only user
Thomas Zimmermann
3
-88
/
+44
2025-09-04
drm/ast: Remove unused SCU-MPLL and SCU-STRAP values
Thomas Zimmermann
1
-11
/
+2
2025-09-04
drm/ast: Remove unused mclk field
Thomas Zimmermann
2
-27
/
+0
2025-09-04
drm/ast: Remove unused dram_bus_width field
Thomas Zimmermann
2
-7
/
+0
2025-09-04
drm/ast: Do not print DRAM info
Thomas Zimmermann
1
-2
/
+0
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
12
-2242
/
+2573
2025-07-09
drm/ast: Gen7: Switch default registers to gen4+ state
Thomas Zimmermann
2
-35
/
+1
2025-07-09
drm/ast: Gen7: Disable VGASR0[1] as on Gen4+
Thomas Zimmermann
1
-0
/
+1
2025-07-09
drm/ast: Split ast_set_def_ext_reg() by chip generation
Thomas Zimmermann
7
-40
/
+111
2025-07-09
drm/ast: Handle known struct ast_dramstruct with helpers
Thomas Zimmermann
3
-19
/
+41
2025-07-09
drm/ast: Move struct ast_dramstruct to ast_post.h
Thomas Zimmermann
4
-13
/
+8
2025-07-09
drm/ast: Move Gen2+ and Gen1 POST code to separate source files
Thomas Zimmermann
6
-370
/
+478
2025-07-09
drm/ast: Move Gen4+ POST code to separate source file
Thomas Zimmermann
4
-1262
/
+1302
2025-07-09
drm/ast: Move Gen6+ POST code to separate source file
Thomas Zimmermann
6
-522
/
+576
2025-07-09
drm/ast: Move Gen7+ POST code to separate source file
Thomas Zimmermann
4
-5
/
+48
2025-07-09
drm/ast: Declare helpers for POST in header
Thomas Zimmermann
2
-5
/
+21
2025-07-07
drm/gem-shmem: Do not map s/g table by default
Thomas Zimmermann
1
-1
/
+1
2025-06-13
drm/ast: Do not include <linux/export.h>
Thomas Zimmermann
1
-1
/
+0
2025-06-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+1
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
[next]