1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/ast
Thomas Zimmermann 5e9c0d1c5e drm/ast: Remove BMC output
Ast's BMC connector tracks the status of an underlying physical
connector and updates the BMC status accordingly. This functionality
works around GNOME's settings app, which cannot handle multiple
outputs on the same CRTC.

The workaround is now obsolete as all code for physical outputs
handle BMC support internally. Hence, remove the driver's code and
the BMC output entirely.

v3:
- remove struct ast_bmc_connector

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240815151953.184679-12-tzimmermann@suse.de
2024-08-22 09:13:21 +02:00
..
ast_ddc.c drm/ast: Define struct ast_ddc in ast_ddc.c 2024-04-11 09:38:17 +02:00
ast_ddc.h drm/ast: Define struct ast_ddc in ast_ddc.c 2024-04-11 09:38:17 +02:00
ast_dp.c drm/ast: astdp: Transparently handle BMC support 2024-08-22 09:13:04 +02:00
ast_dp501.c drm/ast: dp501: Transparently handle BMC support 2024-08-22 09:13:11 +02:00
ast_dram_tables.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ast_drv.c Merge drm/drm-fixes into drm-misc-fixes 2024-07-30 09:09:23 +02:00
ast_drv.h drm/ast: Remove BMC output 2024-08-22 09:13:21 +02:00
ast_main.c drm/ast: astdp: Test firmware status once during probing 2024-07-30 12:15:37 +02:00
ast_mm.c drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI 2023-10-19 13:55:33 +02:00
ast_mode.c drm/ast: Remove BMC output 2024-08-22 09:13:21 +02:00
ast_post.c drm/ast: astdp: Test firmware status once during probing 2024-07-30 12:15:37 +02:00
ast_reg.h drm/ast: astdp: Clean up EDID reading 2024-07-30 12:15:37 +02:00
ast_sil164.c drm/ast: sil164: Transparently handle BMC support 2024-08-22 09:13:14 +02:00
ast_tables.h drm/ast: Add resolution support for 1152x864@75 2022-09-20 10:19:32 +02:00
ast_vga.c drm/ast: vga: Transparently handle BMC support 2024-08-22 09:13:17 +02:00
Kconfig drm: Only select I2C_ALGOBIT for drivers that actually need it 2023-01-10 11:15:44 +01:00
Makefile drm/ast: Move code for physical outputs into separate files 2024-08-22 09:12:46 +02:00