Searched refs:host1x_job (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | host1x.h | 234 struct host1x_job; 240 int host1x_job_submit(struct host1x_job *job); 262 struct host1x_job { struct 329 void (*release)(struct host1x_job *job); argument 344 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, argument 347 void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo, 349 void host1x_job_add_wait(struct host1x_job *job, u32 id, u32 thresh, 351 struct host1x_job *host1x_job_get(struct host1x_job *job); 352 void host1x_job_put(struct host1x_job *job); 353 int host1x_job_pin(struct host1x_job *job, struct device *dev); [all …]
|
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | job.c | 26 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, in host1x_job_alloc() 30 struct host1x_job *job = NULL; in host1x_job_alloc() 42 total = sizeof(struct host1x_job) + in host1x_job_alloc() 61 mem += sizeof(struct host1x_job); in host1x_job_alloc() 77 struct host1x_job *host1x_job_get(struct host1x_job *job) in host1x_job_get() 86 struct host1x_job *job = container_of(ref, struct host1x_job, ref); in job_free() 107 void host1x_job_put(struct host1x_job *job) in host1x_job_put() 339 struct host1x_job *job; 598 int host1x_job_pin(struct host1x_job *job, struct device *dev) in host1x_job_pin() 653 void host1x_job_unpin(struct host1x_job *job) in host1x_job_unpin() [all …]
|
A D | cdma.h | 18 struct host1x_job; 82 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job); 86 void host1x_cdma_end(struct host1x_cdma *cdma, struct host1x_job *job);
|
A D | cdma.c | 274 struct host1x_job *job) in cdma_start_timer_locked() 313 struct host1x_job *job, *n; in update_cdma_locked() 368 struct host1x_job *job, *next_job = NULL; in host1x_cdma_update_sync_queue() 437 struct host1x_job *failed_job = job; in host1x_cdma_update_sync_queue() 548 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job) in host1x_cdma_begin() 667 struct host1x_job *job) in host1x_cdma_end()
|
A D | dev.h | 26 struct host1x_job; 34 int (*submit)(struct host1x_job *job); 260 struct host1x_job *job) in host1x_hw_channel_submit()
|
A D | job.h | 44 void host1x_job_dump(struct device *dev, struct host1x_job *job);
|
A D | channel.c | 39 int host1x_job_submit(struct host1x_job *job) in host1x_job_submit()
|
/linux-6.3-rc2/drivers/gpu/host1x/hw/ |
A D | channel_hw.c | 50 static void submit_wait(struct host1x_job *job, u32 id, u32 threshold, in submit_wait() 113 static void submit_gathers(struct host1x_job *job, u32 job_syncpt_base) in submit_gathers() 163 static inline void synchronize_syncpt_base(struct host1x_job *job) in synchronize_syncpt_base() 212 static void channel_program_cdma(struct host1x_job *job) in channel_program_cdma() 281 struct host1x_job *job = container_of(cb, struct host1x_job, fence_cb); in job_complete_callback() 287 static int channel_submit(struct host1x_job *job) in channel_submit()
|
A D | debug_hw.c | 196 struct host1x_job *job; in show_channel_gathers()
|
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | submit.c | 327 static int submit_get_syncpt(struct tegra_drm_context *context, struct host1x_job *job, in submit_get_syncpt() 350 static int submit_job_add_gather(struct host1x_job *job, struct tegra_drm_context *context, in submit_job_add_gather() 392 static struct host1x_job * 399 struct host1x_job *job; in submit_create_job() 490 static void release_job(struct host1x_job *job) in release_job() 517 struct host1x_job *job; in tegra_drm_ioctl_channel_submit()
|
A D | drm.c | 184 struct host1x_job *job; in tegra_drm_submit()
|
Completed in 28 milliseconds