summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/ast: Detect AST 2510 modelThomas Zimmermann2023-06-272-5/+11
* drm/ast: Detect AST 1400 modelThomas Zimmermann2023-06-272-5/+11
* drm/ast: Detect AST 1300 modelThomas Zimmermann2023-06-272-5/+12
* drm/ast: Distinguish among chip generationsThomas Zimmermann2023-06-275-57/+89
* drm/ast: Set up release action right after enabling MMIOThomas Zimmermann2023-06-271-19/+19
* drm/ast: Enable and unlock device access early during initThomas Zimmermann2023-06-274-39/+30
* drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann2023-06-273-7/+21
* drm/ast: Remove device POSTing and config from chip detectionThomas Zimmermann2023-06-271-27/+25
* drm/ast: Remove dead else branch in POST codeThomas Zimmermann2023-06-271-9/+3
* drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann2023-06-272-38/+24
* drm/ast: Remove vga2_clone fieldThomas Zimmermann2023-06-272-2/+0
* drm/ast: Fix DRAM init on AST2200Thomas Zimmermann2023-06-271-1/+1
* drm/ast: Fix modeset failed on DisplayPortJammy Huang2023-06-011-2/+13
* drm/ast: Fix long time waiting on s3/s4 resumeJammy Huang2023-05-314-45/+29
* Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2023-05-129-203/+183
|\
| * drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffersDaniel Vetter2023-04-041-15/+1
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-131-2/+2
| |\
| * | drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann2023-03-017-46/+46
| * | drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann2023-03-019-150/+150
| * | 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