Home
last modified time | relevance | path

Searched defs:job (Results 76 - 100 of 332) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v5_0.c525 uvd_v5_0_ring_emit_ib(struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_ib *ib, uint32_t flags) uvd_v5_0_ring_emit_ib() argument
H A Duvd_v4_2.c509 uvd_v4_2_ring_emit_ib(struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_ib *ib, uint32_t flags) uvd_v4_2_ring_emit_ib() argument
H A Duvd_v3_1.c87 uvd_v3_1_ring_emit_ib(struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_ib *ib, uint32_t flags) uvd_v3_1_ring_emit_ib() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c134 panfrost_lookup_bos(struct drm_device *dev, struct drm_file *file_priv, struct drm_panfrost_submit *args, struct panfrost_job *job) panfrost_lookup_bos() argument
198 panfrost_copy_in_sync(struct drm_device *dev, struct drm_file *file_priv, struct drm_panfrost_submit *args, struct panfrost_job *job) panfrost_copy_in_sync() argument
253 struct panfrost_job *job; panfrost_ioctl_submit() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c447 pqi_build_csmi_smp_passthru_buffer(struct sas_rphy *rphy, struct bsg_job *job) pqi_build_csmi_smp_passthru_buffer() argument
491 pqi_build_sas_smp_handler_reply( struct bmic_csmi_smp_passthru_buffer *smp_buf, struct bsg_job *job, struct pqi_raid_error_info *error_info) pqi_build_sas_smp_handler_reply() argument
507 pqi_sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, struct sas_rphy *rphy) pqi_sas_smp_handler() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Dcdma.c316 struct host1x_job *job, *n; in update_cdma_locked() local
273 cdma_start_timer_locked(struct host1x_cdma *cdma, struct host1x_job *job) cdma_start_timer_locked() argument
375 struct host1x_job *job, *next_job = NULL; host1x_cdma_update_sync_queue() local
491 host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job) host1x_cdma_begin() argument
606 host1x_cdma_end(struct host1x_cdma *cdma, struct host1x_job *job) host1x_cdma_end() argument
[all...]
H A Djob.c29 struct host1x_job *job = NULL; in host1x_job_alloc() local
71 host1x_job_get(struct host1x_job *job) host1x_job_get() argument
80 struct host1x_job *job = container_of(ref, struct host1x_job, ref); job_free() local
85 host1x_job_put(struct host1x_job *job) host1x_job_put() argument
91 host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo, unsigned int words, unsigned int offset) host1x_job_add_gather() argument
104 pin_job(struct host1x *host, struct host1x_job *job) pin_job() argument
279 do_relocs(struct host1x_job *job, struct host1x_job_gather *g) do_relocs() argument
339 struct host1x_job *job; global() member
524 copy_gathers(struct device *host, struct host1x_job *job, struct device *dev) copy_gathers() argument
589 host1x_job_pin(struct host1x_job *job, struct device *dev) host1x_job_pin() argument
639 host1x_job_unpin(struct host1x_job *job) host1x_job_unpin() argument
675 host1x_job_dump(struct device *dev, struct host1x_job *job) host1x_job_dump() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
H A Dv3d_sched.c60 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_free() local
76 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_dependency() local
90 struct v3d_bin_job *job in v3d_bin_job_run() local
143 struct v3d_render_job *job = to_render_job(sched_job); v3d_render_job_run() local
186 struct v3d_tfu_job *job = to_tfu_job(sched_job); v3d_tfu_job_run() local
223 struct v3d_csd_job *job = to_csd_job(sched_job); v3d_csd_job_run() local
254 struct v3d_job *job = to_v3d_job(sched_job); v3d_cache_clean_job_run() local
299 struct v3d_job *job = to_v3d_job(sched_job); v3d_cl_job_timedout() local
316 struct v3d_bin_job *job = to_bin_job(sched_job); v3d_bin_job_timedout() local
325 struct v3d_render_job *job = to_render_job(sched_job); v3d_render_job_timedout() local
334 struct v3d_job *job = to_v3d_job(sched_job); v3d_generic_job_timedout() local
342 struct v3d_csd_job *job = to_csd_job(sched_job); v3d_csd_job_timedout() local
[all...]
H A Dv3d_gem.c250 v3d_lock_bo_reservations(struct v3d_job *job, in v3d_lock_bo_reservations() argument
287 v3d_lookup_bos(struct drm_device *dev, struct drm_file *file_priv, struct v3d_job *job, u64 bo_handles, u32 bo_count) v3d_lookup_bos() argument
354 struct v3d_job *job = container_of(ref, struct v3d_job, refcount); v3d_job_free() local
382 struct v3d_render_job *job = container_of(ref, struct v3d_render_job, v3d_render_job_free() local
393 v3d_job_put(struct v3d_job *job) v3d_job_put() argument
432 v3d_job_init(struct v3d_dev *v3d, struct drm_file *file_priv, struct v3d_job *job, void (*free)(struct kref *ref), u32 in_sync) v3d_job_init() argument
466 v3d_push_job(struct v3d_file_priv *v3d_priv, struct v3d_job *job, enum v3d_queue queue) v3d_push_job() argument
487 v3d_attach_fences_and_unlock_reservation(struct drm_file *file_priv, struct v3d_job *job, struct ww_acquire_ctx *acquire_ctx, u32 out_sync, struct dma_fence *done_fence) v3d_attach_fences_and_unlock_reservation() argument
685 struct v3d_tfu_job *job; v3d_submit_tfu_ioctl() local
780 struct v3d_csd_job *job; v3d_submit_csd_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/scheduler/
H A Dsched_main.c283 struct drm_sched_job *job; in drm_sched_job_timedout() local
548 drm_sched_job_init(struct drm_sched_job *job, struct drm_sched_entity *entity, void *owner) drm_sched_job_init() argument
579 drm_sched_job_cleanup(struct drm_sched_job *job) drm_sched_job_cleanup() argument
673 struct drm_sched_job *job; drm_sched_get_cleanup_job() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c457 pqi_build_csmi_smp_passthru_buffer(struct sas_rphy *rphy, struct bsg_job *job) pqi_build_csmi_smp_passthru_buffer() argument
501 pqi_build_sas_smp_handler_reply( struct bmic_csmi_smp_passthru_buffer *smp_buf, struct bsg_job *job, struct pqi_raid_error_info *error_info) pqi_build_sas_smp_handler_reply() argument
517 pqi_sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, struct sas_rphy *rphy) pqi_sas_smp_handler() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_reset.h39 struct amdgpu_job *job; member
H A Djpeg_v2_0.c533 jpeg_v2_0_dec_ring_emit_ib(struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_ib *ib, uint32_t flags) jpeg_v2_0_dec_ring_emit_ib() argument
H A Djpeg_v1_0.c293 jpeg_v1_0_decode_ring_emit_ib(struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_ib *ib, uint32_t flags) jpeg_v1_0_decode_ring_emit_ib() argument
H A Damdgpu_ids.c169 amdgpu_vmid_gds_switch_needed(struct amdgpu_vmid *id, struct amdgpu_job *job) amdgpu_vmid_gds_switch_needed() argument
181 amdgpu_vmid_compatible(struct amdgpu_vmid *id, struct amdgpu_job *job) amdgpu_vmid_compatible() argument
273 amdgpu_vmid_grab_reserved(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_vmid **id, struct dma_fence **fence) amdgpu_vmid_grab_reserved() argument
334 amdgpu_vmid_grab_used(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_vmid **id, struct dma_fence **fence) amdgpu_vmid_grab_used() argument
397 amdgpu_vmid_grab(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_job *job, struct dma_fence **fence) amdgpu_vmid_grab() argument
[all...]
H A Damdgpu_ib.c126 amdgpu_ib_schedule(struct amdgpu_ring *ring, unsigned int num_ibs, struct amdgpu_ib *ibs, struct amdgpu_job *job, struct dma_fence **f) amdgpu_ib_schedule() argument
[all...]
H A Duvd_v5_0.c554 uvd_v5_0_ring_emit_ib(struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_ib *ib, uint32_t flags) uvd_v5_0_ring_emit_ib() argument
H A Duvd_v4_2.c539 uvd_v4_2_ring_emit_ib(struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_ib *ib, uint32_t flags) uvd_v4_2_ring_emit_ib() argument
H A Duvd_v3_1.c89 uvd_v3_1_ring_emit_ib(struct amdgpu_ring *ring, struct amdgpu_job *job, struct amdgpu_ib *ib, uint32_t flags) uvd_v3_1_ring_emit_ib() argument
/kernel/linux/linux-6.6/block/
H A Dbsg-lib.c31 struct bsg_job *job; in bsg_transport_sg_io_fn() local
158 struct bsg_job *job = container_of(kref, struct bsg_job, kref); bsg_teardown_job() local
169 bsg_job_put(struct bsg_job *job) bsg_job_put() argument
175 bsg_job_get(struct bsg_job *job) bsg_job_get() argument
189 bsg_job_done(struct bsg_job *job, int result, unsigned int reply_payload_rcv_len) bsg_job_done() argument
207 struct bsg_job *job = blk_mq_rq_to_pdu(rq); bsg_complete() local
234 struct bsg_job *job = blk_mq_rq_to_pdu(req); bsg_prepare_job() local
304 struct bsg_job *job = blk_mq_rq_to_pdu(req); bsg_init_rq() local
315 struct bsg_job *job = blk_mq_rq_to_pdu(req); bsg_exit_rq() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H A Dlima_sched.c102 static inline struct lima_sched_task *to_lima_task(struct drm_sched_job *job) in to_lima_task() argument
202 static struct dma_fence *lima_sched_run_job(struct drm_sched_job *job) in lima_sched_run_job() argument
399 static enum drm_gpu_sched_stat lima_sched_timedout_job(struct drm_sched_job *job) in lima_sched_timedout_job() argument
438 lima_sched_free_job(struct drm_sched_job *job) lima_sched_free_job() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_wb.c570 dpu_encoder_phys_wb_prepare_wb_job(struct dpu_encoder_phys *phys_enc, struct drm_writeback_job *job) dpu_encoder_phys_wb_prepare_wb_job() argument
629 dpu_encoder_phys_wb_cleanup_wb_job(struct dpu_encoder_phys *phys_enc, struct drm_writeback_job *job) dpu_encoder_phys_wb_cleanup_wb_job() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c30 nouveau_job_init(struct nouveau_job *job, in nouveau_job_init() argument
112 nouveau_job_free(struct nouveau_job *job) nouveau_job_free() argument
120 nouveau_job_fini(struct nouveau_job *job) nouveau_job_fini() argument
128 sync_find_fence(struct nouveau_job *job, struct drm_nouveau_sync *sync, struct dma_fence **fence) sync_find_fence() argument
153 nouveau_job_add_deps(struct nouveau_job *job) nouveau_job_add_deps() argument
178 nouveau_job_fence_attach_cleanup(struct nouveau_job *job) nouveau_job_fence_attach_cleanup() argument
195 nouveau_job_fence_attach_prepare(struct nouveau_job *job) nouveau_job_fence_attach_prepare() argument
237 nouveau_job_fence_attach(struct nouveau_job *job) nouveau_job_fence_attach() argument
262 nouveau_job_submit(struct nouveau_job *job) nouveau_job_submit() argument
354 nouveau_job_run(struct nouveau_job *job) nouveau_job_run() argument
370 struct nouveau_job *job = to_nouveau_job(sched_job); nouveau_sched_run_job() local
379 struct nouveau_job *job = to_nouveau_job(sched_job); nouveau_sched_timedout_job() local
397 struct nouveau_job *job = to_nouveau_job(sched_job); nouveau_sched_free_job() local
[all...]
H A Dnouveau_sched.h113 } job; member
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c136 panfrost_lookup_bos(struct drm_device *dev, struct drm_file *file_priv, struct drm_panfrost_submit *args, struct panfrost_job *job) panfrost_lookup_bos() argument
194 panfrost_copy_in_sync(struct drm_device *dev, struct drm_file *file_priv, struct drm_panfrost_submit *args, struct panfrost_job *job) panfrost_copy_in_sync() argument
242 struct panfrost_job *job; panfrost_ioctl_submit() local
[all...]

Completed in 17 milliseconds

12345678910>>...14