aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_mode.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Validate display modes against framebuffer and format limitsThomas Zimmermann2025-04-071-7/+13
* drm/ast: Remove vaddr field from struct ast_planeThomas Zimmermann2025-04-071-7/+12
* drm/ast: Fix comment on modeset lockThomas Zimmermann2025-04-071-3/+3
* drm/probe-helper: Do not fail from drmm_kms_helper_poll_init()Thomas Zimmermann2025-03-241-4/+1
* drm/ast: Add helper for computing framebuffer location in video memoryThomas Zimmermann2025-03-121-4/+21
* drm/ast: cursor: Move implementation to separate source fileThomas Zimmermann2025-02-201-270/+7
* drm/ast: cursor: Add support for ARGB4444Thomas Zimmermann2025-02-201-10/+22
* drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann2025-02-201-54/+17
* drm/ast: cursor: Calculate checksum in helperThomas Zimmermann2025-02-201-15/+46
* drm/ast: Only look up VBIOS mode on full modesetsThomas Zimmermann2025-02-031-22/+24
* drm/ast: Remove struct ast_vbios_mode_infoThomas Zimmermann2025-02-031-36/+29
* drm/ast: Inline ast_get_vbios_mode_info()Thomas Zimmermann2025-02-031-58/+54
* drm/ast: Validate DRM display modes against VBIOS modesThomas Zimmermann2025-02-031-57/+5
* drm/ast: Add helpers for VBIOS mode lookupThomas Zimmermann2025-02-031-70/+7
* drm/ast: Add empty initializer for VBIOS modesThomas Zimmermann2025-02-031-1/+1
* drm/ast: Find VBIOS mode from regular display sizeThomas Zimmermann2025-02-031-4/+6
* drm/ast: Always validate H/V sync flagsThomas Zimmermann2025-02-031-25/+16
* drm/ast: Add support_wuxga flag to struct ast_deviceThomas Zimmermann2025-02-031-5/+3
* drm/ast: Add support_fullhd flag to struct ast_deviceThomas Zimmermann2025-02-031-10/+2
* drm/ast: Rename support_wide_screen to support_wsxga_pThomas Zimmermann2025-02-031-1/+1
* drm/ast: Remove 1152x864 from list of widescreen resolutionsThomas Zimmermann2025-02-031-2/+0
* drm/ast: Avoid upcasting to struct ast_deviceThomas Zimmermann2024-09-131-3/+3
* drm/ast: Respect return value from CRTC initThomas Zimmermann2024-09-131-1/+3
* drm/ast: Remove TX-chip bitmaskThomas Zimmermann2024-09-111-15/+11
* drm/ast: Remove BMC outputThomas Zimmermann2024-08-221-107/+0
* drm/ast: Add struct ast_connectorThomas Zimmermann2024-08-221-4/+4
* drm/ast: Move code for physical outputs into separate filesThomas Zimmermann2024-08-221-471/+0
* Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-081-0/+2
|\
| * drm/ast: astdp: Perform link training during atomic_enableThomas Zimmermann2024-07-301-0/+2
* | drm/ast: astdp: Wake up during connector status detectionThomas Zimmermann2024-07-301-2/+27
|/
* drm/ast: Use drm_atomic_helper_commit_tail() helperThomas Zimmermann2024-07-031-1/+1
* drm/ast: Inline ast_crtc_dpms() into callersThomas Zimmermann2024-07-031-25/+11
* drm/ast: Only set VGA SCREEN_DISABLE bit in CRTC codeThomas Zimmermann2024-07-031-7/+7
* drm/ast: Remove gamma LUT updates from DPMS codeThomas Zimmermann2024-07-031-12/+0
* drm/ast: Handle primary-plane format setup in atomic_updateThomas Zimmermann2024-07-031-8/+3
* drm/ast: Move mode-setting code into mode_set_nofb CRTC helperThomas Zimmermann2024-07-031-24/+28
* drm/ast: Program mode for AST DP in atomic_mode_setThomas Zimmermann2024-07-031-5/+12
* drm/ast: Implement atomic enable/disable for encodersThomas Zimmermann2024-07-031-16/+50
* drm/ast: Inline drm_simple_encoder_init()Thomas Zimmermann2024-06-271-5/+40
* drm/ast: Add drm_panic supportJocelyn Falempe2024-04-151-0/+18
* drm/ast: Define struct ast_ddc in ast_ddc.cThomas Zimmermann2024-04-111-4/+4
* drm/ast: Automatically clean up poll helperThomas Zimmermann2024-04-021-1/+3
* drm/ast: Implement polling for VGA and SIL164 connectorsThomas Zimmermann2024-04-021-2/+4
* drm/ast: Use drm_connector_helper_get_modes()Thomas Zimmermann2024-04-021-40/+2
* drm/ast: Acquire I/O-register lock in DDC codeThomas Zimmermann2024-04-021-26/+4
* drm/ast: Pass AST device to ast_ddc_create()Thomas Zimmermann2024-04-021-2/+4
* drm/ast: Rename struct ast_i2c_chan to struct ast_ddcThomas Zimmermann2024-04-021-12/+12
* drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann2024-04-021-0/+1
* drm/ast: Remove struct ast_{vga,sil165}_connectorThomas Zimmermann2024-04-021-14/+8
* drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann2024-04-021-32/+20