summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorLines
2023-10-19drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWRThomas Zimmermann-2/+2
2023-10-19drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRRThomas Zimmermann-1/+1
2023-10-19drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRIThomas Zimmermann-12/+12
2023-10-19drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAERThomas Zimmermann-3/+3
2023-10-19drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_WThomas Zimmermann-4/+4
2023-10-19drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_WThomas Zimmermann-6/+6
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson-0/+6
2023-07-28drm/ast: report connection status on Display Port.Jocelyn Falempe-14/+66
2023-07-28drm/ast: Add BMC virtual connectorJocelyn Falempe-0/+61
2023-07-25drm/ast: Do not enable PCI resources multiple timesThomas Zimmermann-21/+0
2023-06-27drm/ast: Merge config and chip detectionThomas Zimmermann-51/+57
2023-06-27drm/ast: Move widescreen and tx-chip detection into separate helpersThomas Zimmermann-3/+15
2023-06-27drm/ast: Detect AST 2510 modelThomas Zimmermann-5/+11
2023-06-27drm/ast: Detect AST 1400 modelThomas Zimmermann-5/+11
2023-06-27drm/ast: Detect AST 1300 modelThomas Zimmermann-5/+12
2023-06-27drm/ast: Distinguish among chip generationsThomas Zimmermann-57/+89
2023-06-27drm/ast: Set up release action right after enabling MMIOThomas Zimmermann-19/+19
2023-06-27drm/ast: Enable and unlock device access early during initThomas Zimmermann-39/+30
2023-06-27drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann-7/+21
2023-06-27drm/ast: Remove device POSTing and config from chip detectionThomas Zimmermann-27/+25
2023-06-27drm/ast: Remove dead else branch in POST codeThomas Zimmermann-9/+3
2023-06-27drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann-38/+24
2023-06-27drm/ast: Remove vga2_clone fieldThomas Zimmermann-2/+0
2023-06-27drm/ast: Fix DRAM init on AST2200Thomas Zimmermann-1/+1
2023-06-01drm/ast: Fix modeset failed on DisplayPortJammy Huang-2/+13
2023-05-31drm/ast: Fix long time waiting on s3/s4 resumeJammy Huang-45/+29
2023-05-12Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard-203/+183
2023-04-21drm/ast: Fix ARM compatibilityJammy Huang-4/+5
2023-04-04drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffersDaniel Vetter-15/+1
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+2
2023-03-01drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann-46/+46
2023-03-01drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann-150/+150
2023-03-01drm/ast: Rework definition of I/O read and write helpersThomas Zimmermann-34/+14
2023-03-01drm/ast: Remove little-endianism from I/O helpersThomas Zimmermann-1/+3
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-4/+3
2023-02-20drm/ast: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann-8/+20
2023-02-10drm/ast: Fix start address computationJocelyn Falempe-2/+2
2023-01-18drm/ast: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann-3/+0
2023-01-10drm: Only select I2C_ALGOBIT for drivers that actually need itUwe Kleine-König-0/+2
2022-12-20drm/ast: Init iosys_map pointer as I/O memory for damage handlingThomas Zimmermann-1/+1
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann-1/+0
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-0/+1
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin-2/+0
2022-10-16drm/ast: Avoid reprogramming primary-plane scanout addressThomas Zimmermann-4/+13
2022-10-16drm/ast: Convert ast to SHMEMThomas Zimmermann-115/+129
2022-10-16drm/ast: Style cleanups in plane codeThomas Zimmermann-59/+45
2022-10-16drm/ast: Rename struct ast_cursor_plane to struct ast_planeThomas Zimmermann-17/+20
2022-10-16drm/ast: Remove cursor double bufferingThomas Zimmermann-60/+35
2022-10-16drm/ast: Do not call drm_atomic_add_affected_planes()Thomas Zimmermann-3/+2
2022-10-16drm/ast: Call drm_atomic_helper_check_plane_state() unconditionallyThomas Zimmermann-20/+15