search for: sig_ptr

Displaying 4 results from an estimated 4 matches for "sig_ptr".

Did you mean: sg_ptr
2023 Jan 27
1
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...;> + /** >> + * @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_bind_ops to execute >> + */ >> + __u64 op_ptr; >> +}; >> + >> +/** >> + * struct drm_nouv...
2023 Jan 27
1
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...yncs 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_bind_ops to execute >>> +???? */ >>> +??? __u64 op_ptr; >>> +}; >&gt...
2023 Jul 25
1
[PATCH drm-misc-next v8 03/12] drm/nouveau: new VM_BIND uapi interfaces
...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_bind_ops to execute > +? ? ? ? */ > +? ? ? ?__u64 op_ptr; > +}; >...
2023 Jan 27
0
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...veau_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_bind_ops to execute >>>> + */ >>>> + __u64 op_ptr; >>>> +...