summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_2100.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-15drm/ast: Store CRTC memory request threshold in device quirksThomas Zimmermann1-0/+2
2025-10-15drm/ast: Support device quirksThomas Zimmermann1-1/+4
2025-10-15drm/ast: Store DRAM clock table in struct ast_deviceThomas Zimmermann1-0/+2
2025-09-29drm/ast: Move Gen2 device initialization into separate helperThomas Zimmermann1-0/+54
2025-09-29drm/ast: Move mode-detection helpers to Gen2 source filesThomas Zimmermann1-0/+31
2025-09-05drm/ast: ast_2100: Remove unneeded semicolonChen Ni1-1/+1
2025-09-04drm/ast: Put AST_DRAM_ constants into enum ast_dram_layoutThomas Zimmermann1-11/+10
2025-09-04drm/ast: Move DRAM info next to its only userThomas Zimmermann1-3/+44
2025-07-09drm/ast: Split ast_set_def_ext_reg() by chip generationThomas Zimmermann1-0/+2
2025-07-09drm/ast: Handle known struct ast_dramstruct with helpersThomas Zimmermann1-11/+11
2025-07-09drm/ast: Move struct ast_dramstruct to ast_post.hThomas Zimmermann1-1/+1
2025-07-09drm/ast: Move Gen2+ and Gen1 POST code to separate source filesThomas Zimmermann1-0/+346