aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_main.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Add support_wuxga flag to struct ast_deviceThomas Zimmermann2025-02-031-0/+27
* drm/ast: Add support_fullhd flag to struct ast_deviceThomas Zimmermann2025-02-031-0/+19
* drm/ast: Reorganize widescreen test around hardware GensThomas Zimmermann2025-02-031-22/+32
* drm/ast: Rename support_wide_screen to support_wsxga_pThomas Zimmermann2025-02-031-8/+8
* drm/ast: Align naming in widescreen detection code to manualThomas Zimmermann2025-02-031-4/+4
* drm/ast: Only warn about unsupported TX chips on Gen4 and laterThomas Zimmermann2025-01-221-18/+22
* drm/ast: Merge TX-chip detection code for Gen4 and laterThomas Zimmermann2025-01-221-6/+11
* drm/ast: Align Gen1 DVO detection to register manualThomas Zimmermann2025-01-221-3/+3
* drm/ast: Hide Gens 1 to 3 TX detection in branchThomas Zimmermann2025-01-221-15/+15
* drm/ast: Initialize ASTDP in ast_post_gpu()Thomas Zimmermann2025-01-221-6/+13
* drm/ast: Detect DRAM before TX-chipThomas Zimmermann2025-01-221-3/+1
* drm/ast: Detect wide-screen support before creating modeset pipelineThomas Zimmermann2025-01-221-1/+2
* drm/ast: Warn about unsupported TX chipsThomas Zimmermann2024-09-181-1/+16
* drm/ast: Use TX-chip register constantsThomas Zimmermann2024-09-181-4/+5
* drm/ast: Rename register constants for TX-chip typesThomas Zimmermann2024-09-181-2/+2
* drm/ast: Avoid upcasting to struct ast_deviceThomas Zimmermann2024-09-131-4/+4
* drm/ast: dp501: Avoid upcasting to struct ast_deviceThomas Zimmermann2024-09-131-1/+1
* drm/ast: Remove TX-chip bitmaskThomas Zimmermann2024-09-111-14/+13
* drm/ast: astdp: Test firmware status once during probingThomas Zimmermann2024-07-301-2/+4
* drm/ast: Include <linux/of.h> where necessaryThomas Zimmermann2024-04-021-0/+1
* 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-49/+55
* 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