index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
2025-07-06
drm/ast: Fix comment on modeset lock
Thomas Zimmermann
1
-3
/
+3
2025-02-20
drm/ast: cursor: Move implementation to separate source file
Thomas Zimmermann
4
-281
/
+330
2025-02-20
drm/ast: cursor: Add support for ARGB4444
Thomas Zimmermann
1
-11
/
+23
2025-02-20
drm/ast: cursor: Move format conversion to shared helper
Thomas Zimmermann
2
-55
/
+20
2025-02-20
drm/ast: cursor: Calculate checksum in helper
Thomas Zimmermann
2
-16
/
+58
2025-02-14
Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
11
-628
/
+826
2025-02-11
drm/ast: astdp: Validate display modes
Thomas Zimmermann
1
-0
/
+14
2025-02-11
drm/ast: astdp: Store mode index in connector state
Thomas Zimmermann
1
-6
/
+31
2025-02-11
drm/ast: astdp: Inline mode-index calculation
Thomas Zimmermann
1
-31
/
+21
2025-02-11
drm/ast: astdp: Add connector state
Thomas Zimmermann
1
-6
/
+56
2025-02-06
Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixes
Maxime Ripard
2
-3
/
+1
2025-02-03
drm/ast: Only look up VBIOS mode on full modesets
Thomas Zimmermann
1
-25
/
+27
2025-02-03
drm/ast: Remove struct ast_vbios_mode_info
Thomas Zimmermann
3
-44
/
+32
2025-02-03
drm/ast: astdp: Look up mode index from table
Thomas Zimmermann
1
-61
/
+55
2025-02-03
drm/ast: astdp: Rework display-mode setting
Thomas Zimmermann
2
-90
/
+100
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
7
-263
/
+360
2025-02-03
drm/ast: Add empty initializer for VBIOS modes
Thomas Zimmermann
2
-30
/
+24
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
-27
/
+18
2025-02-03
drm/ast: Add support_wuxga flag to struct ast_device
Thomas Zimmermann
4
-5
/
+32
2025-02-03
drm/ast: Add support_fullhd flag to struct ast_device
Thomas Zimmermann
3
-10
/
+22
2025-02-03
drm/ast: Reorganize widescreen test around hardware Gens
Thomas Zimmermann
1
-22
/
+32
2025-02-03
drm/ast: Rename support_wide_screen to support_wsxga_p
Thomas Zimmermann
3
-10
/
+10
2025-02-03
drm/ast: Align naming in widescreen detection code to manual
Thomas Zimmermann
4
-11
/
+12
2025-02-03
drm/ast: Remove 1152x864 from list of widescreen resolutions
Thomas Zimmermann
1
-2
/
+0
2025-01-29
drm/ast: Fix ast_dp connection status
Jocelyn Falempe
1
-0
/
+6
2025-01-28
drm/ast: astdp: Fix timeout for enabling video signal
Thomas Zimmermann
1
-1
/
+1
2025-01-22
drm/ast: Only warn about unsupported TX chips on Gen4 and later
Thomas Zimmermann
1
-18
/
+22
2025-01-22
drm/ast: Merge TX-chip detection code for Gen4 and later
Thomas Zimmermann
1
-6
/
+11
2025-01-22
drm/ast: Align Gen1 DVO detection to register manual
Thomas Zimmermann
2
-3
/
+4
2025-01-22
drm/ast: Hide Gens 1 to 3 TX detection in branch
Thomas Zimmermann
1
-15
/
+15
2025-01-22
drm/ast: Initialize ASTDP in ast_post_gpu()
Thomas Zimmermann
4
-11
/
+29
2025-01-22
drm/ast: Refactor ast_post_gpu() by Gen
Thomas Zimmermann
1
-10
/
+26
2025-01-22
drm/ast: Detect DRAM before TX-chip
Thomas Zimmermann
1
-3
/
+1
2025-01-22
drm/ast: Detect wide-screen support before creating modeset pipeline
Thomas Zimmermann
1
-1
/
+2
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
2
-2
/
+0
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
2
-0
/
+4
2024-10-17
drm/ast: vga: Clear EDID if no display is connected
Thomas Zimmermann
1
-0
/
+2
2024-10-17
drm/ast: sil164: Clear EDID if no display is connected
Thomas Zimmermann
1
-0
/
+2
2024-10-14
drm/ast: Use video aperture helpers
Thomas Zimmermann
1
-2
/
+2
2024-09-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-6
/
+6
2024-09-26
drm/ast: Run DRM default client setup
Thomas Zimmermann
2
-2
/
+5
2024-09-23
Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+6
2024-09-18
drm/ast: Warn about unsupported TX chips
Thomas Zimmermann
1
-1
/
+16
2024-09-18
drm/ast: Use TX-chip register constants
Thomas Zimmermann
3
-11
/
+13
2024-09-18
drm/ast: Rename register constants for TX-chip types
Thomas Zimmermann
2
-16
/
+14
2024-09-13
drm/ast: Avoid upcasting to struct ast_device
Thomas Zimmermann
5
-27
/
+21
[next]