index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_mode.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
-11
/
+23
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
-25
/
+27
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
-27
/
+18
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/misc/kernel into drm-next
Daniel Vetter
1
-0
/
+2
2024-07-30
drm/ast: astdp: Perform link training during atomic_enable
Thomas Zimmermann
1
-0
/
+2
2024-07-30
drm/ast: astdp: Wake up during connector status detection
Thomas Zimmermann
1
-2
/
+27
2024-07-03
drm/ast: Use drm_atomic_helper_commit_tail() helper
Thomas Zimmermann
1
-1
/
+1
2024-07-03
drm/ast: Inline ast_crtc_dpms() into callers
Thomas Zimmermann
1
-25
/
+11
2024-07-03
drm/ast: Only set VGA SCREEN_DISABLE bit in CRTC code
Thomas Zimmermann
1
-7
/
+7
2024-07-03
drm/ast: Remove gamma LUT updates from DPMS code
Thomas Zimmermann
1
-12
/
+0
2024-07-03
drm/ast: Handle primary-plane format setup in atomic_update
Thomas Zimmermann
1
-8
/
+3
2024-07-03
drm/ast: Move mode-setting code into mode_set_nofb CRTC helper
Thomas Zimmermann
1
-24
/
+28
2024-07-03
drm/ast: Program mode for AST DP in atomic_mode_set
Thomas Zimmermann
1
-5
/
+12
2024-07-03
drm/ast: Implement atomic enable/disable for encoders
Thomas Zimmermann
1
-16
/
+50
2024-06-27
drm/ast: Inline drm_simple_encoder_init()
Thomas Zimmermann
1
-5
/
+40
2024-04-15
drm/ast: Add drm_panic support
Jocelyn Falempe
1
-0
/
+18
2024-04-11
drm/ast: Define struct ast_ddc in ast_ddc.c
Thomas Zimmermann
1
-4
/
+4
2024-04-02
drm/ast: Automatically clean up poll helper
Thomas Zimmermann
1
-1
/
+3
2024-04-02
drm/ast: Implement polling for VGA and SIL164 connectors
Thomas Zimmermann
1
-2
/
+4
2024-04-02
drm/ast: Use drm_connector_helper_get_modes()
Thomas Zimmermann
1
-40
/
+2
2024-04-02
drm/ast: Acquire I/O-register lock in DDC code
Thomas Zimmermann
1
-26
/
+4
2024-04-02
drm/ast: Pass AST device to ast_ddc_create()
Thomas Zimmermann
1
-2
/
+4
2024-04-02
drm/ast: Rename struct ast_i2c_chan to struct ast_ddc
Thomas Zimmermann
1
-12
/
+12
2024-04-02
drm/ast: Move DDC code to ast_ddc.{c,h}
Thomas Zimmermann
1
-0
/
+1
2024-04-02
drm/ast: Remove struct ast_{vga,sil165}_connector
Thomas Zimmermann
1
-14
/
+8
2024-04-02
drm/ast: Fail probing if DDC channel could not be initialized
Thomas Zimmermann
1
-32
/
+20
2023-11-28
drm/ast: Turn ioregs_lock to modeset_lock
Thomas Zimmermann
1
-11
/
+15
2023-11-21
drm/ast: Disconnect BMC if physical connector is connected
Thomas Zimmermann
1
-7
/
+55
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_R
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_R
Thomas Zimmermann
1
-3
/
+3
2023-10-19
drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
Thomas Zimmermann
1
-73
/
+73
[next]