[PATCH v2 02/12] drm/xe/pxp: Allocate PXP execution resources

Jani Nikula jani.nikula at linux.intel.com
Mon Aug 19 09:19:57 UTC 2024


On Fri, 16 Aug 2024, Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com> wrote:
> diff --git a/drivers/gpu/drm/xe/xe_pxp_submit.c b/drivers/gpu/drm/xe/xe_pxp_submit.c
> new file mode 100644
> index 000000000000..b777b0765c8a
> --- /dev/null
> +++ b/drivers/gpu/drm/xe/xe_pxp_submit.c
> @@ -0,0 +1,201 @@
> +// SPDX-License-Identifier: MIT
> +/*
> + * Copyright(c) 2024 Intel Corporation.
> + */
> +
> +#include "xe_pxp_submit.h"
> +
> +#include <drm/xe_drm.h>

include/drm/xe_drm.h does not exist... but include/uapi/drm/xe_drm.h
does.

This seems to be prevalent in xe. Why does xe not use #include
<uapi/drm/xe_drm.h>?

BR,
Jani.


-- 
Jani Nikula, Intel


More information about the Intel-xe mailing list