aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-30drm/ast: Clear preserved bits from register output valueThomas Zimmermann1-4/+4
2025-09-04drm/ast: Put AST_DRAM_ constants into enum ast_dram_layoutThomas Zimmermann1-7/+9
2025-09-04drm/ast: Move DRAM info next to its only userThomas Zimmermann1-2/+0
2025-09-04drm/ast: Remove unused mclk fieldThomas Zimmermann1-1/+0
2025-09-04drm/ast: Remove unused dram_bus_width fieldThomas Zimmermann1-1/+0
2025-07-09drm/ast: Move Gen2+ and Gen1 POST code to separate source filesThomas Zimmermann1-0/+6
2025-07-09drm/ast: Move Gen4+ POST code to separate source fileThomas Zimmermann1-0/+3
2025-07-09drm/ast: Move Gen6+ POST code to separate source fileThomas Zimmermann1-1/+4
2025-07-09drm/ast: Move Gen7+ POST code to separate source fileThomas Zimmermann1-0/+3
2025-04-07drm/ast: Remove vaddr field from struct ast_planeThomas Zimmermann1-2/+2
2025-03-12drm/ast: Remove vram_fb_available from struct ast_deviceThomas Zimmermann1-4/+0
2025-03-12drm/ast: cursor: Add helpers for computing location in video memoryThomas Zimmermann1-0/+1
2025-03-12drm/ast: Replace AST_VIDMEM_SIZE_ with Linux SZ_ constantsThomas Zimmermann1-8/+0
2025-02-20drm/ast: cursor: Move implementation to separate source fileThomas Zimmermann1-11/+13
2025-02-20drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann1-1/+3
2025-02-20drm/ast: cursor: Calculate checksum in helperThomas Zimmermann1-1/+12
2025-02-03drm/ast: Remove struct ast_vbios_mode_infoThomas Zimmermann1-6/+2
2025-02-03drm/ast: Add helpers for VBIOS mode lookupThomas Zimmermann1-16/+2
2025-02-03drm/ast: Add support_wuxga flag to struct ast_deviceThomas Zimmermann1-0/+1
2025-02-03drm/ast: Add support_fullhd flag to struct ast_deviceThomas Zimmermann1-0/+1
2025-02-03drm/ast: Rename support_wide_screen to support_wsxga_pThomas Zimmermann1-1/+1
2025-01-22drm/ast: Initialize ASTDP in ast_post_gpu()Thomas Zimmermann1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-09-13drm/ast: Avoid upcasting to struct ast_deviceThomas Zimmermann1-1/+1
2024-09-13drm/ast: dp501: Avoid upcasting to struct ast_deviceThomas Zimmermann1-2/+2
2024-09-13drm/ast: astdp: Replace power_on helpersThomas Zimmermann1-3/+0
2024-09-11drm/ast: Remove TX-chip bitmaskThomas Zimmermann1-7/+3
2024-08-22drm/ast: Remove BMC outputThomas Zimmermann1-19/+0
2024-08-22drm/ast: Add struct ast_connectorThomas Zimmermann1-4/+20
2024-08-22drm/ast: Move code for physical outputs into separate filesThomas Zimmermann1-11/+6
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+2
2024-07-30drm/ast: astdp: Perform link training during atomic_enableThomas Zimmermann1-0/+1
2024-07-30drm/ast: astdp: Test firmware status once during probingThomas Zimmermann1-1/+1
2024-07-30drm/ast: astdp: Wake up during connector status detectionThomas Zimmermann1-0/+1
2024-04-02drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann1-12/+1
2024-04-02drm/ast: Remove struct ast_{vga,sil165}_connectorThomas Zimmermann1-22/+2
2024-04-02drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann1-2/+0
2023-11-28drm/ast: Move detection code into PCI probe helperThomas Zimmermann1-3/+7
2023-11-28drm/ast: Add enum ast_config_modeThomas Zimmermann1-5/+8
2023-11-28drm/ast: Partially implement POST without ast device instanceThomas Zimmermann1-1/+1
2023-11-28drm/ast: Add I/O helpers without ast deviceThomas Zimmermann1-17/+56
2023-11-28drm/ast: Turn ioregs_lock to modeset_lockThomas Zimmermann1-1/+2
2023-11-21drm/ast: Disconnect BMC if physical connector is connectedThomas Zimmermann1-1/+12
2023-10-19drm/ast: Move register constants to ast_reg.hThomas Zimmermann1-81/+2
2023-10-19drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_RThomas Zimmermann1-1/+1
2023-10-19drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_RThomas Zimmermann1-1/+1
2023-10-19drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann1-1/+1
2023-10-19drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRIThomas Zimmermann1-1/+1
2023-10-19drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDRThomas Zimmermann1-1/+1
2023-10-19drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWRThomas Zimmermann1-1/+1