summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)Author
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard
2026-04-20drm/ast: Support DRM_FORMAT_XRGB1555 on the primary planeThomas Zimmermann
2026-04-20drm/ast: Replace references to struct drm_format_info.cppThomas Zimmermann
2026-04-20drm/ast: Remove traces of DRM_FORMAT_RGB888 handlingThomas Zimmermann
2026-04-20drm/ast: Add constant for VGACR91Thomas Zimmermann
2026-04-08drm/ast: Fix open-coded scu_rev accessThomas Zimmermann
2026-04-08drm/ast: dp501: Fix open-coded register accessThomas Zimmermann
2026-04-08drm/ast: Gen6: Fix open-coded register accessThomas Zimmermann
2026-04-08drm/ast: Gen4: Fix open-coded register accessThomas Zimmermann
2026-04-08drm/ast: Gen2: Fix open-coded register accessThomas Zimmermann
2026-04-08drm/ast: Gen1: Fix open-coded register accessThomas Zimmermann
2026-04-08drm/ast: Store register addresses in struct ast_dramstructThomas Zimmermann
2026-04-08drm/ast: Use constants for SDRAM registersThomas Zimmermann
2026-04-08drm/ast: Use constants for WDT registersThomas Zimmermann
2026-04-08drm/ast: Use constants for A2P registersThomas Zimmermann
2026-04-08drm/ast: Use constants for SCU registersThomas Zimmermann
2026-04-08drm/ast: Use constants for MCR registersThomas Zimmermann
2026-04-08drm/ast: Use constants for AHBC registersThomas Zimmermann
2026-04-08drm/ast: Move 32-bit register-access helpers to ast_drv.{c, h}Thomas Zimmermann
2026-03-30drm/ast: dp501: Fix initialization of SCU2CThomas Zimmermann
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-21drm/ast: Swap framebuffer writes on big-endian machinesRené Rebe
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2025-12-01drm/ast: Wrap cursor framebuffer access in drm_gem_fb_begin/end_cpu_access()Thomas Zimmermann
2025-12-01drm/ast: Support cursor buffers objects in I/O memoryThomas Zimmermann
2025-12-01drm/ast: Move cursor format conversion into helper functionThomas Zimmermann
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-11-10drm/ast: Handle framebuffer from dma-bufJocelyn Falempe
2025-10-31drm: include drm_print.h where neededJani Nikula
2025-10-30drm/ast: Clear preserved bits from register output valueThomas Zimmermann
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter
2025-10-15drm/ast: Store HSync adjustment in device quirksThomas Zimmermann
2025-10-15drm/ast: Store precatch settings in struct ast_device_quirksThomas Zimmermann
2025-10-15drm/ast: Store CRTC memory request threshold in device quirksThomas Zimmermann
2025-10-15drm/ast: Support device quirksThomas Zimmermann
2025-10-15drm/ast: Store DRAM clock table in struct ast_deviceThomas Zimmermann
2025-10-15drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync offThomas Zimmermann
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-09-29drm/ast: Remove generic device initializationThomas Zimmermann
2025-09-29drm/ast: Move Gen7 device initialization into separate helperThomas Zimmermann
2025-09-29drm/ast: Move Gen6 device initialization into separate helperThomas Zimmermann
2025-09-29drm/ast: Move Gen5 device initialization into separate helperThomas Zimmermann
2025-09-29drm/ast: Move Gen4 device initialization into separate helperThomas Zimmermann
2025-09-29drm/ast: Move Gen3 device initialization into separate helperThomas Zimmermann
2025-09-29drm/ast: Move Gen2 device initialization into separate helperThomas Zimmermann