summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-221-0/+3
|\
| * drm/ast: Fix soft lockupJammy Huang2024-04-051-0/+3
* | drm/ast: Add drm_panic supportJocelyn Falempe2024-04-151-0/+18
* | drm/ast: Define struct ast_ddc in ast_ddc.cThomas Zimmermann2024-04-113-17/+18
* | drm/ast: Group DDC init code by data structureThomas Zimmermann2024-04-111-8/+8
* | drm/ast: Set DDC timeout in millisecondsThomas Zimmermann2024-04-111-1/+1
* | drm/ast: Automatically clean up poll helperThomas Zimmermann2024-04-021-1/+3
* | drm/ast: Implement polling for VGA and SIL164 connectorsThomas Zimmermann2024-04-021-2/+4
* | drm/ast: Use drm_connector_helper_get_modes()Thomas Zimmermann2024-04-021-40/+2
* | drm/ast: Acquire I/O-register lock in DDC codeThomas Zimmermann2024-04-022-26/+28
* | drm/ast: Rename struct i2c_algo_bit_data callbacks and their parametersThomas Zimmermann2024-04-021-14/+14
* | drm/ast: Store AST device in struct ast_ddcThomas Zimmermann2024-04-022-7/+7
* | drm/ast: Pass AST device to ast_ddc_create()Thomas Zimmermann2024-04-023-4/+8
* | drm/ast: Rename struct ast_i2c_chan to struct ast_ddcThomas Zimmermann2024-04-023-47/+52
* | drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann2024-04-025-15/+32
* | drm/ast: Allocate instance of struct ast_i2c_chan with managed helpersThomas Zimmermann2024-04-021-7/+2
* | drm/ast: Remove struct ast_{vga,sil165}_connectorThomas Zimmermann2024-04-022-36/+10
* | drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann2024-04-023-37/+24
* | drm/ast: Include <linux/of.h> where necessaryThomas Zimmermann2024-04-022-0/+2
|/
* Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-181-1/+0
|\
| * drm: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-181-1/+0
* | drm/ast: Move detection code into PCI probe helperThomas Zimmermann2023-11-283-269/+274
* | drm/ast: Detect ast device type and config mode without ast deviceThomas Zimmermann2023-11-281-47/+59
* | drm/ast: Add enum ast_config_modeThomas Zimmermann2023-11-281-5/+8
* | drm/ast: Partially implement POST without ast device instanceThomas Zimmermann2023-11-283-30/+47
* | drm/ast: Enable MMIO without ast device instanceThomas Zimmermann2023-11-282-7/+11
* | drm/ast: Enable VGA without ast device instanceThomas Zimmermann2023-11-282-19/+19
* | drm/ast: Add I/O helpers without ast deviceThomas Zimmermann2023-11-281-17/+56
* | drm/ast: Retrieve I/O-memory ranges without ast deviceThomas Zimmermann2023-11-281-6/+11
* | drm/ast: Rework I/O register setupThomas Zimmermann2023-11-282-10/+31
* | drm/ast: Turn ioregs_lock to modeset_lockThomas Zimmermann2023-11-283-16/+17
|/
* drm/ast: Disconnect BMC if physical connector is connectedThomas Zimmermann2023-11-212-8/+67
* drm/ast: Move register constants to ast_reg.hThomas Zimmermann2023-10-192-81/+101
* drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_RThomas Zimmermann2023-10-192-2/+2
* drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_RThomas Zimmermann2023-10-192-4/+4
* drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann2023-10-198-162/+162
* drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRIThomas Zimmermann2023-10-192-2/+2
* drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDRThomas Zimmermann2023-10-192-4/+4
* drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWRThomas Zimmermann2023-10-192-2/+2
* drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRRThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRIThomas Zimmermann2023-10-192-12/+12
* drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAERThomas Zimmermann2023-10-192-3/+3
* drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_WThomas Zimmermann2023-10-193-4/+4
* drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_WThomas Zimmermann2023-10-192-6/+6
* drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson2023-09-211-0/+6
* drm/ast: report connection status on Display Port.Jocelyn Falempe2023-07-284-14/+66
* drm/ast: Add BMC virtual connectorJocelyn Falempe2023-07-282-0/+61
* drm/ast: Do not enable PCI resources multiple timesThomas Zimmermann2023-07-251-21/+0
* drm/ast: Merge config and chip detectionThomas Zimmermann2023-06-271-51/+57
* drm/ast: Move widescreen and tx-chip detection into separate helpersThomas Zimmermann2023-06-271-3/+15