[Intel-xe] [PATCH 3/4] fixup! drm/xe: Fix array of binds

Thomas Hellström thomas.hellstrom at linux.intel.com
Mon Oct 2 14:02:25 UTC 2023


On 9/29/23 22:44, Rodrigo Vivi wrote:
> ---
>   drivers/gpu/drm/xe/xe_vm.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>


>
> diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
> index 3a761608bb68..e90f59d6da55 100644
> --- a/drivers/gpu/drm/xe/xe_vm.c
> +++ b/drivers/gpu/drm/xe/xe_vm.c
> @@ -3179,7 +3179,7 @@ static void vm_bind_ioctl_ops_unwind(struct xe_vm *vm,
>   					 op->flags & XE_VMA_OP_NEXT_COMMITTED);
>   		}
>   
> -		drm_gpuva_ops_free(&vm->mgr, __ops);
> +		drm_gpuva_ops_free(&vm->gpuvm, __ops);
>   	}
>   }
>   


More information about the Intel-xe mailing list