]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: Remove BMC output
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 15 Aug 2024 15:18:53 +0000 (17:18 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 22 Aug 2024 07:13:21 +0000 (09:13 +0200)
commit5e9c0d1c5ea355679f5b2a57b0c1b5932d78719d
treedca7dfb990f132f50727b726237dc16f7317e2c5
parent2a2391f857cdc5cf16f8df030944cef8d3d2bc30
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
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_mode.c