Searched refs:host1x_channel (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/gpu/host1x/ |
D | channel.c | 30 chlist->channels = kcalloc(num_channels, sizeof(struct host1x_channel), in host1x_channel_list_init() 62 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get() 78 struct host1x_channel *host1x_channel_get_index(struct host1x *host, in host1x_channel_get_index() 81 struct host1x_channel *ch = &host->channel_list.channels[index]; in host1x_channel_get_index() 91 struct host1x_channel *channel = in release_channel() 92 container_of(kref, struct host1x_channel, refcount); in release_channel() 102 void host1x_channel_put(struct host1x_channel *channel) in host1x_channel_put() 108 static struct host1x_channel *acquire_unused_channel(struct host1x *host) in acquire_unused_channel() 134 struct host1x_channel *host1x_channel_request(struct device *dev) in host1x_channel_request() 138 struct host1x_channel *channel; in host1x_channel_request()
|
D | channel.h | 28 struct host1x_channel; 31 struct host1x_channel *channels; 35 struct host1x_channel { struct 48 struct host1x_channel *host1x_channel_get_index(struct host1x *host, argument
|
D | dev.h | 34 struct host1x_channel; 42 int (*init)(struct host1x_channel *channel, struct host1x *host, 66 struct host1x_channel *ch, 69 struct host1x_channel *ch, 82 struct host1x_channel *channel); 152 void host1x_ch_writel(struct host1x_channel *ch, u32 r, u32 v); 153 u32 host1x_ch_readl(struct host1x_channel *ch, u32 r); 187 struct host1x_channel *ch) in host1x_hw_syncpt_assign_to_channel() 233 struct host1x_channel *channel, in host1x_hw_channel_init() 311 struct host1x_channel *channel, in host1x_hw_show_channel_cdma() [all …]
|
D | debug.c | 58 static int show_channel(struct host1x_channel *ch, void *data, bool show_fifo) in show_channel() 113 struct host1x_channel *ch = host1x_channel_get_index(m, i); in show_all()
|
D | cdma.h | 85 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma)
|
D | dev.c | 68 void host1x_ch_writel(struct host1x_channel *ch, u32 v, u32 r) in host1x_ch_writel() 73 u32 host1x_ch_readl(struct host1x_channel *ch, u32 r) in host1x_ch_readl()
|
D | intr.c | 112 struct host1x_channel *channel = waiter->data; in action_submit_complete()
|
D | job.c | 36 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, in host1x_job_alloc()
|
/Linux-v4.19/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 70 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start() 106 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart() 150 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush() 161 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop() 175 static void cdma_hw_cmdproc_stop(struct host1x *host, struct host1x_channel *ch, in cdma_hw_cmdproc_stop() 190 static void cdma_hw_teardown(struct host1x *host, struct host1x_channel *ch) in cdma_hw_teardown() 206 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze() 234 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume() 256 struct host1x_channel *ch; in cdma_timeout_handler()
|
D | channel_hw.c | 95 struct host1x_channel *ch = job->channel; in channel_submit() 183 struct host1x_channel *ch) in enable_gather_filter() 203 static int host1x_channel_init(struct host1x_channel *ch, struct host1x *dev, in host1x_channel_init()
|
D | debug_hw_1x06.c | 24 struct host1x_channel *ch, in host1x_debug_show_channel_cdma() 62 struct host1x_channel *ch, in host1x_debug_show_channel_fifo()
|
D | debug_hw_1x01.c | 24 struct host1x_channel *ch, in host1x_debug_show_channel_cdma() 77 struct host1x_channel *ch, in host1x_debug_show_channel_fifo()
|
D | syncpt_hw.c | 111 struct host1x_channel *ch) in syncpt_assign_to_channel()
|
/Linux-v4.19/include/linux/ |
D | host1x.h | 64 struct host1x_channel *channel; 171 struct host1x_channel; 174 struct host1x_channel *host1x_channel_request(struct device *dev); 175 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel); 176 void host1x_channel_put(struct host1x_channel *channel); 203 struct host1x_channel *channel; 252 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | drm.h | 71 struct host1x_channel *channel;
|
D | gr2d.c | 24 struct host1x_channel *channel;
|
D | gr3d.c | 31 struct host1x_channel *channel;
|
D | vic.c | 37 struct host1x_channel *channel;
|