index
:
pub/scm/linux/kernel/git/rui/linux.git
master
Huang Rui AMD Stuff
Huang Rui
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_mode.c
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
1
-36
/
+50
2026-05-04
drm: Rename struct drm_atomic_state to drm_atomic_commit
Maxime Ripard
1
-9
/
+9
2026-04-20
drm/ast: Support DRM_FORMAT_XRGB1555 on the primary plane
Thomas Zimmermann
1
-2
/
+13
2026-04-20
drm/ast: Replace references to struct drm_format_info.cpp
Thomas Zimmermann
1
-30
/
+35
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
1
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+2
2025-12-21
drm/ast: Swap framebuffer writes on big-endian machines
René Rebe
1
-2
/
+9
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-24
Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
1
-31
/
+15
2025-10-21
Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
1
-2
/
+2
2025-10-15
drm/ast: Store HSync adjustment in device quirks
Thomas Zimmermann
1
-2
/
+1
2025-10-15
drm/ast: Store precatch settings in struct ast_device_quirks
Thomas Zimmermann
1
-9
/
+8
2025-10-15
drm/ast: Store CRTC memory request threshold in device quirks
Thomas Zimmermann
1
-14
/
+5
2025-10-15
drm/ast: Store DRAM clock table in struct ast_device
Thomas Zimmermann
1
-6
/
+1
2025-10-15
drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync off
Thomas Zimmermann
1
-8
/
+10
2025-09-29
drm/ast: Move display-clock tables to per-Gen source files
Thomas Zimmermann
1
-2
/
+2
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-27
/
+42
2025-06-13
drm/ast: Do not include <linux/export.h>
Thomas Zimmermann
1
-1
/
+0
2025-05-26
drm/ast: Use helpers for programming gamma ramps and palettes
Thomas Zimmermann
1
-27
/
+42
2025-04-07
drm/ast: Validate display modes against framebuffer and format limits
Thomas Zimmermann
1
-7
/
+13
2025-04-07
drm/ast: Remove vaddr field from struct ast_plane
Thomas Zimmermann
1
-7
/
+12
2025-04-07
drm/ast: Fix comment on modeset lock
Thomas Zimmermann
1
-3
/
+3
2025-03-24
drm/probe-helper: Do not fail from drmm_kms_helper_poll_init()
Thomas Zimmermann
1
-4
/
+1
2025-03-12
drm/ast: Add helper for computing framebuffer location in video memory
Thomas Zimmermann
1
-4
/
+21
2025-02-20
drm/ast: cursor: Move implementation to separate source file
Thomas Zimmermann
1
-270
/
+7
2025-02-20
drm/ast: cursor: Add support for ARGB4444
Thomas Zimmermann
1
-10
/
+22
2025-02-20
drm/ast: cursor: Move format conversion to shared helper
Thomas Zimmermann
1
-54
/
+17
2025-02-20
drm/ast: cursor: Calculate checksum in helper
Thomas Zimmermann
1
-15
/
+46
2025-02-03
drm/ast: Only look up VBIOS mode on full modesets
Thomas Zimmermann
1
-22
/
+24
2025-02-03
drm/ast: Remove struct ast_vbios_mode_info
Thomas Zimmermann
1
-36
/
+29
2025-02-03
drm/ast: Inline ast_get_vbios_mode_info()
Thomas Zimmermann
1
-58
/
+54
2025-02-03
drm/ast: Validate DRM display modes against VBIOS modes
Thomas Zimmermann
1
-57
/
+5
2025-02-03
drm/ast: Add helpers for VBIOS mode lookup
Thomas Zimmermann
1
-70
/
+7
2025-02-03
drm/ast: Add empty initializer for VBIOS modes
Thomas Zimmermann
1
-1
/
+1
2025-02-03
drm/ast: Find VBIOS mode from regular display size
Thomas Zimmermann
1
-4
/
+6
2025-02-03
drm/ast: Always validate H/V sync flags
Thomas Zimmermann
1
-25
/
+16
2025-02-03
drm/ast: Add support_wuxga flag to struct ast_device
Thomas Zimmermann
1
-5
/
+3
2025-02-03
drm/ast: Add support_fullhd flag to struct ast_device
Thomas Zimmermann
1
-10
/
+2
2025-02-03
drm/ast: Rename support_wide_screen to support_wsxga_p
Thomas Zimmermann
1
-1
/
+1
2025-02-03
drm/ast: Remove 1152x864 from list of widescreen resolutions
Thomas Zimmermann
1
-2
/
+0
2024-09-13
drm/ast: Avoid upcasting to struct ast_device
Thomas Zimmermann
1
-3
/
+3
2024-09-13
drm/ast: Respect return value from CRTC init
Thomas Zimmermann
1
-1
/
+3
2024-09-11
drm/ast: Remove TX-chip bitmask
Thomas Zimmermann
1
-15
/
+11
2024-08-22
drm/ast: Remove BMC output
Thomas Zimmermann
1
-107
/
+0
2024-08-22
drm/ast: Add struct ast_connector
Thomas Zimmermann
1
-4
/
+4
2024-08-22
drm/ast: Move code for physical outputs into separate files
Thomas Zimmermann
1
-471
/
+0
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-0
/
+2
[next]