Searched refs:host1x_channel (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/drivers/gpu/host1x/ |
H A D | channel.c | 48 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) host1x_channel_get() 66 void host1x_channel_put(struct host1x_channel *channel) host1x_channel_put() 83 struct host1x_channel *host1x_channel_request(struct device *dev) host1x_channel_request() 87 struct host1x_channel *channel = NULL; host1x_channel_request() 104 /* Link device to host1x_channel */ host1x_channel_request() 123 void host1x_channel_free(struct host1x_channel *channel) host1x_channel_free()
|
H A D | dev.h | 31 struct host1x_channel; 39 int (*init)(struct host1x_channel *channel, struct host1x *host, 63 struct host1x_channel *ch, 66 struct host1x_channel *ch, 124 struct host1x_channel chlist; 138 void host1x_ch_writel(struct host1x_channel *ch, u32 r, u32 v); 139 u32 host1x_ch_readl(struct host1x_channel *ch, u32 r); 213 struct host1x_channel *channel, host1x_hw_channel_init() 291 struct host1x_channel *channel, host1x_hw_show_channel_cdma() 298 struct host1x_channel *channel, host1x_hw_show_channel_fifo()
|
H A D | channel.h | 28 struct host1x_channel { struct
|
H A D | debug.c | 45 static int show_channels(struct host1x_channel *ch, void *data, bool show_fifo) show_channels() 89 struct host1x_channel *ch; show_all() 101 struct host1x_channel *ch; show_all_no_fifo()
|
H A D | dev.c | 53 void host1x_ch_writel(struct host1x_channel *ch, u32 v, u32 r) host1x_ch_writel() 58 u32 host1x_ch_readl(struct host1x_channel *ch, u32 r) host1x_ch_readl()
|
H A D | cdma.h | 83 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma)
|
H A D | intr.c | 112 struct host1x_channel *channel = waiter->data; action_submit_complete()
|
H A D | job.c | 34 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, host1x_job_alloc()
|
/linux-4.1.27/include/linux/ |
H A D | host1x.h | 47 struct host1x_channel *channel; 154 struct host1x_channel; 157 struct host1x_channel *host1x_channel_request(struct device *dev); 158 void host1x_channel_free(struct host1x_channel *channel); 159 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel); 160 void host1x_channel_put(struct host1x_channel *channel); 187 struct host1x_channel *channel; 237 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,
|
/linux-4.1.27/drivers/gpu/host1x/hw/ |
H A D | cdma_hw.c | 69 struct host1x_channel *ch = cdma_to_channel(cdma); cdma_start() 106 struct host1x_channel *ch = cdma_to_channel(cdma); cdma_timeout_restart() 151 struct host1x_channel *ch = cdma_to_channel(cdma); cdma_flush() 162 struct host1x_channel *ch = cdma_to_channel(cdma); cdma_stop() 181 struct host1x_channel *ch = cdma_to_channel(cdma); cdma_freeze() 212 struct host1x_channel *ch = cdma_to_channel(cdma); cdma_resume() 236 struct host1x_channel *ch; cdma_timeout_handler()
|
H A D | channel_hw.c | 92 struct host1x_channel *ch = job->channel; channel_submit() 178 static int host1x_channel_init(struct host1x_channel *ch, struct host1x *dev, host1x_channel_init()
|
H A D | debug_hw.c | 179 struct host1x_channel *ch, host1x_debug_show_channel_cdma() 233 struct host1x_channel *ch, host1x_debug_show_channel_fifo()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
H A D | gr2d.c | 17 struct host1x_channel *channel;
|
H A D | drm.h | 65 struct host1x_channel *channel;
|
H A D | gr3d.c | 24 struct host1x_channel *channel;
|
Completed in 281 milliseconds