Home
last modified time | relevance | path

Searched refs:ndwords (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/xe/
A Dxe_gt_sriov_pf_migration.c19 u64 addr, u32 ndwords) in guc_action_vf_save_restore() argument
29 FIELD_PREP(PF2GUC_SAVE_RESTORE_VF_REQUEST_MSG_4_SIZE, ndwords), in guc_action_vf_save_restore()
48 const int ndwords = size / sizeof(u32); in pf_send_guc_save_vf_state() local
56 xe_gt_assert(gt, size == ndwords * sizeof(u32)); in pf_send_guc_save_vf_state()
68 xe_bo_ggtt_addr(bo), ndwords); in pf_send_guc_save_vf_state()
71 else if (ret > ndwords) in pf_send_guc_save_vf_state()
84 const int ndwords = size / sizeof(u32); in pf_send_guc_restore_vf_state() local
92 xe_gt_assert(gt, size == ndwords * sizeof(u32)); in pf_send_guc_restore_vf_state()
106 xe_bo_ggtt_addr(bo), ndwords); in pf_send_guc_restore_vf_state()
109 else if (ret > ndwords) in pf_send_guc_restore_vf_state()
/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_context.c676 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local
698 ndwords = 0; in igt_ctx_exec()
747 ndwords++; in igt_ctx_exec()
755 ncontexts, engine->name, ndwords); in igt_ctx_exec()
822 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local
831 ndwords = 0; in igt_shared_ctx_exec()
881 ndwords++; in igt_shared_ctx_exec()
888 ncontexts, engine->name, ndwords); in igt_shared_ctx_exec()
1415 ndwords = 0; in igt_ctx_readonly()
1456 ndwords++; in igt_ctx_readonly()
[all …]
/drivers/gpu/drm/msm/adreno/
A Dadreno_gpu.c1091 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords) in adreno_wait_ring() argument
1093 if (spin_until(ring_freewords(ring) >= ndwords)) in adreno_wait_ring()
A Dadreno_gpu.h571 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords);

Completed in 21 milliseconds