search for: sig_count

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

Did you mean: sg_count
2023 Jan 27
1
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...+ * synchronously and doesn't accept any &drm_nouveau_sync objects. >> + */ >> +#define DRM_NOUVEAU_VM_BIND_RUN_ASYNC 0x1 >> + /** >> + * @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...
2023 Jan 27
1
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...drm_nouveau_sync objects. >>> + */ >>> +#define DRM_NOUVEAU_VM_BIND_RUN_ASYNC 0x1 >>> +??? /** >>> +???? * @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; >>&g...
2023 Jul 25
1
[PATCH drm-misc-next v8 03/12] drm/nouveau: new VM_BIND uapi interfaces
...cept any &drm_nouveau_sync objects. > + */ > +#define DRM_NOUVEAU_VM_BIND_RUN_ASYNC 0x1 > +? ? ? ?/** > +? ? ? ? * @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; > +? ? ? ?/**...
2023 Jan 27
0
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
...nc objects. >>>> + */ >>>> +#define DRM_NOUVEAU_VM_BIND_RUN_ASYNC 0x1 >>>> + /** >>>> + * @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; >>>> +...