index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_dp.c
Age
Commit message (
Expand
)
Author
2025-02-14
Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2025-02-11
drm/ast: astdp: Validate display modes
Thomas Zimmermann
2025-02-11
drm/ast: astdp: Store mode index in connector state
Thomas Zimmermann
2025-02-11
drm/ast: astdp: Inline mode-index calculation
Thomas Zimmermann
2025-02-11
drm/ast: astdp: Add connector state
Thomas Zimmermann
2025-02-03
drm/ast: Remove struct ast_vbios_mode_info
Thomas Zimmermann
2025-02-03
drm/ast: astdp: Look up mode index from table
Thomas Zimmermann
2025-02-03
drm/ast: astdp: Rework display-mode setting
Thomas Zimmermann
2025-02-03
drm/ast: Add helpers for VBIOS mode lookup
Thomas Zimmermann
2025-01-29
drm/ast: Fix ast_dp connection status
Jocelyn Falempe
2025-01-28
drm/ast: astdp: Fix timeout for enabling video signal
Thomas Zimmermann
2024-09-13
drm/ast: astdp: Replace ast_dp_set_on_off()
Thomas Zimmermann
2024-09-13
drm/ast: astdp: Replace power_on helpers
Thomas Zimmermann
2024-09-13
drm/ast: astdp: Avoid upcasting to struct ast_device
Thomas Zimmermann
2024-09-13
drm/ast: astdp: Inline ast_astdp_connector_init()
Thomas Zimmermann
2024-08-22
drm/ast: astdp: Transparently handle BMC support
Thomas Zimmermann
2024-08-22
drm/ast: astdp: Simplify power management when detecting display
Thomas Zimmermann
2024-08-22
drm/ast: astdp: Use struct drm_edid and helpers
Thomas Zimmermann
2024-08-22
drm/ast: astdp: Move locking into EDID helper
Thomas Zimmermann
2024-08-22
drm/ast: Add struct ast_connector
Thomas Zimmermann
2024-08-22
drm/ast: Move code for physical outputs into separate files
Thomas Zimmermann
2024-08-13
drm/ast: astdp: fix loop timeout check
Dan Carpenter
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-07-30
drm/ast: astdp: Clean up EDID reading
Thomas Zimmermann
2024-07-30
drm/ast: astdp: Perform link training during atomic_enable
Thomas Zimmermann
2024-07-30
drm/ast: astdp: Only test HDP state in ast_astdp_is_connected()
Thomas Zimmermann
2024-07-30
drm/ast: astdp: Test firmware status once during probing
Thomas Zimmermann
2024-07-30
drm/ast: astdp: Wake up during connector status detection
Thomas Zimmermann
2024-04-05
drm/ast: Fix soft lockup
Jammy Huang
2023-10-19
drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
Thomas Zimmermann
2023-07-28
drm/ast: report connection status on Display Port.
Jocelyn Falempe
2023-05-31
drm/ast: Fix long time waiting on s3/s4 resume
Jammy Huang
2023-03-01
drm/ast: Rename to_ast_private() to to_ast_device()
Thomas Zimmermann
2023-03-01
drm/ast: Rename struct ast_private to struct ast_device
Thomas Zimmermann
2022-06-24
drm/ast: Fixed the casting issue reported by sparse
KuoHsiang Chou
2022-06-08
drm/ast: Support multiple outputs
Thomas Zimmermann
2022-05-03
drm/ast: Create the driver for ASPEED proprietory Display-Port
KuoHsiang Chou