summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_mode.c
AgeCommit message (Expand)Author
2025-04-07drm/ast: Validate display modes against framebuffer and format limitsThomas Zimmermann
2025-04-07drm/ast: Remove vaddr field from struct ast_planeThomas Zimmermann
2025-04-07drm/ast: Fix comment on modeset lockThomas Zimmermann
2025-03-24drm/probe-helper: Do not fail from drmm_kms_helper_poll_init()Thomas Zimmermann
2025-03-12drm/ast: Add helper for computing framebuffer location in video memoryThomas Zimmermann
2025-02-20drm/ast: cursor: Move implementation to separate source fileThomas Zimmermann
2025-02-20drm/ast: cursor: Add support for ARGB4444Thomas Zimmermann
2025-02-20drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann
2025-02-20drm/ast: cursor: Calculate checksum in helperThomas Zimmermann
2025-02-03drm/ast: Only look up VBIOS mode on full modesetsThomas Zimmermann
2025-02-03drm/ast: Remove struct ast_vbios_mode_infoThomas Zimmermann
2025-02-03drm/ast: Inline ast_get_vbios_mode_info()Thomas Zimmermann
2025-02-03drm/ast: Validate DRM display modes against VBIOS modesThomas Zimmermann
2025-02-03drm/ast: Add helpers for VBIOS mode lookupThomas Zimmermann
2025-02-03drm/ast: Add empty initializer for VBIOS modesThomas Zimmermann
2025-02-03drm/ast: Find VBIOS mode from regular display sizeThomas Zimmermann
2025-02-03drm/ast: Always validate H/V sync flagsThomas Zimmermann
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: Rename support_wide_screen to support_wsxga_pThomas Zimmermann
2025-02-03drm/ast: Remove 1152x864 from list of widescreen resolutionsThomas Zimmermann
2024-09-13drm/ast: Avoid upcasting to struct ast_deviceThomas Zimmermann
2024-09-13drm/ast: Respect return value from CRTC initThomas Zimmermann
2024-09-11drm/ast: Remove TX-chip bitmaskThomas Zimmermann
2024-08-22drm/ast: Remove BMC outputThomas Zimmermann
2024-08-22drm/ast: Add struct ast_connectorThomas Zimmermann
2024-08-22drm/ast: Move code for physical outputs into separate filesThomas Zimmermann
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-30drm/ast: astdp: Perform link training during atomic_enableThomas Zimmermann
2024-07-30drm/ast: astdp: Wake up during connector status detectionThomas Zimmermann
2024-07-03drm/ast: Use drm_atomic_helper_commit_tail() helperThomas Zimmermann
2024-07-03drm/ast: Inline ast_crtc_dpms() into callersThomas Zimmermann
2024-07-03drm/ast: Only set VGA SCREEN_DISABLE bit in CRTC codeThomas Zimmermann
2024-07-03drm/ast: Remove gamma LUT updates from DPMS codeThomas Zimmermann
2024-07-03drm/ast: Handle primary-plane format setup in atomic_updateThomas Zimmermann
2024-07-03drm/ast: Move mode-setting code into mode_set_nofb CRTC helperThomas Zimmermann
2024-07-03drm/ast: Program mode for AST DP in atomic_mode_setThomas Zimmermann
2024-07-03drm/ast: Implement atomic enable/disable for encodersThomas Zimmermann
2024-06-27drm/ast: Inline drm_simple_encoder_init()Thomas Zimmermann
2024-04-15drm/ast: Add drm_panic supportJocelyn Falempe
2024-04-11drm/ast: Define struct ast_ddc in ast_ddc.cThomas Zimmermann
2024-04-02drm/ast: Automatically clean up poll helperThomas Zimmermann
2024-04-02drm/ast: Implement polling for VGA and SIL164 connectorsThomas Zimmermann
2024-04-02drm/ast: Use drm_connector_helper_get_modes()Thomas Zimmermann
2024-04-02drm/ast: Acquire I/O-register lock in DDC codeThomas Zimmermann
2024-04-02drm/ast: Pass AST device to ast_ddc_create()Thomas Zimmermann
2024-04-02drm/ast: Rename struct ast_i2c_chan to struct ast_ddcThomas Zimmermann
2024-04-02drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann
2024-04-02drm/ast: Remove struct ast_{vga,sil165}_connectorThomas Zimmermann
2024-04-02drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann