Searched refs:host1x_cdma (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/host1x/ |
D | cdma.h | 59 struct host1x_cdma { struct 76 #define pb_to_cdma(pb) container_of(pb, struct host1x_cdma, push_buffer) argument 78 int host1x_cdma_init(struct host1x_cdma *cdma); 79 int host1x_cdma_deinit(struct host1x_cdma *cdma); 80 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job); 81 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2); 82 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, 84 void host1x_cdma_end(struct host1x_cdma *cdma, struct host1x_job *job); 85 void host1x_cdma_update(struct host1x_cdma *cdma); 86 void host1x_cdma_peek(struct host1x_cdma *cdma, u32 dmaget, int slot, [all …]
|
D | dev.h | 25 struct host1x_cdma; 38 void (*start)(struct host1x_cdma *cdma); 39 void (*stop)(struct host1x_cdma *cdma); 40 void (*flush)(struct host1x_cdma *cdma); 41 int (*timeout_init)(struct host1x_cdma *cdma); 42 void (*timeout_destroy)(struct host1x_cdma *cdma); 43 void (*freeze)(struct host1x_cdma *cdma); 44 void (*resume)(struct host1x_cdma *cdma, u32 getptr); 45 void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr, 268 struct host1x_cdma *cdma) in host1x_hw_cdma_start() [all …]
|
D | cdma.c | 50 struct host1x_cdma *cdma = pb_to_cdma(pb); in host1x_pushbuffer_destroy() 72 struct host1x_cdma *cdma = pb_to_cdma(pb); in host1x_pushbuffer_init() 185 unsigned int host1x_cdma_wait_locked(struct host1x_cdma *cdma, in host1x_cdma_wait_locked() 236 struct host1x_cdma *cdma, in host1x_cdma_wait_pushbuffer_space() 273 static void cdma_start_timer_locked(struct host1x_cdma *cdma, in cdma_start_timer_locked() 294 static void stop_cdma_timer_locked(struct host1x_cdma *cdma) in stop_cdma_timer_locked() 310 static void update_cdma_locked(struct host1x_cdma *cdma) in update_cdma_locked() 363 void host1x_cdma_update_sync_queue(struct host1x_cdma *cdma, in host1x_cdma_update_sync_queue() 496 int host1x_cdma_init(struct host1x_cdma *cdma) in host1x_cdma_init() 519 int host1x_cdma_deinit(struct host1x_cdma *cdma) in host1x_cdma_deinit() [all …]
|
D | channel.h | 31 struct host1x_cdma cdma;
|
/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 28 static void cdma_timeout_cpu_incr(struct host1x_cdma *cdma, u32 getptr, in cdma_timeout_cpu_incr() 43 static void cdma_start(struct host1x_cdma *cdma) in cdma_start() 89 static void cdma_timeout_restart(struct host1x_cdma *cdma, u32 getptr) in cdma_timeout_restart() 143 static void cdma_flush(struct host1x_cdma *cdma) in cdma_flush() 154 static void cdma_stop(struct host1x_cdma *cdma) in cdma_stop() 198 static void cdma_freeze(struct host1x_cdma *cdma) in cdma_freeze() 226 static void cdma_resume(struct host1x_cdma *cdma, u32 getptr) in cdma_resume() 241 static void timeout_release_mlock(struct host1x_cdma *cdma) in timeout_release_mlock() 280 struct host1x_cdma *cdma; in cdma_timeout_handler() 284 cdma = container_of(to_delayed_work(work), struct host1x_cdma, in cdma_timeout_handler() [all …]
|
D | channel_hw.c | 21 static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo, in trace_write_gather() 53 struct host1x_cdma *cdma = &job->channel->cdma; in submit_wait() 115 struct host1x_cdma *cdma = &job->channel->cdma; in submit_gathers() 216 struct host1x_cdma *cdma = &job->channel->cdma; in channel_program_cdma()
|
D | debug_hw.c | 160 unsigned int words, struct host1x_cdma *cdma, in show_gather() 193 static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma) in show_channel_gathers()
|
D | debug_hw_1x06.c | 18 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma()
|
D | debug_hw_1x01.c | 18 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma()
|