Home
last modified time | relevance | path

Searched defs:ndwords (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_gt_sriov_pf_migration.c19 u64 addr, u32 ndwords) in guc_action_vf_save_restore()
48 const int ndwords = size / sizeof(u32); in pf_send_guc_save_vf_state() local
84 const int ndwords = size / sizeof(u32); in pf_send_guc_restore_vf_state() local
/linux-6.14.4/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c676 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local
822 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local
1369 unsigned long idx, ndwords, dw, num_engines; in igt_ctx_readonly() local
/linux-6.14.4/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c992 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords) in adreno_wait_ring()