[PATCH] drm/xe: Fix build error in xe_ggtt.c

Jani Nikula jani.nikula at linux.intel.com
Mon Feb 26 12:10:46 UTC 2024


On Sat, 24 Feb 2024, Matthew Brost <matthew.brost at intel.com> wrote:
> Need to include io-64-nonatomic-lo-hi.h for writeq function.
>
> Fixes: 3121fed0c51b drm/xe: ("Cleanup some layering in GGTT")

The format should be:

Fixes: 3121fed0c51b ("drm/xe: Cleanup some layering in GGTT")

but is that really accurate? The commit does not start using writeq?

BR,
Jani.



> Reported-by: kernel test robot <lkp at intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202402241903.R5J8hKVI-lkp@intel.com/
> Signed-off-by: Matthew Brost <matthew.brost at intel.com>
> ---
>  drivers/gpu/drm/xe/xe_ggtt.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/xe/xe_ggtt.c b/drivers/gpu/drm/xe/xe_ggtt.c
> index 5d46958e3144..717d0e76277a 100644
> --- a/drivers/gpu/drm/xe/xe_ggtt.c
> +++ b/drivers/gpu/drm/xe/xe_ggtt.c
> @@ -5,6 +5,7 @@
>  
>  #include "xe_ggtt.h"
>  
> +#include <linux/io-64-nonatomic-lo-hi.h>
>  #include <linux/sizes.h>
>  
>  #include <drm/drm_managed.h>

-- 
Jani Nikula, Intel


More information about the Intel-xe mailing list