summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorLines
2025-07-09drm/ast: Move Gen4+ POST code to separate source fileThomas Zimmermann-1262/+1302
2025-07-09drm/ast: Move Gen6+ POST code to separate source fileThomas Zimmermann-522/+576
2025-07-09drm/ast: Move Gen7+ POST code to separate source fileThomas Zimmermann-5/+48
2025-07-09drm/ast: Declare helpers for POST in headerThomas Zimmermann-5/+21
2025-07-07drm/gem-shmem: Do not map s/g table by defaultThomas Zimmermann-1/+1
2025-06-13drm/ast: Do not include <linux/export.h>Thomas Zimmermann-1/+0
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-06-03drm/ast: use DRM_GEM_SHMEM_DRIVER_OPS_NO_MAP_SGTShixiong Ou-1/+1
2025-05-26drm/ast: Use helpers for programming gamma ramps and palettesThomas Zimmermann-27/+42
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann-1/+1
2025-04-07drm/ast: Validate display modes against framebuffer and format limitsThomas Zimmermann-9/+15
2025-04-07drm/ast: Remove vaddr field from struct ast_planeThomas Zimmermann-14/+17
2025-04-07drm/ast: Fix comment on modeset lockThomas Zimmermann-3/+3
2025-03-24drm/probe-helper: Do not fail from drmm_kms_helper_poll_init()Thomas Zimmermann-4/+1
2025-03-12drm/ast: cursor: Drop page alignmentThomas Zimmermann-1/+1
2025-03-12drm/ast: Remove vram_fb_available from struct ast_deviceThomas Zimmermann-19/+4
2025-03-12drm/ast: Add helper for computing framebuffer location in video memoryThomas Zimmermann-4/+21
2025-03-12drm/ast: cursor: Add helpers for computing location in video memoryThomas Zimmermann-2/+20
2025-03-12drm/ast: Add VGACR99 register constantsThomas Zimmermann-7/+7
2025-03-12drm/ast: Add VGACRAA register constantsThomas Zimmermann-2/+4
2025-03-12drm/ast: Replace AST_VIDMEM_SIZE_ with Linux SZ_ constantsThomas Zimmermann-25/+16
2025-02-20drm/ast: cursor: Move implementation to separate source fileThomas Zimmermann-281/+330
2025-02-20drm/ast: cursor: Add support for ARGB4444Thomas Zimmermann-11/+23
2025-02-20drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann-55/+20
2025-02-20drm/ast: cursor: Calculate checksum in helperThomas Zimmermann-16/+58
2025-02-14Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-628/+826
2025-02-11drm/ast: astdp: Validate display modesThomas Zimmermann-0/+14
2025-02-11drm/ast: astdp: Store mode index in connector stateThomas Zimmermann-6/+31
2025-02-11drm/ast: astdp: Inline mode-index calculationThomas Zimmermann-31/+21
2025-02-11drm/ast: astdp: Add connector stateThomas Zimmermann-6/+56
2025-02-06Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard-3/+1
2025-02-03drm/ast: Only look up VBIOS mode on full modesetsThomas Zimmermann-25/+27
2025-02-03drm/ast: Remove struct ast_vbios_mode_infoThomas Zimmermann-44/+32
2025-02-03drm/ast: astdp: Look up mode index from tableThomas Zimmermann-61/+55
2025-02-03drm/ast: astdp: Rework display-mode settingThomas Zimmermann-90/+100
2025-02-03drm/ast: Inline ast_get_vbios_mode_info()Thomas Zimmermann-58/+54
2025-02-03drm/ast: Validate DRM display modes against VBIOS modesThomas Zimmermann-57/+5
2025-02-03drm/ast: Add helpers for VBIOS mode lookupThomas Zimmermann-263/+360
2025-02-03drm/ast: Add empty initializer for VBIOS modesThomas Zimmermann-30/+24
2025-02-03drm/ast: Find VBIOS mode from regular display sizeThomas Zimmermann-4/+6
2025-02-03drm/ast: Always validate H/V sync flagsThomas Zimmermann-27/+18
2025-02-03drm/ast: Add support_wuxga flag to struct ast_deviceThomas Zimmermann-5/+32
2025-02-03drm/ast: Add support_fullhd flag to struct ast_deviceThomas Zimmermann-10/+22
2025-02-03drm/ast: Reorganize widescreen test around hardware GensThomas Zimmermann-22/+32
2025-02-03drm/ast: Rename support_wide_screen to support_wsxga_pThomas Zimmermann-10/+10
2025-02-03drm/ast: Align naming in widescreen detection code to manualThomas Zimmermann-11/+12
2025-02-03drm/ast: Remove 1152x864 from list of widescreen resolutionsThomas Zimmermann-2/+0
2025-01-29drm/ast: Fix ast_dp connection statusJocelyn Falempe-0/+6
2025-01-28drm/ast: astdp: Fix timeout for enabling video signalThomas Zimmermann-1/+1