[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v3 20/25] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
|
From: |
marcandre . lureau |
|
Subject: |
[PULL v3 20/25] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN |
|
Date: |
Tue, 7 Nov 2023 14:15:18 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
The Display Port has some strong PIXMAN dependency.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
hw/arm/Kconfig | 3 ++-
hw/display/Kconfig | 5 +++++
hw/display/meson.build | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index e35007ed41..d215a2c729 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -450,7 +450,7 @@ config STM32F405_SOC
config XLNX_ZYNQMP_ARM
bool
- default y
+ default y if PIXMAN
depends on TCG && AARCH64
select AHCI
select ARM_GIC
@@ -463,6 +463,7 @@ config XLNX_ZYNQMP_ARM
select XILINX_AXI
select XILINX_SPIPS
select XLNX_CSU_DMA
+ select XLNX_DISPLAYPORT
select XLNX_ZYNQMP
select XLNX_ZDMA
select USB_DWC3
diff --git a/hw/display/Kconfig b/hw/display/Kconfig
index 4d8b0cec40..1aafe1923d 100644
--- a/hw/display/Kconfig
+++ b/hw/display/Kconfig
@@ -134,3 +134,8 @@ config MACFB
bool
select FRAMEBUFFER
depends on NUBUS
+
+config XLNX_DISPLAYPORT
+ bool
+ # defaults to "N", enabled by specific boards
+ depends on PIXMAN
diff --git a/hw/display/meson.build b/hw/display/meson.build
index 2b64fd9f9d..9c06aaee20 100644
--- a/hw/display/meson.build
+++ b/hw/display/meson.build
@@ -58,7 +58,7 @@ if config_all_devices.has_key('CONFIG_QXL')
endif
system_ss.add(when: 'CONFIG_DPCD', if_true: files('dpcd.c'))
-system_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx_dp.c'))
+system_ss.add(when: 'CONFIG_XLNX_DISPLAYPORT', if_true: files('xlnx_dp.c'))
system_ss.add(when: 'CONFIG_ARTIST', if_true: files('artist.c'))
--
2.41.0
- Re: [PULL v3 09/25] ui/console: allow to override the default VC, (continued)
- [PULL v3 14/25] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 11/25] qmp/hmp: disable screendump if PIXMAN is missing, marcandre . lureau, 2023/11/07
- [PULL v3 13/25] ui/console: when PIXMAN is unavailable, don't draw placeholder msg, marcandre . lureau, 2023/11/07
- [PULL v3 12/25] virtio-gpu: replace PIXMAN for region/rect test, marcandre . lureau, 2023/11/07
- [PULL v3 16/25] ui/vnc: VNC requires PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 18/25] ui/gtk: -display gtk requires PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 19/25] ui/dbus: do not require PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 20/25] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN,
marcandre . lureau <=
- [PULL v3 17/25] ui/spice: SPICE/QXL requires PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 23/25] hw/mips: FULOONG depends on VT82C686, marcandre . lureau, 2023/11/07
- [PULL v3 15/25] ui/gl: opengl doesn't require PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 24/25] hw/display/ati: allow compiling without PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 25/25] build-sys: make pixman actually optional, marcandre . lureau, 2023/11/07
- [PULL v3 21/25] hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMA, marcandre . lureau, 2023/11/07
- [PULL v3 22/25] hw/sm501: allow compiling without PIXMAN, marcandre . lureau, 2023/11/07
- Re: [PULL v3 00/25] Pixman patches, Marc-André Lureau, 2023/11/07
- Re: [PULL v3 00/25] Pixman patches, Stefan Hajnoczi, 2023/11/07