Searched refs:host1x_cdma (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/host1x/ |
| H A D | cdma.h | 60 struct host1x_cdma { struct 78 #define pb_to_cdma(pb) container_of(pb, struct host1x_cdma, push_buffer) argument 80 int host1x_cdma_init(struct host1x_cdma *cdma); 81 int host1x_cdma_deinit(struct host1x_cdma *cdma); 82 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job); 83 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2); 84 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, 86 void host1x_cdma_end(struct host1x_cdma *cdma, struct host1x_job *job); 87 void host1x_cdma_update(struct host1x_cdma *cdma); 88 void host1x_cdma_peek(struct host1x_cdma *cdma, u32 dmaget, int slot, [all …]
|
| H A D | dev.h | 26 struct host1x_cdma; 39 void (*start)(struct host1x_cdma *cdma); 40 void (*stop)(struct host1x_cdma *cdma); 41 void (*flush)(struct host1x_cdma *cdma); 42 int (*timeout_init)(struct host1x_cdma *cdma); 43 void (*timeout_destroy)(struct host1x_cdma *cdma); 44 void (*freeze)(struct host1x_cdma *cdma); 45 void (*resume)(struct host1x_cdma *cdma, u32 getptr); 46 void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr, 278 struct host1x_cdma *cdma) in host1x_hw_cdma_start() [all …]
|
| H A D | channel.h | 34 struct host1x_cdma cdma;
|
| /linux/drivers/gpu/host1x/hw/ |
| H A D | debug_hw_1x06.c | 18 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma()
|
| H A D | debug_hw_1x01.c | 18 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma()
|