[Intel-xe] [PATCH 18/21] drm/xe/uapi: More OA uapi fixes/additions

Dixit, Ashutosh ashutosh.dixit at intel.com
Wed Oct 4 00:23:41 UTC 2023


On Tue, 19 Sep 2023 09:10:46 -0700, Ashutosh Dixit wrote:
>
>  struct drm_xe_oa_open_param {
> +	/** @extensions: Pointer to the first extension struct, if any */
> +	__u64 extensions;
> +
> +	/**
> +	 * @config_syncobj: (Output) handle to configuration syncobj
> +	 *
> +	 * Handle to a syncobj which the kernel will signal after stream
> +	 * configuration or re-configuration is complete (after return from
> +	 * the ioctl). This handle can be provided as a dependency to the
> +	 * next XE exec ioctl.
> +	 */
> +	__u32 config_syncobj;
> +

I am reworking this fence part and will post this in the next rev. Please
don't review this yet. Other uapi changes in this series can be reviewed
now.

Thanks.
--
Ashutosh


More information about the Intel-xe mailing list