index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+5
2025-12-21
drm/ast: Swap framebuffer writes on big-endian machines
René Rebe
-5
/
+17
2025-12-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-4
/
+4
2025-12-01
drm/ast: Wrap cursor framebuffer access in drm_gem_fb_begin/end_cpu_access()
Thomas Zimmermann
-31
/
+43
2025-12-01
drm/ast: Support cursor buffers objects in I/O memory
Thomas Zimmermann
-1
/
+14
2025-12-01
drm/ast: Move cursor format conversion into helper function
Thomas Zimmermann
-23
/
+39
2025-11-21
Merge tag 'v6.18-rc6' into drm-next
Dave Airlie
-4
/
+4
2025-11-10
drm/ast: Handle framebuffer from dma-buf
Jocelyn Falempe
-3
/
+8
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
-0
/
+1
2025-10-30
drm/ast: Clear preserved bits from register output value
Thomas Zimmermann
-4
/
+4
2025-10-24
Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
-40
/
+103
2025-10-21
Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
-342
/
+788
2025-10-15
drm/ast: Store HSync adjustment in device quirks
Thomas Zimmermann
-2
/
+8
2025-10-15
drm/ast: Store precatch settings in struct ast_device_quirks
Thomas Zimmermann
-9
/
+16
2025-10-15
drm/ast: Store CRTC memory request threshold in device quirks
Thomas Zimmermann
-14
/
+24
2025-10-15
drm/ast: Support device quirks
Thomas Zimmermann
-9
/
+38
2025-10-15
drm/ast: Store DRAM clock table in struct ast_device
Thomas Zimmermann
-6
/
+17
2025-10-15
drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync off
Thomas Zimmermann
-8
/
+11
2025-10-13
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-1
/
+1
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-140
/
+52
2025-09-29
drm/ast: Remove generic device initialization
Thomas Zimmermann
-166
/
+2
2025-09-29
drm/ast: Move Gen7 device initialization into separate helper
Thomas Zimmermann
-0
/
+74
2025-09-29
drm/ast: Move Gen6 device initialization into separate helper
Thomas Zimmermann
-0
/
+75
2025-09-29
drm/ast: Move Gen5 device initialization into separate helper
Thomas Zimmermann
-0
/
+107
2025-09-29
drm/ast: Move Gen4 device initialization into separate helper
Thomas Zimmermann
-0
/
+71
2025-09-29
drm/ast: Move Gen3 device initialization into separate helper
Thomas Zimmermann
-0
/
+99
2025-09-29
drm/ast: Move Gen2 device initialization into separate helper
Thomas Zimmermann
-0
/
+65
2025-09-29
drm/ast: Move Gen1 device initialization into separate helper
Thomas Zimmermann
-0
/
+52
2025-09-29
drm/ast: Prepare per-Gen device initialization
Thomas Zimmermann
-7
/
+28
2025-09-29
drm/ast: Split ast_detect_tx_chip() per chip generation
Thomas Zimmermann
-89
/
+119
2025-09-29
drm/ast: Move mode-detection helpers to Gen2 source files
Thomas Zimmermann
-27
/
+33
2025-09-29
drm/ast: Move display-clock tables to per-Gen source files
Thomas Zimmermann
-62
/
+72
2025-09-19
drm/ast: Use msleep instead of mdelay for edid read
Nirmoy Das
-1
/
+1
2025-09-05
drm/ast: ast_2100: Remove unneeded semicolon
Chen Ni
-1
/
+1
2025-09-04
drm/ast: Put AST_DRAM_ constants into enum ast_dram_layout
Thomas Zimmermann
-18
/
+19
2025-09-04
drm/ast: Move DRAM info next to its only user
Thomas Zimmermann
-88
/
+44
2025-09-04
drm/ast: Remove unused SCU-MPLL and SCU-STRAP values
Thomas Zimmermann
-11
/
+2
2025-09-04
drm/ast: Remove unused mclk field
Thomas Zimmermann
-27
/
+0
2025-09-04
drm/ast: Remove unused dram_bus_width field
Thomas Zimmermann
-7
/
+0
2025-09-04
drm/ast: Do not print DRAM info
Thomas Zimmermann
-2
/
+0
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-2242
/
+2573
2025-07-09
drm/ast: Gen7: Switch default registers to gen4+ state
Thomas Zimmermann
-35
/
+1
2025-07-09
drm/ast: Gen7: Disable VGASR0[1] as on Gen4+
Thomas Zimmermann
-0
/
+1
2025-07-09
drm/ast: Split ast_set_def_ext_reg() by chip generation
Thomas Zimmermann
-40
/
+111
2025-07-09
drm/ast: Handle known struct ast_dramstruct with helpers
Thomas Zimmermann
-19
/
+41
2025-07-09
drm/ast: Move struct ast_dramstruct to ast_post.h
Thomas Zimmermann
-13
/
+8
2025-07-09
drm/ast: Move Gen2+ and Gen1 POST code to separate source files
Thomas Zimmermann
-370
/
+478
2025-07-09
drm/ast: Move Gen4+ POST code to separate source file
Thomas Zimmermann
-1262
/
+1302
[next]