aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ast/ast_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-03drm/ast: Add support_wuxga flag to struct ast_deviceThomas Zimmermann1-0/+27
2025-02-03drm/ast: Add support_fullhd flag to struct ast_deviceThomas Zimmermann1-0/+19
2025-02-03drm/ast: Reorganize widescreen test around hardware GensThomas Zimmermann1-22/+32
2025-02-03drm/ast: Rename support_wide_screen to support_wsxga_pThomas Zimmermann1-8/+8
2025-02-03drm/ast: Align naming in widescreen detection code to manualThomas Zimmermann1-4/+4
2025-01-22drm/ast: Only warn about unsupported TX chips on Gen4 and laterThomas Zimmermann1-18/+22
2025-01-22drm/ast: Merge TX-chip detection code for Gen4 and laterThomas Zimmermann1-6/+11
2025-01-22drm/ast: Align Gen1 DVO detection to register manualThomas Zimmermann1-3/+3
2025-01-22drm/ast: Hide Gens 1 to 3 TX detection in branchThomas Zimmermann1-15/+15
2025-01-22drm/ast: Initialize ASTDP in ast_post_gpu()Thomas Zimmermann1-6/+13
2025-01-22drm/ast: Detect DRAM before TX-chipThomas Zimmermann1-3/+1
2025-01-22drm/ast: Detect wide-screen support before creating modeset pipelineThomas Zimmermann1-1/+2
2024-09-18drm/ast: Warn about unsupported TX chipsThomas Zimmermann1-1/+16
2024-09-18drm/ast: Use TX-chip register constantsThomas Zimmermann1-4/+5
2024-09-18drm/ast: Rename register constants for TX-chip typesThomas Zimmermann1-2/+2
2024-09-13drm/ast: Avoid upcasting to struct ast_deviceThomas Zimmermann1-4/+4
2024-09-13drm/ast: dp501: Avoid upcasting to struct ast_deviceThomas Zimmermann1-1/+1
2024-09-11drm/ast: Remove TX-chip bitmaskThomas Zimmermann1-14/+13
2024-07-30drm/ast: astdp: Test firmware status once during probingThomas Zimmermann1-2/+4
2024-04-02drm/ast: Include <linux/of.h> where necessaryThomas Zimmermann1-0/+1
2023-11-28drm/ast: Move detection code into PCI probe helperThomas Zimmermann1-258/+12
2023-11-28drm/ast: Detect ast device type and config mode without ast deviceThomas Zimmermann1-47/+59
2023-11-28drm/ast: Partially implement POST without ast device instanceThomas Zimmermann1-1/+1
2023-11-28drm/ast: Enable MMIO without ast device instanceThomas Zimmermann1-7/+9
2023-11-28drm/ast: Enable VGA without ast device instanceThomas Zimmermann1-17/+12
2023-11-28drm/ast: Retrieve I/O-memory ranges without ast deviceThomas Zimmermann1-6/+11
2023-11-28drm/ast: Rework I/O register setupThomas Zimmermann1-10/+30
2023-11-28drm/ast: Turn ioregs_lock to modeset_lockThomas Zimmermann1-4/+0
2023-10-19drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann1-9/+9
2023-10-19drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAERThomas Zimmermann1-2/+2
2023-10-19drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_WThomas Zimmermann1-1/+1
2023-07-25drm/ast: Do not enable PCI resources multiple timesThomas Zimmermann1-21/+0
2023-06-27drm/ast: Merge config and chip detectionThomas Zimmermann1-51/+57
2023-06-27drm/ast: Move widescreen and tx-chip detection into separate helpersThomas Zimmermann1-3/+15
2023-06-27drm/ast: Detect AST 2510 modelThomas Zimmermann1-4/+10
2023-06-27drm/ast: Detect AST 1400 modelThomas Zimmermann1-4/+10
2023-06-27drm/ast: Detect AST 1300 modelThomas Zimmermann1-4/+11
2023-06-27drm/ast: Distinguish among chip generationsThomas Zimmermann1-11/+11
2023-06-27drm/ast: Set up release action right after enabling MMIOThomas Zimmermann1-19/+19
2023-06-27drm/ast: Enable and unlock device access early during initThomas Zimmermann1-0/+30
2023-06-27drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann1-0/+21
2023-06-27drm/ast: Remove device POSTing and config from chip detectionThomas Zimmermann1-27/+25
2023-06-27drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann1-28/+0
2023-06-27drm/ast: Remove vga2_clone fieldThomas Zimmermann1-1/+0
2023-05-31drm/ast: Fix long time waiting on s3/s4 resumeJammy Huang1-2/+9
2023-05-12Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-12/+12
2023-04-21drm/ast: Fix ARM compatibilityJammy Huang1-4/+5
2023-03-01drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann1-3/+3
2023-03-01drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann1-12/+12
2023-01-18drm/ast: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann1-1/+0