Searched refs:cdma (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/host1x/ |
| H A D | cdma.h | 76 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma) argument 77 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent) 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 | 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() argument 280 host->cdma_op->start(cdma); in host1x_hw_cdma_start() [all …]
|
| H A D | channel.c | 79 host1x_hw_cdma_stop(host, &channel->cdma); in host1x_channel_stop() 109 host1x_hw_cdma_stop(host, &channel->cdma); in release_channel() 110 host1x_cdma_deinit(&channel->cdma); in release_channel() 172 err = host1x_cdma_init(&channel->cdma); in host1x_channel_request()
|
| H A D | channel.h | 34 struct host1x_cdma cdma; member
|
| /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() local 46 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma() 62 show_channel_gathers(o, 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() local 35 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma() 67 show_channel_gathers(o, cdma); in host1x_debug_show_channel_cdma()
|