Displaying 4 results from an estimated 4 matches for "wait_ptr".
2023 Jan 27
1
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...;> + /**
>> + * @wait_count: the number of wait &drm_nouveau_syncs
>> + */
>> + __u32 wait_count;
>> + /**
>> + * @sig_count: the number of &drm_nouveau_syncs to signal when finished
>> + */
>> + __u32 sig_count;
>> + /**
>> + * @wait_ptr: pointer to &drm_nouveau_syncs to wait for
>> + */
>> + __u64 wait_ptr;
>> + /**
>> + * @sig_ptr: pointer to &drm_nouveau_syncs to signal when finished
>> + */
>> + __u64 sig_ptr;
>> + /**
>> + * @op_ptr: pointer to the &drm_nouveau_vm...
2023 Jan 27
1
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...veau_syncs
>>> +???? */
>>> +??? __u32 wait_count;
>>> +??? /**
>>> +???? * @sig_count: the number of &drm_nouveau_syncs to signal when
>>> finished
>>> +???? */
>>> +??? __u32 sig_count;
>>> +??? /**
>>> +???? * @wait_ptr: pointer to &drm_nouveau_syncs to wait for
>>> +???? */
>>> +??? __u64 wait_ptr;
>>> +??? /**
>>> +???? * @sig_ptr: pointer to &drm_nouveau_syncs to signal when finished
>>> +???? */
>>> +??? __u64 sig_ptr;
>>> +??? /**
>>...
2023 Jul 25
1
[PATCH drm-misc-next v8 03/12] drm/nouveau: new VM_BIND uapi interfaces
...&drm_nouveau_syncs
> +? ? ? ? */
> +? ? ? ?__u32 wait_count;
> +? ? ? ?/**
> +? ? ? ? * @sig_count: the number of &drm_nouveau_syncs to signal
> when finished
> +? ? ? ? */
> +? ? ? ?__u32 sig_count;
> +? ? ? ?/**
> +? ? ? ? * @wait_ptr: pointer to &drm_nouveau_syncs to wait for
> +? ? ? ? */
> +? ? ? ?__u64 wait_ptr;
> +? ? ? ?/**
> +? ? ? ? * @sig_ptr: pointer to &drm_nouveau_syncs to signal when
> finished
> +? ? ? ? */
> +? ? ? ?__u64 sig_ptr;
> +? ? ? ?/**
>...
2023 Jan 27
0
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...rm_nouveau_syncs
>>>> + */
>>>> + __u32 wait_count;
>>>> + /**
>>>> + * @sig_count: the number of &drm_nouveau_syncs to signal when finished
>>>> + */
>>>> + __u32 sig_count;
>>>> + /**
>>>> + * @wait_ptr: pointer to &drm_nouveau_syncs to wait for
>>>> + */
>>>> + __u64 wait_ptr;
>>>> + /**
>>>> + * @sig_ptr: pointer to &drm_nouveau_syncs to signal when finished
>>>> + */
>>>> + __u64 sig_ptr;
>>>> + /**
&...