index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-11
drm/ast: Fix black screen after resume
Jammy Huang
1
-0
/
+5
2024-08-11
drm/ast: astdp: Wake up during connector status detection
Thomas Zimmermann
3
-2
/
+35
2024-04-22
Backmerge tag 'v6.9-rc5' into drm-next
Dave Airlie
1
-0
/
+3
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
3
-17
/
+18
2024-04-11
drm/ast: Group DDC init code by data structure
Thomas Zimmermann
1
-8
/
+8
2024-04-11
drm/ast: Set DDC timeout in milliseconds
Thomas Zimmermann
1
-1
/
+1
2024-04-05
drm/ast: Fix soft lockup
Jammy Huang
1
-0
/
+3
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
2
-26
/
+28
2024-04-02
drm/ast: Rename struct i2c_algo_bit_data callbacks and their parameters
Thomas Zimmermann
1
-14
/
+14
2024-04-02
drm/ast: Store AST device in struct ast_ddc
Thomas Zimmermann
2
-7
/
+7
2024-04-02
drm/ast: Pass AST device to ast_ddc_create()
Thomas Zimmermann
3
-4
/
+8
2024-04-02
drm/ast: Rename struct ast_i2c_chan to struct ast_ddc
Thomas Zimmermann
3
-47
/
+52
2024-04-02
drm/ast: Move DDC code to ast_ddc.{c,h}
Thomas Zimmermann
5
-15
/
+32
2024-04-02
drm/ast: Allocate instance of struct ast_i2c_chan with managed helpers
Thomas Zimmermann
1
-7
/
+2
2024-04-02
drm/ast: Remove struct ast_{vga,sil165}_connector
Thomas Zimmermann
2
-36
/
+10
2024-04-02
drm/ast: Fail probing if DDC channel could not be initialized
Thomas Zimmermann
3
-37
/
+24
2024-04-02
drm/ast: Include <linux/of.h> where necessary
Thomas Zimmermann
2
-0
/
+2
2024-01-19
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2024-01-18
drm: remove I2C_CLASS_DDC support
Heiner Kallweit
1
-1
/
+0
2023-11-28
drm/ast: Move detection code into PCI probe helper
Thomas Zimmermann
3
-269
/
+274
2023-11-28
drm/ast: Detect ast device type and config mode without ast device
Thomas Zimmermann
1
-47
/
+59
2023-11-28
drm/ast: Add enum ast_config_mode
Thomas Zimmermann
1
-5
/
+8
2023-11-28
drm/ast: Partially implement POST without ast device instance
Thomas Zimmermann
3
-30
/
+47
2023-11-28
drm/ast: Enable MMIO without ast device instance
Thomas Zimmermann
2
-7
/
+11
2023-11-28
drm/ast: Enable VGA without ast device instance
Thomas Zimmermann
2
-19
/
+19
2023-11-28
drm/ast: Add I/O helpers without ast device
Thomas Zimmermann
1
-17
/
+56
2023-11-28
drm/ast: Retrieve I/O-memory ranges without ast device
Thomas Zimmermann
1
-6
/
+11
2023-11-28
drm/ast: Rework I/O register setup
Thomas Zimmermann
2
-10
/
+31
2023-11-28
drm/ast: Turn ioregs_lock to modeset_lock
Thomas Zimmermann
3
-16
/
+17
2023-11-21
drm/ast: Disconnect BMC if physical connector is connected
Thomas Zimmermann
2
-8
/
+67
2023-10-19
drm/ast: Move register constants to ast_reg.h
Thomas Zimmermann
2
-81
/
+101
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_R
Thomas Zimmermann
2
-2
/
+2
2023-10-19
drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_R
Thomas Zimmermann
2
-4
/
+4
2023-10-19
drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
Thomas Zimmermann
8
-162
/
+162
2023-10-19
drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRI
Thomas Zimmermann
2
-2
/
+2
2023-10-19
drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDR
Thomas Zimmermann
2
-4
/
+4
2023-10-19
drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWR
Thomas Zimmermann
2
-2
/
+2
2023-10-19
drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRR
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRI
Thomas Zimmermann
2
-12
/
+12
2023-10-19
drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAER
Thomas Zimmermann
2
-3
/
+3
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_W
Thomas Zimmermann
3
-4
/
+4
2023-10-19
drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_W
Thomas Zimmermann
2
-6
/
+6
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
1
-0
/
+6
2023-07-28
drm/ast: report connection status on Display Port.
Jocelyn Falempe
4
-14
/
+66
2023-07-28
drm/ast: Add BMC virtual connector
Jocelyn Falempe
2
-0
/
+61
2023-07-25
drm/ast: Do not enable PCI resources multiple times
Thomas Zimmermann
1
-21
/
+0
[next]