On Thu, 26 Oct 2023, Jouni Högander <jouni.hogander@xxxxxxxxx> wrote: > intel_display_params.c is accessing drm_drv->name. Due to this include > drm_drv.h to avoid build problem with Xe. > > Signed-off-by: Jouni Högander <jouni.hogander@xxxxxxxxx> Reviewed-by: Jani Nikula <jani.nikula@xxxxxxxxx> > --- > drivers/gpu/drm/i915/display/intel_display_params.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/i915/display/intel_display_params.c b/drivers/gpu/drm/i915/display/intel_display_params.c > index 11e03cfb774d..cd1dd2fbd8a4 100644 > --- a/drivers/gpu/drm/i915/display/intel_display_params.c > +++ b/drivers/gpu/drm/i915/display/intel_display_params.c > @@ -3,6 +3,8 @@ > * Copyright © 2023 Intel Corporation > */ > > +#include <drm/drm_drv.h> > + > #include "intel_display_params.h" > #include "i915_drv.h" -- Jani Nikula, Intel