index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ast: astdp: fix loop timeout check
Dan Carpenter
2024-08-13
1
-7
/
+8
*
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-08-08
6
-123
/
+91
|
\
|
*
drm/ast: astdp: Clean up EDID reading
Thomas Zimmermann
2024-07-30
2
-61
/
+44
|
*
drm/ast: astdp: Perform link training during atomic_enable
Thomas Zimmermann
2024-07-30
4
-25
/
+26
|
*
drm/ast: astdp: Only test HDP state in ast_astdp_is_connected()
Thomas Zimmermann
2024-07-30
2
-11
/
+4
|
*
drm/ast: astdp: Test firmware status once during probing
Thomas Zimmermann
2024-07-30
5
-32
/
+23
*
|
drm/ast: astdp: Wake up during connector status detection
Thomas Zimmermann
2024-07-30
3
-2
/
+35
*
|
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2024-07-30
3
-109
/
+154
|
\
|
|
*
drm/ast: Use drm_atomic_helper_commit_tail() helper
Thomas Zimmermann
2024-07-03
1
-1
/
+1
|
*
drm/ast: Inline ast_crtc_dpms() into callers
Thomas Zimmermann
2024-07-03
2
-32
/
+13
|
*
drm/ast: Only set VGA SCREEN_DISABLE bit in CRTC code
Thomas Zimmermann
2024-07-03
2
-7
/
+8
|
*
drm/ast: Remove gamma LUT updates from DPMS code
Thomas Zimmermann
2024-07-03
1
-12
/
+0
|
*
drm/ast: Handle primary-plane format setup in atomic_update
Thomas Zimmermann
2024-07-03
1
-8
/
+3
|
*
drm/ast: Move mode-setting code into mode_set_nofb CRTC helper
Thomas Zimmermann
2024-07-03
1
-24
/
+28
|
*
drm/ast: Program mode for AST DP in atomic_mode_set
Thomas Zimmermann
2024-07-03
1
-5
/
+12
|
*
drm/ast: Implement atomic enable/disable for encoders
Thomas Zimmermann
2024-07-03
1
-16
/
+50
|
*
drm/ast: Inline drm_simple_encoder_init()
Thomas Zimmermann
2024-06-27
1
-5
/
+40
|
*
drm/ast: Use fbdev-shmem
Thomas Zimmermann
2024-05-02
1
-2
/
+2
*
|
drm/ast: Fix black screen after resume
Jammy Huang
2024-07-19
1
-0
/
+5
|
/
*
Backmerge tag 'v6.9-rc5' into drm-next
Dave Airlie
2024-04-22
1
-0
/
+3
|
\
|
*
drm/ast: Fix soft lockup
Jammy Huang
2024-04-05
1
-0
/
+3
*
|
drm/ast: Add drm_panic support
Jocelyn Falempe
2024-04-15
1
-0
/
+18
*
|
drm/ast: Define struct ast_ddc in ast_ddc.c
Thomas Zimmermann
2024-04-11
3
-17
/
+18
*
|
drm/ast: Group DDC init code by data structure
Thomas Zimmermann
2024-04-11
1
-8
/
+8
*
|
drm/ast: Set DDC timeout in milliseconds
Thomas Zimmermann
2024-04-11
1
-1
/
+1
*
|
drm/ast: Automatically clean up poll helper
Thomas Zimmermann
2024-04-02
1
-1
/
+3
*
|
drm/ast: Implement polling for VGA and SIL164 connectors
Thomas Zimmermann
2024-04-02
1
-2
/
+4
*
|
drm/ast: Use drm_connector_helper_get_modes()
Thomas Zimmermann
2024-04-02
1
-40
/
+2
*
|
drm/ast: Acquire I/O-register lock in DDC code
Thomas Zimmermann
2024-04-02
2
-26
/
+28
*
|
drm/ast: Rename struct i2c_algo_bit_data callbacks and their parameters
Thomas Zimmermann
2024-04-02
1
-14
/
+14
*
|
drm/ast: Store AST device in struct ast_ddc
Thomas Zimmermann
2024-04-02
2
-7
/
+7
*
|
drm/ast: Pass AST device to ast_ddc_create()
Thomas Zimmermann
2024-04-02
3
-4
/
+8
*
|
drm/ast: Rename struct ast_i2c_chan to struct ast_ddc
Thomas Zimmermann
2024-04-02
3
-47
/
+52
*
|
drm/ast: Move DDC code to ast_ddc.{c,h}
Thomas Zimmermann
2024-04-02
5
-15
/
+32
*
|
drm/ast: Allocate instance of struct ast_i2c_chan with managed helpers
Thomas Zimmermann
2024-04-02
1
-7
/
+2
*
|
drm/ast: Remove struct ast_{vga,sil165}_connector
Thomas Zimmermann
2024-04-02
2
-36
/
+10
*
|
drm/ast: Fail probing if DDC channel could not be initialized
Thomas Zimmermann
2024-04-02
3
-37
/
+24
*
|
drm/ast: Include <linux/of.h> where necessary
Thomas Zimmermann
2024-04-02
2
-0
/
+2
|
/
*
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-19
1
-1
/
+0
|
\
|
*
drm: remove I2C_CLASS_DDC support
Heiner Kallweit
2024-01-18
1
-1
/
+0
*
|
drm/ast: Move detection code into PCI probe helper
Thomas Zimmermann
2023-11-28
3
-269
/
+274
*
|
drm/ast: Detect ast device type and config mode without ast device
Thomas Zimmermann
2023-11-28
1
-47
/
+59
*
|
drm/ast: Add enum ast_config_mode
Thomas Zimmermann
2023-11-28
1
-5
/
+8
*
|
drm/ast: Partially implement POST without ast device instance
Thomas Zimmermann
2023-11-28
3
-30
/
+47
*
|
drm/ast: Enable MMIO without ast device instance
Thomas Zimmermann
2023-11-28
2
-7
/
+11
*
|
drm/ast: Enable VGA without ast device instance
Thomas Zimmermann
2023-11-28
2
-19
/
+19
*
|
drm/ast: Add I/O helpers without ast device
Thomas Zimmermann
2023-11-28
1
-17
/
+56
*
|
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
2
-10
/
+31
*
|
drm/ast: Turn ioregs_lock to modeset_lock
Thomas Zimmermann
2023-11-28
3
-16
/
+17
|
/
[next]