summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Move detection code into PCI probe helperThomas Zimmermann2023-11-281-3/+7
* drm/ast: Add enum ast_config_modeThomas Zimmermann2023-11-281-5/+8
* drm/ast: Partially implement POST without ast device instanceThomas Zimmermann2023-11-281-1/+1
* drm/ast: Add I/O helpers without ast deviceThomas Zimmermann2023-11-281-17/+56
* drm/ast: Turn ioregs_lock to modeset_lockThomas Zimmermann2023-11-281-1/+2
* drm/ast: Disconnect BMC if physical connector is connectedThomas Zimmermann2023-11-211-1/+12
* drm/ast: Move register constants to ast_reg.hThomas Zimmermann2023-10-191-81/+2
* drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_RThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_RThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRIThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDRThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWRThomas Zimmermann2023-10-191-1/+1
* 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-191-1/+1
* drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAERThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_WThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_WThomas Zimmermann2023-10-191-1/+1
* drm/ast: report connection status on Display Port.Jocelyn Falempe2023-07-281-0/+2
* drm/ast: Add BMC virtual connectorJocelyn Falempe2023-07-281-0/+4
* drm/ast: Detect AST 2510 modelThomas Zimmermann2023-06-271-1/+1
* drm/ast: Detect AST 1400 modelThomas Zimmermann2023-06-271-1/+1
* drm/ast: Detect AST 1300 modelThomas Zimmermann2023-06-271-1/+1
* drm/ast: Distinguish among chip generationsThomas Zimmermann2023-06-271-9/+47
* drm/ast: Enable and unlock device access early during initThomas Zimmermann2023-06-271-8/+0
* drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann2023-06-271-1/+0
* drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann2023-06-271-10/+24
* drm/ast: Remove vga2_clone fieldThomas Zimmermann2023-06-271-1/+0
* drm/ast: Fix long time waiting on s3/s4 resumeJammy Huang2023-05-311-4/+1
* drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann2023-03-011-1/+1
* drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann2023-03-011-20/+20
* drm/ast: Rework definition of I/O read and write helpersThomas Zimmermann2023-03-011-34/+14
* drm/ast: Remove little-endianism from I/O helpersThomas Zimmermann2023-03-011-1/+3
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/ast: Convert ast to SHMEMThomas Zimmermann2022-10-161-4/+9
* drm/ast: Rename struct ast_cursor_plane to struct ast_planeThomas Zimmermann2022-10-161-6/+9
* drm/ast: Remove cursor double bufferingThomas Zimmermann2022-10-161-9/+3
* drm/ast: Fixed the casting issue reported by sparseKuoHsiang Chou2022-06-241-1/+1
* drm/ast: Support multiple outputsThomas Zimmermann2022-06-081-2/+7
* drm/ast: Protect concurrent access to I/O registers with lockThomas Zimmermann2022-05-051-0/+1
* drm/ast: Create the driver for ASPEED proprietory Display-PortKuoHsiang Chou2022-05-031-0/+115
* Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-8/+29
|\
| * drm/ast: Move SIL164-based connector code into separate helpersThomas Zimmermann2022-02-081-0/+15
| * drm/ast: Move DP501-based connector code into separate helpersThomas Zimmermann2022-02-081-0/+4
| * drm/ast: Initialize encoder and connector for VGA in helper functionThomas Zimmermann2022-02-081-2/+6
| * drm/ast: Rename struct ast_connector to struct ast_vga_connectorThomas Zimmermann2022-02-081-5/+5
| * drm/ast: Remove unused value dp501_maxclkThomas Zimmermann2022-02-081-1/+0
| * drm/ast: Remove AST_TX_ITE66121 constantThomas Zimmermann2022-02-081-1/+0
* | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-1/+1
|/
* drm/ast: Move I2C code into separate source fileThomas Zimmermann2021-12-161-0/+3