diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2024-08-05 15:05:57 +0200 |
|---|---|---|
| committer | Thomas Zimmermann <tzimmermann@suse.de> | 2024-08-09 08:13:45 +0200 |
| commit | f5510726608fa035bdd2f1fc167cf4a0f7bee22b (patch) | |
| tree | 2946cb6d72b2f48c6aedd572506e4df14d71f570 /drivers/gpu/drm/mgag200/Makefile | |
| parent | drm/vkms: Fix cpu_to_le16()/le16_to_cpu() warnings (diff) | |
| download | linux-f5510726608fa035bdd2f1fc167cf4a0f7bee22b.tar.gz linux-f5510726608fa035bdd2f1fc167cf4a0f7bee22b.zip | |
drm/mgag200: Add VGA-BMC output
Duplicate VGA output to VGA-BMC output and update all code for Matrox
server chips. The new output represents a VGA output that has a BMC
attached to it. No functional changes so far.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240805130622.63458-2-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/mgag200/Makefile')
| -rw-r--r-- | drivers/gpu/drm/mgag200/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mgag200/Makefile b/drivers/gpu/drm/mgag200/Makefile index d1b25f9f6586..5a02203fad12 100644 --- a/drivers/gpu/drm/mgag200/Makefile +++ b/drivers/gpu/drm/mgag200/Makefile @@ -12,6 +12,7 @@ mgag200-y := \ mgag200_g200se.o \ mgag200_g200wb.o \ mgag200_mode.o \ + mgag200_vga_bmc.o \ mgag200_vga.o obj-$(CONFIG_DRM_MGAG200) += mgag200.o |
