All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH] drm/xe/display: Add intel_cx0_phy.c to build
@ 2023-05-29  8:29 Balasubramani Vivekanandan
  2023-05-29  8:31 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Balasubramani Vivekanandan @ 2023-05-29  8:29 UTC (permalink / raw)
  To: intel-xe; +Cc: Bhanuprakash Modem

intel_cx0_phy.c added to Xe module build as there are upcoming changes
to intel_cx0_phy.c required for Xe display support.

Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
---
 drivers/gpu/drm/xe/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile
index da1e447c08c7..6a3d30b30dba 100644
--- a/drivers/gpu/drm/xe/Makefile
+++ b/drivers/gpu/drm/xe/Makefile
@@ -212,7 +212,8 @@ xe-$(CONFIG_DRM_XE_DISPLAY) += \
 	i915-display/intel_wm.o \
 	i915-display/skl_scaler.o \
 	i915-display/skl_universal_plane.o \
-	i915-display/skl_watermark.o
+	i915-display/skl_watermark.o \
+	i915-display/intel_cx0_phy.o
 
 ifeq ($(CONFIG_ACPI),y)
 	xe-$(CONFIG_DRM_XE_DISPLAY) += \
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-29 10:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-29  8:29 [Intel-xe] [PATCH] drm/xe/display: Add intel_cx0_phy.c to build Balasubramani Vivekanandan
2023-05-29  8:31 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-05-29  8:33 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-05-29  8:37 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-05-29  9:07 ` [Intel-xe] ○ CI.BAT: info " Patchwork
2023-05-29 10:08 ` [Intel-xe] [PATCH] " Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.