Searched +defs:ring +defs:o (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.h | 144 struct amdgpu_ring *ring; member 310 uint32_t *ring; member 444 #define amdgpu_ring_emit_rreg(r, d, o) (r)->funcs->emit_rreg((r), (d), (o)) argument 452 #define amdgpu_ring_patch_cntl(r, o) ((r)->funcs->patch_cntl((r), (o))) argument 453 #define amdgpu_ring_patch_ce(r, o) ((r)->funcs->patch_ce((r), (o))) argument 454 #define amdgpu_ring_patch_de(r, o) ((r)->funcs->patch_de((r), (o))) argument 480 static inline void amdgpu_ring_set_preempt_cond_exec(struct amdgpu_ring *ring, in amdgpu_ring_set_preempt_cond_exec() 486 static inline void amdgpu_ring_clear_ring(struct amdgpu_ring *ring) in amdgpu_ring_clear_ring() 491 static inline void amdgpu_ring_write(struct amdgpu_ring *ring, uint32_t v) in amdgpu_ring_write() 498 static inline void amdgpu_ring_write_multiple(struct amdgpu_ring *ring, in amdgpu_ring_write_multiple() [all …]
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a5xx_gpu.c | 21 static void update_shadow_rptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in update_shadow_rptr() 33 void a5xx_flush(struct msm_gpu *gpu, struct msm_ringbuffer *ring, in a5xx_flush() 70 struct msm_ringbuffer *ring = submit->ring; in a5xx_submit_in_rb() local 131 struct msm_ringbuffer *ring = submit->ring; in a5xx_submit() local 480 struct msm_ringbuffer *ring = gpu->rb[0]; in a5xx_me_init() local 523 struct msm_ringbuffer *ring = gpu->rb[0]; in a5xx_preempt_start() local 1081 bool a5xx_idle(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a5xx_idle() 1236 struct msm_ringbuffer *ring = gpu->funcs->active_ring(gpu); in a5xx_fault_detect_irq() local 1644 u32 o = a5xx_hlsq_aperture_regs[i].regoffset; in a5xx_show() local 1683 static uint32_t a5xx_get_rptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a5xx_get_rptr()
|
| /linux/tools/virtio/ |
| H A D | virtio_test.c | 32 void *ring; member 350 int o; in main() local
|
| H A D | vhost_net_test.c | 39 void *ring; member 483 int o, fd; in main() local
|
| /linux/fs/fuse/ |
| H A D | fuse_i.h | 987 struct fuse_ring *ring; member 1316 #define ATTR_TIMEOUT(o) \ argument
|