[Intel-xe] [PATCH] drm/xe/display: Add intel_cx0_phy.c to build

Jani Nikula jani.nikula at linux.intel.com
Mon May 29 10:08:21 UTC 2023


On Mon, 29 May 2023, Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com> wrote:
> intel_cx0_phy.c added to Xe module build as there are upcoming changes
> to intel_cx0_phy.c required for Xe display support.

This should be a fixup! to the display enabling commit.

> Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at 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

Comment near the top of the file:

# Please keep these build lists sorted!

>  
>  ifeq ($(CONFIG_ACPI),y)
>  	xe-$(CONFIG_DRM_XE_DISPLAY) += \

-- 
Jani Nikula, Intel Open Source Graphics Center


More information about the Intel-xe mailing list