aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ast/ast_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/misc/kernel into drm-nextDaniel 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
2024-04-02drm/ast: Rename struct ast_i2c_chan to struct ast_ddcThomas Zimmermann1-12/+12
2024-04-02drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann1-0/+1
2024-04-02drm/ast: Remove struct ast_{vga,sil165}_connectorThomas Zimmermann1-14/+8
2024-04-02drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann1-32/+20
2023-11-28drm/ast: Turn ioregs_lock to modeset_lockThomas Zimmermann1-11/+15
2023-11-21drm/ast: Disconnect BMC if physical connector is connectedThomas Zimmermann1-7/+55
2023-10-19drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_RThomas Zimmermann1-1/+1
2023-10-19drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_RThomas Zimmermann1-3/+3
2023-10-19drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann1-73/+73