Home
last modified time | relevance | path

Searched refs:host1x_channel (Results 1 – 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Dchannel.c19 chlist->channels = kcalloc(num_channels, sizeof(struct host1x_channel), in host1x_channel_list_init()
51 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get()
67 struct host1x_channel *host1x_channel_get_index(struct host1x *host, in host1x_channel_get_index()
70 struct host1x_channel *ch = &host->channel_list.channels[index]; in host1x_channel_get_index()
80 struct host1x_channel *channel = in release_channel()
81 container_of(kref, struct host1x_channel, refcount); in release_channel()
91 void host1x_channel_put(struct host1x_channel *channel) in host1x_channel_put()
97 static struct host1x_channel *acquire_unused_channel(struct host1x *host) in acquire_unused_channel()
123 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request()
127 struct host1x_channel *channel; in host1x_channel_request()
Dchannel.h17 struct host1x_channel;
20 struct host1x_channel *channels;
24 struct host1x_channel { struct
38 struct host1x_channel *host1x_channel_get_index(struct host1x *host, argument
Ddev.h23 struct host1x_channel;
31 int (*init)(struct host1x_channel *channel, struct host1x *host,
55 struct host1x_channel *ch,
58 struct host1x_channel *ch,
71 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 …]
Ddebug.c51 static int show_channel(struct host1x_channel *ch, void *data, bool show_fifo) in show_channel()
108 struct host1x_channel *ch = host1x_channel_get_index(m, i); in show_all()
Dcdma.h74 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma)
Ddev.c62 void host1x_ch_writel(struct host1x_channel *ch, u32 v, u32 r) in host1x_ch_writel()
67 u32 host1x_ch_readl(struct host1x_channel *ch, u32 r) in host1x_ch_readl()
Dintr.c101 struct host1x_channel *channel = waiter->data; in action_submit_complete()
Dcdma.c559 struct host1x_channel *channel = cdma_to_channel(cdma); in host1x_cdma_push_wide()
Djob.c26 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, in host1x_job_alloc()
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Dcdma_hw.c45 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start()
92 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart()
145 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush()
156 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop()
170 static void cdma_hw_cmdproc_stop(struct host1x *host, struct host1x_channel *ch, in cdma_hw_cmdproc_stop()
185 static void cdma_hw_teardown(struct host1x *host, struct host1x_channel *ch) in cdma_hw_teardown()
201 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze()
229 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume()
251 struct host1x_channel *ch; in cdma_timeout_handler()
Dchannel_hw.c104 static void host1x_channel_set_streamid(struct host1x_channel *channel) in host1x_channel_set_streamid()
120 struct host1x_channel *ch = job->channel; in channel_submit()
210 struct host1x_channel *ch) in enable_gather_filter()
230 static int host1x_channel_init(struct host1x_channel *ch, struct host1x *dev, in host1x_channel_init()
Ddebug_hw_1x06.c15 struct host1x_channel *ch, in host1x_debug_show_channel_cdma()
53 struct host1x_channel *ch, in host1x_debug_show_channel_fifo()
Ddebug_hw_1x01.c15 struct host1x_channel *ch, in host1x_debug_show_channel_cdma()
68 struct host1x_channel *ch, in host1x_debug_show_channel_fifo()
Dsyncpt_hw.c104 struct host1x_channel *ch) in syncpt_assign_to_channel()
/kernel/linux/linux-5.10/include/linux/
Dhost1x.h64 struct host1x_channel *channel;
165 struct host1x_channel;
168 struct host1x_channel *host1x_channel_request(struct host1x_client *client);
169 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel);
170 void host1x_channel_put(struct host1x_channel *channel);
201 struct host1x_channel *channel;
250 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Ddrm.h66 struct host1x_channel *channel;
Dgr2d.c21 struct host1x_channel *channel;
Dgr3d.c27 struct host1x_channel *channel;
Dvic.c37 struct host1x_channel *channel;