Searched refs:ndwords (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_migration.c | 155 u64 addr, u32 ndwords) in guc_action_vf_save_restore() argument 165 FIELD_PREP(PF2GUC_SAVE_RESTORE_VF_REQUEST_MSG_4_SIZE, ndwords), in guc_action_vf_save_restore() 184 const int ndwords = size / sizeof(u32); in pf_send_guc_save_vf_mig_data() local 186 CLASS(xe_guc_buf, buf)(&guc->buf, ndwords); in pf_send_guc_save_vf_mig_data() 190 xe_gt_assert(gt, size == ndwords * sizeof(u32)); in pf_send_guc_save_vf_mig_data() 199 xe_guc_buf_flush(buf), ndwords); in pf_send_guc_save_vf_mig_data() 202 else if (ret > ndwords) in pf_send_guc_save_vf_mig_data() 214 const int ndwords = size / sizeof(u32); in pf_send_guc_restore_vf_mig_data() local 220 xe_gt_assert(gt, size == ndwords * sizeof(u32)); in pf_send_guc_restore_vf_mig_data() 226 xe_guc_buf_flush(buf), ndwords); in pf_send_guc_restore_vf_mig_data() [all …]
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 676 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local 698 ndwords = 0; in igt_ctx_exec() 726 ndwords, dw, max_dwords(obj), in igt_ctx_exec() 747 ndwords++; in igt_ctx_exec() 755 ncontexts, engine->name, ndwords); in igt_ctx_exec() 760 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec() 822 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local 831 ndwords = 0; in igt_shared_ctx_exec() 860 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec() 881 ndwords++; in igt_shared_ctx_exec() [all …]
|