[igt-dev] [PATCH v1 01/13] drm-uapi/xe: Extend drm_xe_vm_bind_op
Kamil Konieczny
kamil.konieczny at linux.intel.com
Tue Nov 21 17:01:50 UTC 2023
Hi Francois,
On 2023-11-16 at 14:53:36 +0000, Francois Dugast wrote:
> Align with commit ("drm/xe/uapi: Extend drm_xe_vm_bind_op")
>
> Signed-off-by: Francois Dugast <francois.dugast at intel.com>
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
> include/drm-uapi/xe_drm.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
> index af32ec161..5ef16f16e 100644
> --- a/include/drm-uapi/xe_drm.h
> +++ b/include/drm-uapi/xe_drm.h
> @@ -613,6 +613,9 @@ struct drm_xe_vm_destroy {
> };
>
> struct drm_xe_vm_bind_op {
> + /** @extensions: Pointer to the first extension struct, if any */
> + __u64 extensions;
> +
> /**
> * @obj: GEM object to operate on, MBZ for MAP_USERPTR, MBZ for UNMAP
> */
> --
> 2.34.1
>
More information about the igt-dev
mailing list