summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_main.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Move detection code into PCI probe helperThomas Zimmermann2023-11-281-258/+12
* drm/ast: Detect ast device type and config mode without ast deviceThomas Zimmermann2023-11-281-47/+59
* drm/ast: Partially implement POST without ast device instanceThomas Zimmermann2023-11-281-1/+1
* drm/ast: Enable MMIO without ast device instanceThomas Zimmermann2023-11-281-7/+9
* drm/ast: Enable VGA without ast device instanceThomas Zimmermann2023-11-281-17/+12
* drm/ast: Retrieve I/O-memory ranges without ast deviceThomas Zimmermann2023-11-281-6/+11
* drm/ast: Rework I/O register setupThomas Zimmermann2023-11-281-10/+30
* drm/ast: Turn ioregs_lock to modeset_lockThomas Zimmermann2023-11-281-4/+0
* drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann2023-10-191-9/+9
* drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAERThomas Zimmermann2023-10-191-2/+2
* drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_WThomas Zimmermann2023-10-191-1/+1
* 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-271-4/+10
* drm/ast: Detect AST 1400 modelThomas Zimmermann2023-06-271-4/+10
* drm/ast: Detect AST 1300 modelThomas Zimmermann2023-06-271-4/+11
* drm/ast: Distinguish among chip generationsThomas Zimmermann2023-06-271-11/+11
* 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-271-0/+30
* drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann2023-06-271-0/+21
* drm/ast: Remove device POSTing and config from chip detectionThomas Zimmermann2023-06-271-27/+25
* drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann2023-06-271-28/+0
* drm/ast: Remove vga2_clone fieldThomas Zimmermann2023-06-271-1/+0
* drm/ast: Fix long time waiting on s3/s4 resumeJammy Huang2023-05-311-2/+9
* Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2023-05-121-12/+12
|\
| * drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann2023-03-011-3/+3
| * drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann2023-03-011-12/+12
* | drm/ast: Fix ARM compatibilityJammy Huang2023-04-211-4/+5
|/
* drm/ast: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-181-1/+0
* drm/ast: Convert ast to SHMEMThomas Zimmermann2022-10-161-3/+2
* drm/ast: Support multiple outputsThomas Zimmermann2022-06-081-12/+9
* drm/ast: Protect concurrent access to I/O registers with lockThomas Zimmermann2022-05-051-0/+4
* drm/ast: Create the driver for ASPEED proprietory Display-PortKuoHsiang Chou2022-05-031-2/+3
* drm/ast: Enable the supporting of wide screen on AST2600KuoHsiang Chou2022-01-061-0/+2
* drm/ast: Disable fast reset after DRAM initialKuoHsiang Chou2021-07-201-0/+5
* drm/ast: Remove reference to struct drm_device.pdevThomas Zimmermann2021-04-291-3/+2
* drm/ast: Fixed CVE for DP501KuoHsiang Chou2021-04-271-1/+10
* drm/ast: Fix missing conversions to managed APITakashi Iwai2021-04-261-2/+2
* drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-12/+13
* drm/ast: Create chip AST2600KuoHsiang Chou2020-11-101-1/+4
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | drm/ast: Managed device releaseThomas Zimmermann2020-08-031-6/+16
* | drm/ast: Manage release of firmware backup memoryThomas Zimmermann2020-08-031-4/+3
* | drm/ast: Managed release of ast firmwareThomas Zimmermann2020-08-031-3/+0
* | drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann2020-08-031-29/+13
* | drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann2020-08-031-6/+18
|/
* drm/ast: Use managed MM initializationThomas Zimmermann2020-07-201-1/+0