index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ast: Add support_wuxga flag to struct ast_device
Thomas Zimmermann
2025-02-03
1
-0
/
+27
*
drm/ast: Add support_fullhd flag to struct ast_device
Thomas Zimmermann
2025-02-03
1
-0
/
+19
*
drm/ast: Reorganize widescreen test around hardware Gens
Thomas Zimmermann
2025-02-03
1
-22
/
+32
*
drm/ast: Rename support_wide_screen to support_wsxga_p
Thomas Zimmermann
2025-02-03
1
-8
/
+8
*
drm/ast: Align naming in widescreen detection code to manual
Thomas Zimmermann
2025-02-03
1
-4
/
+4
*
drm/ast: Only warn about unsupported TX chips on Gen4 and later
Thomas Zimmermann
2025-01-22
1
-18
/
+22
*
drm/ast: Merge TX-chip detection code for Gen4 and later
Thomas Zimmermann
2025-01-22
1
-6
/
+11
*
drm/ast: Align Gen1 DVO detection to register manual
Thomas Zimmermann
2025-01-22
1
-3
/
+3
*
drm/ast: Hide Gens 1 to 3 TX detection in branch
Thomas Zimmermann
2025-01-22
1
-15
/
+15
*
drm/ast: Initialize ASTDP in ast_post_gpu()
Thomas Zimmermann
2025-01-22
1
-6
/
+13
*
drm/ast: Detect DRAM before TX-chip
Thomas Zimmermann
2025-01-22
1
-3
/
+1
*
drm/ast: Detect wide-screen support before creating modeset pipeline
Thomas Zimmermann
2025-01-22
1
-1
/
+2
*
drm/ast: Warn about unsupported TX chips
Thomas Zimmermann
2024-09-18
1
-1
/
+16
*
drm/ast: Use TX-chip register constants
Thomas Zimmermann
2024-09-18
1
-4
/
+5
*
drm/ast: Rename register constants for TX-chip types
Thomas Zimmermann
2024-09-18
1
-2
/
+2
*
drm/ast: Avoid upcasting to struct ast_device
Thomas Zimmermann
2024-09-13
1
-4
/
+4
*
drm/ast: dp501: Avoid upcasting to struct ast_device
Thomas Zimmermann
2024-09-13
1
-1
/
+1
*
drm/ast: Remove TX-chip bitmask
Thomas Zimmermann
2024-09-11
1
-14
/
+13
*
drm/ast: astdp: Test firmware status once during probing
Thomas Zimmermann
2024-07-30
1
-2
/
+4
*
drm/ast: Include <linux/of.h> where necessary
Thomas Zimmermann
2024-04-02
1
-0
/
+1
*
drm/ast: Move detection code into PCI probe helper
Thomas Zimmermann
2023-11-28
1
-258
/
+12
*
drm/ast: Detect ast device type and config mode without ast device
Thomas Zimmermann
2023-11-28
1
-47
/
+59
*
drm/ast: Partially implement POST without ast device instance
Thomas Zimmermann
2023-11-28
1
-1
/
+1
*
drm/ast: Enable MMIO without ast device instance
Thomas Zimmermann
2023-11-28
1
-7
/
+9
*
drm/ast: Enable VGA without ast device instance
Thomas Zimmermann
2023-11-28
1
-17
/
+12
*
drm/ast: Retrieve I/O-memory ranges without ast device
Thomas Zimmermann
2023-11-28
1
-6
/
+11
*
drm/ast: Rework I/O register setup
Thomas Zimmermann
2023-11-28
1
-10
/
+30
*
drm/ast: Turn ioregs_lock to modeset_lock
Thomas Zimmermann
2023-11-28
1
-4
/
+0
*
drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
Thomas Zimmermann
2023-10-19
1
-9
/
+9
*
drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAER
Thomas Zimmermann
2023-10-19
1
-2
/
+2
*
drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_W
Thomas Zimmermann
2023-10-19
1
-1
/
+1
*
drm/ast: Do not enable PCI resources multiple times
Thomas Zimmermann
2023-07-25
1
-21
/
+0
*
drm/ast: Merge config and chip detection
Thomas Zimmermann
2023-06-27
1
-49
/
+55
*
drm/ast: Move widescreen and tx-chip detection into separate helpers
Thomas Zimmermann
2023-06-27
1
-3
/
+15
*
drm/ast: Detect AST 2510 model
Thomas Zimmermann
2023-06-27
1
-4
/
+10
*
drm/ast: Detect AST 1400 model
Thomas Zimmermann
2023-06-27
1
-4
/
+10
*
drm/ast: Detect AST 1300 model
Thomas Zimmermann
2023-06-27
1
-4
/
+11
*
drm/ast: Distinguish among chip generations
Thomas Zimmermann
2023-06-27
1
-11
/
+11
*
drm/ast: Set up release action right after enabling MMIO
Thomas Zimmermann
2023-06-27
1
-19
/
+19
*
drm/ast: Enable and unlock device access early during init
Thomas Zimmermann
2023-06-27
1
-0
/
+30
*
drm/ast: Set PCI config before accessing I/O registers
Thomas Zimmermann
2023-06-27
1
-0
/
+21
*
drm/ast: Remove device POSTing and config from chip detection
Thomas Zimmermann
2023-06-27
1
-27
/
+25
*
drm/ast: Implement register helpers in ast_drv.h
Thomas Zimmermann
2023-06-27
1
-28
/
+0
*
drm/ast: Remove vga2_clone field
Thomas Zimmermann
2023-06-27
1
-1
/
+0
*
drm/ast: Fix long time waiting on s3/s4 resume
Jammy Huang
2023-05-31
1
-2
/
+9
*
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2023-05-12
1
-12
/
+12
|
\
|
*
drm/ast: Rename to_ast_private() to to_ast_device()
Thomas Zimmermann
2023-03-01
1
-3
/
+3
|
*
drm/ast: Rename struct ast_private to struct ast_device
Thomas Zimmermann
2023-03-01
1
-12
/
+12
*
|
drm/ast: Fix ARM compatibility
Jammy Huang
2023-04-21
1
-4
/
+5
|
/
*
drm/ast: Remove unnecessary include statements for drm_crtc_helper.h
Thomas Zimmermann
2023-01-18
1
-1
/
+0
[next]