Searched defs:nouveau_fence_chan (Results 1 – 4 of 4) sorted by relevance
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.h | 29 struct nouveau_fence_chan { struct 30 spinlock_t lock; 31 struct kref fence_ref; 33 struct list_head pending; 34 struct list_head flip; 36 int (*emit)(struct nouveau_fence *); 37 int (*sync)(struct nouveau_fence *, struct nouveau_channel *, 39 u32 (*read)(struct nouveau_channel *); 63 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.h | 29 struct nouveau_fence_chan { struct 30 spinlock_t lock; 31 struct kref fence_ref; 33 struct list_head pending; 34 struct list_head flip; 36 int (*emit)(struct nouveau_fence *); 37 int (*sync)(struct nouveau_fence *, struct nouveau_channel *, 39 u32 (*read)(struct nouveau_channel *); 63 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.h | 29 struct nouveau_fence_chan { struct 30 spinlock_t lock; 31 struct kref fence_ref; 33 struct list_head pending; 34 struct list_head flip; 36 int (*emit)(struct nouveau_fence *); 37 int (*sync)(struct nouveau_fence *, struct nouveau_channel *, 39 u32 (*read)(struct nouveau_channel *); 63 void nouveau_fence_context_new(struct nouveau_channel *, struct nouveau_fence_chan *); argument
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_fence.h | 30 struct nouveau_fence_chan { struct 31 struct list_head pending; 32 struct list_head flip; 34 int (*emit)(struct nouveau_fence *); 35 int (*sync)(struct nouveau_fence *, struct nouveau_channel *, 37 u32 (*read)(struct nouveau_channel *); 38 int (*emit32)(struct nouveau_channel *, u64, u32); 39 int (*sync32)(struct nouveau_channel *, u64, u32); 63 void nouveau_fence_context_new(struct nouveau_fence_chan *); argument
|