index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-06
Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
11
-751
/
+984
2026-05-04
drm: Rename struct drm_atomic_state to drm_atomic_commit
Maxime Ripard
4
-16
/
+16
2026-04-20
drm/ast: Support DRM_FORMAT_XRGB1555 on the primary plane
Thomas Zimmermann
2
-2
/
+14
2026-04-20
drm/ast: Replace references to struct drm_format_info.cpp
Thomas Zimmermann
2
-43
/
+77
2026-04-20
drm/ast: Remove traces of DRM_FORMAT_RGB888 handling
Thomas Zimmermann
1
-2
/
+0
2026-04-20
drm/ast: Add constant for VGACR91
Thomas Zimmermann
2
-2
/
+3
2026-04-08
drm/ast: Fix open-coded scu_rev access
Thomas Zimmermann
2
-7
/
+7
2026-04-08
drm/ast: dp501: Fix open-coded register access
Thomas Zimmermann
2
-66
/
+64
2026-04-08
drm/ast: Gen6: Fix open-coded register access
Thomas Zimmermann
2
-8
/
+9
2026-04-08
drm/ast: Gen4: Fix open-coded register access
Thomas Zimmermann
2
-15
/
+10
2026-04-08
drm/ast: Gen2: Fix open-coded register access
Thomas Zimmermann
1
-35
/
+38
2026-04-08
drm/ast: Gen1: Fix open-coded register access
Thomas Zimmermann
4
-11
/
+22
2026-04-08
drm/ast: Store register addresses in struct ast_dramstruct
Thomas Zimmermann
4
-128
/
+131
2026-04-08
drm/ast: Use constants for SDRAM registers
Thomas Zimmermann
2
-7
/
+17
2026-04-08
drm/ast: Use constants for WDT registers
Thomas Zimmermann
2
-10
/
+23
2026-04-08
drm/ast: Use constants for A2P registers
Thomas Zimmermann
2
-3
/
+11
2026-04-08
drm/ast: Use constants for SCU registers
Thomas Zimmermann
4
-57
/
+76
2026-04-08
drm/ast: Use constants for MCR registers
Thomas Zimmermann
8
-302
/
+373
2026-04-08
drm/ast: Use constants for AHBC registers
Thomas Zimmermann
2
-3
/
+14
2026-04-08
drm/ast: Move 32-bit register-access helpers to ast_drv.{c, h}
Thomas Zimmermann
5
-63
/
+108
2026-03-30
drm/ast: dp501: Fix initialization of SCU2C
Thomas Zimmermann
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-6
/
+5
2025-12-21
drm/ast: Swap framebuffer writes on big-endian machines
René Rebe
2
-5
/
+17
2025-12-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-4
/
+4
2025-12-01
drm/ast: Wrap cursor framebuffer access in drm_gem_fb_begin/end_cpu_access()
Thomas Zimmermann
1
-31
/
+43
2025-12-01
drm/ast: Support cursor buffers objects in I/O memory
Thomas Zimmermann
1
-1
/
+14
2025-12-01
drm/ast: Move cursor format conversion into helper function
Thomas Zimmermann
1
-23
/
+39
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
[next]