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