[Intel-gfx] [PATCH] drm/i915/display: Include drm_drv.h in intel_display_params.c
Jani Nikula
jani.nikula at linux.intel.com
Thu Oct 26 12:00:29 UTC 2023
On Thu, 26 Oct 2023, Jouni Högander <jouni.hogander at intel.com> 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 at intel.com>
Reviewed-by: Jani Nikula <jani.nikula at intel.com>
> ---
> 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
More information about the Intel-gfx
mailing list