summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorFilesLines
2024-04-17drm/ast: Fix soft lockupJammy Huang1-0/+3
2023-12-03drm/ast: Disconnect BMC if physical connector is connectedThomas Zimmermann2-8/+67
2023-07-28drm/ast: report connection status on Display Port.Jocelyn Falempe4-14/+66
2023-07-28drm/ast: Add BMC virtual connectorJocelyn Falempe2-0/+61
2023-07-25drm/ast: Do not enable PCI resources multiple timesThomas Zimmermann1-21/+0
2023-06-27drm/ast: Merge config and chip detectionThomas Zimmermann1-51/+57
2023-06-27drm/ast: Move widescreen and tx-chip detection into separate helpersThomas Zimmermann1-3/+15
2023-06-27drm/ast: Detect AST 2510 modelThomas Zimmermann2-5/+11
2023-06-27drm/ast: Detect AST 1400 modelThomas Zimmermann2-5/+11
2023-06-27drm/ast: Detect AST 1300 modelThomas Zimmermann2-5/+12
2023-06-27drm/ast: Distinguish among chip generationsThomas Zimmermann5-57/+89
2023-06-27drm/ast: Set up release action right after enabling MMIOThomas Zimmermann1-19/+19
2023-06-27drm/ast: Enable and unlock device access early during initThomas Zimmermann4-39/+30
2023-06-27drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann3-7/+21
2023-06-27drm/ast: Remove device POSTing and config from chip detectionThomas Zimmermann1-27/+25
2023-06-27drm/ast: Remove dead else branch in POST codeThomas Zimmermann1-9/+3
2023-06-27drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann2-38/+24
2023-06-27drm/ast: Remove vga2_clone fieldThomas Zimmermann2-2/+0
2023-06-27drm/ast: Fix DRAM init on AST2200Thomas Zimmermann1-1/+1
2023-06-01drm/ast: Fix modeset failed on DisplayPortJammy Huang1-2/+13
2023-05-31drm/ast: Fix long time waiting on s3/s4 resumeJammy Huang4-45/+29
2023-05-12Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard9-203/+183
2023-04-21drm/ast: Fix ARM compatibilityJammy Huang1-4/+5
2023-04-04drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffersDaniel Vetter1-15/+1
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+2
2023-03-01drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann7-46/+46
2023-03-01drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann9-150/+150
2023-03-01drm/ast: Rework definition of I/O read and write helpersThomas Zimmermann1-34/+14
2023-03-01drm/ast: Remove little-endianism from I/O helpersThomas Zimmermann1-1/+3
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-4/+3
2023-02-20drm/ast: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann1-8/+20
2023-02-10drm/ast: Fix start address computationJocelyn Falempe1-2/+2
2023-01-18drm/ast: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann3-3/+0
2023-01-10drm: Only select I2C_ALGOBIT for drivers that actually need itUwe Kleine-König1-0/+2
2022-12-20drm/ast: Init iosys_map pointer as I/O memory for damage handlingThomas Zimmermann1-1/+1
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann1-1/+0
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-0/+1
2022-10-20drm: Remove drm_mode_config::fb_baseZack Rusin1-2/+0
2022-10-16drm/ast: Avoid reprogramming primary-plane scanout addressThomas Zimmermann1-4/+13
2022-10-16drm/ast: Convert ast to SHMEMThomas Zimmermann6-115/+129
2022-10-16drm/ast: Style cleanups in plane codeThomas Zimmermann1-59/+45
2022-10-16drm/ast: Rename struct ast_cursor_plane to struct ast_planeThomas Zimmermann2-17/+20
2022-10-16drm/ast: Remove cursor double bufferingThomas Zimmermann2-60/+35
2022-10-16drm/ast: Do not call drm_atomic_add_affected_planes()Thomas Zimmermann1-3/+2
2022-10-16drm/ast: Call drm_atomic_helper_check_plane_state() unconditionallyThomas Zimmermann1-20/+15
2022-10-16drm/ast: Acquire I/O-register lock in atomic_commit_tail functionThomas Zimmermann1-18/+16
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann1-4/+4
2022-10-05drm/ast: Add Atomic gamma lut support for aspeedJocelyn Falempe1-17/+70
2022-09-26drm/ast: make ast_modeset staticruanjinjie1-1/+1
2022-09-20drm/ast: Fix video broken in some resolutions on ast2600Jammy Huang1-2/+8