[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 20/23] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
|
From: |
marcandre . lureau |
|
Subject: |
[PULL 20/23] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN |
|
Date: |
Mon, 6 Nov 2023 11:23:09 +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>
---
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..8ce288a40c 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -451,7 +451,7 @@ config STM32F405_SOC
config XLNX_ZYNQMP_ARM
bool
default y
- depends on TCG && AARCH64
+ depends on TCG && AARCH64 && PIXMAN
select AHCI
select ARM_GIC
select CADENCE
@@ -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
- [PULL 14/23] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN, (continued)
- [PULL 14/23] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN, marcandre . lureau, 2023/11/06
- [PULL 13/23] ui/console: when PIXMAN is unavailable, don't draw placeholder msg, marcandre . lureau, 2023/11/06
- [PULL 17/23] ui/spice: SPICE/QXL requires PIXMAN, marcandre . lureau, 2023/11/06
- [PULL 15/23] ui/gl: opengl doesn't require PIXMAN, marcandre . lureau, 2023/11/06
- [PULL 16/23] ui/vnc: VNC requires PIXMAN, marcandre . lureau, 2023/11/06
- [PULL 18/23] ui/gtk: -display gtk requires PIXMAN, marcandre . lureau, 2023/11/06
- [PULL 19/23] ui/dbus: do not require PIXMAN, marcandre . lureau, 2023/11/06
- [PULL 21/23] hw/sm501: allow compiling without PIXMAN, marcandre . lureau, 2023/11/06
- [PULL 22/23] hw/display: make ATI_VGA depend on PIXMAN, marcandre . lureau, 2023/11/06
- [PULL 23/23] build-sys: make pixman actually optional, marcandre . lureau, 2023/11/06
- [PULL 20/23] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN,
marcandre . lureau <=
- Re: [PULL 00/23] Pixman patches, Marc-André Lureau, 2023/11/06