aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync offThomas Zimmermann1-8/+10
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-27/+42
2025-06-13drm/ast: Do not include <linux/export.h>Thomas Zimmermann1-1/+0
2025-05-26drm/ast: Use helpers for programming gamma ramps and palettesThomas Zimmermann1-27/+42
2025-04-07drm/ast: Validate display modes against framebuffer and format limitsThomas Zimmermann1-9/+15
2025-04-07drm/ast: Remove vaddr field from struct ast_planeThomas Zimmermann1-7/+12
2025-04-07drm/ast: Fix comment on modeset lockThomas Zimmermann1-3/+3
2025-03-24drm/probe-helper: Do not fail from drmm_kms_helper_poll_init()Thomas Zimmermann1-4/+1
2025-03-12drm/ast: Add helper for computing framebuffer location in video memoryThomas Zimmermann1-4/+21
2025-02-20drm/ast: cursor: Move implementation to separate source fileThomas Zimmermann1-270/+7
2025-02-20drm/ast: cursor: Add support for ARGB4444Thomas Zimmermann1-11/+23
2025-02-20drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann1-54/+17
2025-02-20drm/ast: cursor: Calculate checksum in helperThomas Zimmermann1-15/+46
2025-02-03drm/ast: Only look up VBIOS mode on full modesetsThomas Zimmermann1-25/+27
2025-02-03drm/ast: Remove struct ast_vbios_mode_infoThomas Zimmermann1-36/+29
2025-02-03drm/ast: Inline ast_get_vbios_mode_info()Thomas Zimmermann1-58/+54
2025-02-03drm/ast: Validate DRM display modes against VBIOS modesThomas Zimmermann1-57/+5
2025-02-03drm/ast: Add helpers for VBIOS mode lookupThomas Zimmermann1-70/+7
2025-02-03drm/ast: Add empty initializer for VBIOS modesThomas Zimmermann1-1/+1
2025-02-03drm/ast: Find VBIOS mode from regular display sizeThomas Zimmermann1-4/+6
2025-02-03drm/ast: Always validate H/V sync flagsThomas Zimmermann1-27/+18
2025-02-03drm/ast: Add support_wuxga flag to struct ast_deviceThomas Zimmermann1-5/+3
2025-02-03drm/ast: Add support_fullhd flag to struct ast_deviceThomas Zimmermann1-10/+2
2025-02-03drm/ast: Rename support_wide_screen to support_wsxga_pThomas Zimmermann1-1/+1
2025-02-03drm/ast: Remove 1152x864 from list of widescreen resolutionsThomas Zimmermann1-2/+0
2024-09-13drm/ast: Avoid upcasting to struct ast_deviceThomas Zimmermann1-3/+3
2024-09-13drm/ast: Respect return value from CRTC initThomas Zimmermann1-1/+3
2024-09-11drm/ast: Remove TX-chip bitmaskThomas Zimmermann1-15/+11
2024-08-22drm/ast: Remove BMC outputThomas Zimmermann1-107/+0
2024-08-22drm/ast: Add struct ast_connectorThomas Zimmermann1-4/+4
2024-08-22drm/ast: Move code for physical outputs into separate filesThomas Zimmermann1-471/+0
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-0/+2
2024-07-30drm/ast: astdp: Perform link training during atomic_enableThomas Zimmermann1-0/+2
2024-07-30drm/ast: astdp: Wake up during connector status detectionThomas Zimmermann1-2/+27
2024-07-03drm/ast: Use drm_atomic_helper_commit_tail() helperThomas Zimmermann1-1/+1
2024-07-03drm/ast: Inline ast_crtc_dpms() into callersThomas Zimmermann1-25/+11
2024-07-03drm/ast: Only set VGA SCREEN_DISABLE bit in CRTC codeThomas Zimmermann1-7/+7
2024-07-03drm/ast: Remove gamma LUT updates from DPMS codeThomas Zimmermann1-12/+0
2024-07-03drm/ast: Handle primary-plane format setup in atomic_updateThomas Zimmermann1-8/+3
2024-07-03drm/ast: Move mode-setting code into mode_set_nofb CRTC helperThomas Zimmermann1-24/+28
2024-07-03drm/ast: Program mode for AST DP in atomic_mode_setThomas Zimmermann1-5/+12
2024-07-03drm/ast: Implement atomic enable/disable for encodersThomas Zimmermann1-16/+50
2024-06-27drm/ast: Inline drm_simple_encoder_init()Thomas Zimmermann1-5/+40
2024-04-15drm/ast: Add drm_panic supportJocelyn Falempe1-0/+18
2024-04-11drm/ast: Define struct ast_ddc in ast_ddc.cThomas Zimmermann1-4/+4
2024-04-02drm/ast: Automatically clean up poll helperThomas Zimmermann1-1/+3
2024-04-02drm/ast: Implement polling for VGA and SIL164 connectorsThomas Zimmermann1-2/+4
2024-04-02drm/ast: Use drm_connector_helper_get_modes()Thomas Zimmermann1-40/+2
2024-04-02drm/ast: Acquire I/O-register lock in DDC codeThomas Zimmermann1-26/+4
2024-04-02drm/ast: Pass AST device to ast_ddc_create()Thomas Zimmermann1-2/+4