summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: cursor: Move implementation to separate source fileThomas Zimmermann2025-02-204-281/+330
* drm/ast: cursor: Add support for ARGB4444Thomas Zimmermann2025-02-201-11/+23
* drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann2025-02-202-55/+20
* drm/ast: cursor: Calculate checksum in helperThomas Zimmermann2025-02-202-16/+58
* Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2025-02-1411-628/+826
|\
| * drm/ast: astdp: Validate display modesThomas Zimmermann2025-02-111-0/+14
| * drm/ast: astdp: Store mode index in connector stateThomas Zimmermann2025-02-111-6/+31
| * drm/ast: astdp: Inline mode-index calculationThomas Zimmermann2025-02-111-31/+21
| * drm/ast: astdp: Add connector stateThomas Zimmermann2025-02-111-6/+56
| * drm/ast: Only look up VBIOS mode on full modesetsThomas Zimmermann2025-02-031-25/+27
| * drm/ast: Remove struct ast_vbios_mode_infoThomas Zimmermann2025-02-033-44/+32
| * drm/ast: astdp: Look up mode index from tableThomas Zimmermann2025-02-031-61/+55
| * drm/ast: astdp: Rework display-mode settingThomas Zimmermann2025-02-032-90/+100
| * 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-037-263/+360
| * drm/ast: Add empty initializer for VBIOS modesThomas Zimmermann2025-02-032-30/+24
| * 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-27/+18
| * drm/ast: Add support_wuxga flag to struct ast_deviceThomas Zimmermann2025-02-034-5/+32
| * drm/ast: Add support_fullhd flag to struct ast_deviceThomas Zimmermann2025-02-033-10/+22
| * drm/ast: Reorganize widescreen test around hardware GensThomas Zimmermann2025-02-031-22/+32
| * drm/ast: Rename support_wide_screen to support_wsxga_pThomas Zimmermann2025-02-033-10/+10
| * drm/ast: Align naming in widescreen detection code to manualThomas Zimmermann2025-02-034-11/+12
| * drm/ast: Remove 1152x864 from list of widescreen resolutionsThomas Zimmermann2025-02-031-2/+0
| * drm/ast: Fix ast_dp connection statusJocelyn Falempe2025-01-291-0/+6
| * drm/ast: Only warn about unsupported TX chips on Gen4 and laterThomas Zimmermann2025-01-221-18/+22
| * drm/ast: Merge TX-chip detection code for Gen4 and laterThomas Zimmermann2025-01-221-6/+11
| * drm/ast: Align Gen1 DVO detection to register manualThomas Zimmermann2025-01-222-3/+4
| * drm/ast: Hide Gens 1 to 3 TX detection in branchThomas Zimmermann2025-01-221-15/+15
| * drm/ast: Initialize ASTDP in ast_post_gpu()Thomas Zimmermann2025-01-224-11/+29
| * drm/ast: Refactor ast_post_gpu() by GenThomas Zimmermann2025-01-221-10/+26
| * drm/ast: Detect DRAM before TX-chipThomas Zimmermann2025-01-221-3/+1
| * drm/ast: Detect wide-screen support before creating modeset pipelineThomas Zimmermann2025-01-221-1/+2
* | Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard2025-02-062-3/+1
|\|
| * drm: remove driver date from struct drm_driver and all driversJani Nikula2024-12-052-2/+0
| * drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann2024-11-151-1/+1
* | drm/ast: astdp: Fix timeout for enabling video signalThomas Zimmermann2025-01-281-1/+1
|/
* Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie2024-11-042-0/+4
|\
| * drm/ast: vga: Clear EDID if no display is connectedThomas Zimmermann2024-10-171-0/+2
| * drm/ast: sil164: Clear EDID if no display is connectedThomas Zimmermann2024-10-171-0/+2
* | drm/ast: Use video aperture helpersThomas Zimmermann2024-10-141-2/+2
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-09-301-6/+6
|\|
| * Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-231-6/+6
| |\
| | * drm/ast: Request PCI BAR with devresPhilipp Stanner2024-08-091-6/+6
* | | drm/ast: Run DRM default client setupThomas Zimmermann2024-09-262-2/+5
* | | drm/ast: Warn about unsupported TX chipsThomas Zimmermann2024-09-181-1/+16
* | | drm/ast: Use TX-chip register constantsThomas Zimmermann2024-09-183-11/+13
* | | drm/ast: Rename register constants for TX-chip typesThomas Zimmermann2024-09-182-16/+14
* | | drm/ast: Avoid upcasting to struct ast_deviceThomas Zimmermann2024-09-135-27/+21