index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
Age
Commit message (
Expand
)
Author
2024-04-22
Backmerge tag 'v6.9-rc5' into drm-next
Dave Airlie
2024-04-15
drm/ast: Add drm_panic support
Jocelyn Falempe
2024-04-11
drm/ast: Define struct ast_ddc in ast_ddc.c
Thomas Zimmermann
2024-04-11
drm/ast: Group DDC init code by data structure
Thomas Zimmermann
2024-04-11
drm/ast: Set DDC timeout in milliseconds
Thomas Zimmermann
2024-04-05
drm/ast: Fix soft lockup
Jammy Huang
2024-04-02
drm/ast: Automatically clean up poll helper
Thomas Zimmermann
2024-04-02
drm/ast: Implement polling for VGA and SIL164 connectors
Thomas Zimmermann
2024-04-02
drm/ast: Use drm_connector_helper_get_modes()
Thomas Zimmermann
2024-04-02
drm/ast: Acquire I/O-register lock in DDC code
Thomas Zimmermann
2024-04-02
drm/ast: Rename struct i2c_algo_bit_data callbacks and their parameters
Thomas Zimmermann
2024-04-02
drm/ast: Store AST device in struct ast_ddc
Thomas Zimmermann
2024-04-02
drm/ast: Pass AST device to ast_ddc_create()
Thomas Zimmermann
2024-04-02
drm/ast: Rename struct ast_i2c_chan to struct ast_ddc
Thomas Zimmermann
2024-04-02
drm/ast: Move DDC code to ast_ddc.{c,h}
Thomas Zimmermann
2024-04-02
drm/ast: Allocate instance of struct ast_i2c_chan with managed helpers
Thomas Zimmermann
2024-04-02
drm/ast: Remove struct ast_{vga,sil165}_connector
Thomas Zimmermann
2024-04-02
drm/ast: Fail probing if DDC channel could not be initialized
Thomas Zimmermann
2024-04-02
drm/ast: Include <linux/of.h> where necessary
Thomas Zimmermann
2024-01-18
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-18
drm: remove I2C_CLASS_DDC support
Heiner Kallweit
2023-11-28
drm/ast: Move detection code into PCI probe helper
Thomas Zimmermann
2023-11-28
drm/ast: Detect ast device type and config mode without ast device
Thomas Zimmermann
2023-11-28
drm/ast: Add enum ast_config_mode
Thomas Zimmermann
2023-11-28
drm/ast: Partially implement POST without ast device instance
Thomas Zimmermann
2023-11-28
drm/ast: Enable MMIO without ast device instance
Thomas Zimmermann
2023-11-28
drm/ast: Enable VGA without ast device instance
Thomas Zimmermann
2023-11-28
drm/ast: Add I/O helpers without ast device
Thomas Zimmermann
2023-11-28
drm/ast: Retrieve I/O-memory ranges without ast device
Thomas Zimmermann
2023-11-28
drm/ast: Rework I/O register setup
Thomas Zimmermann
2023-11-28
drm/ast: Turn ioregs_lock to modeset_lock
Thomas Zimmermann
2023-11-21
drm/ast: Disconnect BMC if physical connector is connected
Thomas Zimmermann
2023-10-19
drm/ast: Move register constants to ast_reg.h
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_R
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_R
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRI
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDR
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWR
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRR
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRI
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAER
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_W
Thomas Zimmermann
2023-10-19
drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_W
Thomas Zimmermann
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
2023-07-28
drm/ast: report connection status on Display Port.
Jocelyn Falempe
2023-07-28
drm/ast: Add BMC virtual connector
Jocelyn Falempe
2023-07-25
drm/ast: Do not enable PCI resources multiple times
Thomas Zimmermann
2023-06-27
drm/ast: Merge config and chip detection
Thomas Zimmermann
2023-06-27
drm/ast: Move widescreen and tx-chip detection into separate helpers
Thomas Zimmermann
[next]