summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorFilesLines
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie11-751/+984
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard4-16/+16
2026-04-20drm/ast: Support DRM_FORMAT_XRGB1555 on the primary planeThomas Zimmermann2-2/+14
2026-04-20drm/ast: Replace references to struct drm_format_info.cppThomas Zimmermann2-43/+77
2026-04-20drm/ast: Remove traces of DRM_FORMAT_RGB888 handlingThomas Zimmermann1-2/+0
2026-04-20drm/ast: Add constant for VGACR91Thomas Zimmermann2-2/+3
2026-04-08drm/ast: Fix open-coded scu_rev accessThomas Zimmermann2-7/+7
2026-04-08drm/ast: dp501: Fix open-coded register accessThomas Zimmermann2-66/+64
2026-04-08drm/ast: Gen6: Fix open-coded register accessThomas Zimmermann2-8/+9
2026-04-08drm/ast: Gen4: Fix open-coded register accessThomas Zimmermann2-15/+10
2026-04-08drm/ast: Gen2: Fix open-coded register accessThomas Zimmermann1-35/+38
2026-04-08drm/ast: Gen1: Fix open-coded register accessThomas Zimmermann4-11/+22
2026-04-08drm/ast: Store register addresses in struct ast_dramstructThomas Zimmermann4-128/+131
2026-04-08drm/ast: Use constants for SDRAM registersThomas Zimmermann2-7/+17
2026-04-08drm/ast: Use constants for WDT registersThomas Zimmermann2-10/+23
2026-04-08drm/ast: Use constants for A2P registersThomas Zimmermann2-3/+11
2026-04-08drm/ast: Use constants for SCU registersThomas Zimmermann4-57/+76
2026-04-08drm/ast: Use constants for MCR registersThomas Zimmermann8-302/+373
2026-04-08drm/ast: Use constants for AHBC registersThomas Zimmermann2-3/+14
2026-04-08drm/ast: Move 32-bit register-access helpers to ast_drv.{c, h}Thomas Zimmermann5-63/+108
2026-03-30drm/ast: dp501: Fix initialization of SCU2CThomas Zimmermann1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-6/+5
2025-12-21drm/ast: Swap framebuffer writes on big-endian machinesRené Rebe2-5/+17
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+4
2025-12-01drm/ast: Wrap cursor framebuffer access in drm_gem_fb_begin/end_cpu_access()Thomas Zimmermann1-31/+43
2025-12-01drm/ast: Support cursor buffers objects in I/O memoryThomas Zimmermann1-1/+14
2025-12-01drm/ast: Move cursor format conversion into helper functionThomas Zimmermann1-23/+39
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie1-4/+4
2025-11-10drm/ast: Handle framebuffer from dma-bufJocelyn Falempe1-3/+8
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-30drm/ast: Clear preserved bits from register output valueThomas Zimmermann1-4/+4
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter10-40/+103
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter13-342/+788
2025-10-15drm/ast: Store HSync adjustment in device quirksThomas Zimmermann3-2/+8
2025-10-15drm/ast: Store precatch settings in struct ast_device_quirksThomas Zimmermann4-9/+16
2025-10-15drm/ast: Store CRTC memory request threshold in device quirksThomas Zimmermann9-14/+24
2025-10-15drm/ast: Support device quirksThomas Zimmermann9-9/+38
2025-10-15drm/ast: Store DRAM clock table in struct ast_deviceThomas Zimmermann9-6/+17
2025-10-15drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync offThomas Zimmermann2-8/+11
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-140/+52
2025-09-29drm/ast: Remove generic device initializationThomas Zimmermann4-166/+2
2025-09-29drm/ast: Move Gen7 device initialization into separate helperThomas Zimmermann3-0/+74
2025-09-29drm/ast: Move Gen6 device initialization into separate helperThomas Zimmermann3-0/+75
2025-09-29drm/ast: Move Gen5 device initialization into separate helperThomas Zimmermann4-0/+107
2025-09-29drm/ast: Move Gen4 device initialization into separate helperThomas Zimmermann3-0/+71
2025-09-29drm/ast: Move Gen3 device initialization into separate helperThomas Zimmermann4-0/+99
2025-09-29drm/ast: Move Gen2 device initialization into separate helperThomas Zimmermann3-0/+65