summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+5
2025-12-21drm/ast: Swap framebuffer writes on big-endian machinesRené Rebe-5/+17
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard-4/+4
2025-12-01drm/ast: Wrap cursor framebuffer access in drm_gem_fb_begin/end_cpu_access()Thomas Zimmermann-31/+43
2025-12-01drm/ast: Support cursor buffers objects in I/O memoryThomas Zimmermann-1/+14
2025-12-01drm/ast: Move cursor format conversion into helper functionThomas Zimmermann-23/+39
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie-4/+4
2025-11-10drm/ast: Handle framebuffer from dma-bufJocelyn Falempe-3/+8
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+1
2025-10-30drm/ast: Clear preserved bits from register output valueThomas Zimmermann-4/+4
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter-40/+103
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter-342/+788
2025-10-15drm/ast: Store HSync adjustment in device quirksThomas Zimmermann-2/+8
2025-10-15drm/ast: Store precatch settings in struct ast_device_quirksThomas Zimmermann-9/+16
2025-10-15drm/ast: Store CRTC memory request threshold in device quirksThomas Zimmermann-14/+24
2025-10-15drm/ast: Support device quirksThomas Zimmermann-9/+38
2025-10-15drm/ast: Store DRAM clock table in struct ast_deviceThomas Zimmermann-6/+17
2025-10-15drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync offThomas Zimmermann-8/+11
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-140/+52
2025-09-29drm/ast: Remove generic device initializationThomas Zimmermann-166/+2
2025-09-29drm/ast: Move Gen7 device initialization into separate helperThomas Zimmermann-0/+74
2025-09-29drm/ast: Move Gen6 device initialization into separate helperThomas Zimmermann-0/+75
2025-09-29drm/ast: Move Gen5 device initialization into separate helperThomas Zimmermann-0/+107
2025-09-29drm/ast: Move Gen4 device initialization into separate helperThomas Zimmermann-0/+71
2025-09-29drm/ast: Move Gen3 device initialization into separate helperThomas Zimmermann-0/+99
2025-09-29drm/ast: Move Gen2 device initialization into separate helperThomas Zimmermann-0/+65
2025-09-29drm/ast: Move Gen1 device initialization into separate helperThomas Zimmermann-0/+52
2025-09-29drm/ast: Prepare per-Gen device initializationThomas Zimmermann-7/+28
2025-09-29drm/ast: Split ast_detect_tx_chip() per chip generationThomas Zimmermann-89/+119
2025-09-29drm/ast: Move mode-detection helpers to Gen2 source filesThomas Zimmermann-27/+33
2025-09-29drm/ast: Move display-clock tables to per-Gen source filesThomas Zimmermann-62/+72
2025-09-19drm/ast: Use msleep instead of mdelay for edid readNirmoy Das-1/+1
2025-09-05drm/ast: ast_2100: Remove unneeded semicolonChen Ni-1/+1
2025-09-04drm/ast: Put AST_DRAM_ constants into enum ast_dram_layoutThomas Zimmermann-18/+19
2025-09-04drm/ast: Move DRAM info next to its only userThomas Zimmermann-88/+44
2025-09-04drm/ast: Remove unused SCU-MPLL and SCU-STRAP valuesThomas Zimmermann-11/+2
2025-09-04drm/ast: Remove unused mclk fieldThomas Zimmermann-27/+0
2025-09-04drm/ast: Remove unused dram_bus_width fieldThomas Zimmermann-7/+0
2025-09-04drm/ast: Do not print DRAM infoThomas Zimmermann-2/+0
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-2242/+2573
2025-07-09drm/ast: Gen7: Switch default registers to gen4+ stateThomas Zimmermann-35/+1
2025-07-09drm/ast: Gen7: Disable VGASR0[1] as on Gen4+Thomas Zimmermann-0/+1
2025-07-09drm/ast: Split ast_set_def_ext_reg() by chip generationThomas Zimmermann-40/+111
2025-07-09drm/ast: Handle known struct ast_dramstruct with helpersThomas Zimmermann-19/+41
2025-07-09drm/ast: Move struct ast_dramstruct to ast_post.hThomas Zimmermann-13/+8
2025-07-09drm/ast: Move Gen2+ and Gen1 POST code to separate source filesThomas Zimmermann-370/+478
2025-07-09drm/ast: Move Gen4+ POST code to separate source fileThomas Zimmermann-1262/+1302