summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)Author
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-22drm/ast: fix memory leak when unload the driverTong Zhang
2021-02-17drm/ast: Move all of the cursor-update functionality to atomic_updateThomas Zimmermann
2021-02-17drm/ast: Store each HW cursor offset after pinning the rsp BOThomas Zimmermann
2021-02-17drm/ast: Map HW cursor BOs permanentlyThomas Zimmermann
2021-02-17drm/ast: Store cursor BOs in cursor planeThomas Zimmermann
2021-02-17drm/ast: Add cursor-plane data structureThomas Zimmermann
2021-02-17drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann
2021-02-17drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann
2021-02-17drm/ast: Initialize planes in helper functionsThomas Zimmermann
2021-02-17drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_checkThomas Zimmermann
2021-02-17drm/ast: Add constants for VGACRCB register bitsThomas Zimmermann
2021-01-06drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen
2020-12-11drm/ast: Only map cursor BOs during updatesThomas Zimmermann
2020-12-11drm/ast: Don't pin cursor source BO explicitly during updateThomas Zimmermann
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard
2020-11-10drm/ast: Create chip AST2600KuoHsiang Chou
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-09drm/ast: Fixed 1920x1080 sync. polarity issueKuoHsiang Chou
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/ast: Support 1600x900 with 108MHz PCLKKuoHsiang Chou
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-24drm/ast: Reload gamma LUT after changing primary plane's color formatThomas Zimmermann
2020-09-16drm/ast: Enable CRTC before planesThomas Zimmermann
2020-09-16drm/ast: Program display mode in CRTC's atomic_enable()Thomas Zimmermann
2020-09-16drm/ast: Disable planes while switching display modesThomas Zimmermann
2020-09-16drm/ast: Set format registers in primary plane's updateThomas Zimmermann
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-19drm: ast: fix double __iomem sparse warningRandy Dunlap
2020-08-03drm/ast: Managed device releaseThomas Zimmermann
2020-08-03drm/ast: Manage release of firmware backup memoryThomas Zimmermann
2020-08-03drm/ast: Managed release of ast firmwareThomas Zimmermann
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann
2020-08-03drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann
2020-08-03drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann
2020-08-03drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann
2020-08-03drm/ast: Separate DRM driver from PCI codeThomas Zimmermann
2020-08-03drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann
2020-07-20drm/ast: Use managed MM initializationThomas Zimmermann
2020-07-20drm/ast: Initialize DRAM type before posting GPUThomas Zimmermann
2020-07-20drm/ast: Move VRAM size detection to ast_mm.cThomas Zimmermann