Searched refs:dwords (Results 1 – 5 of 5) sorted by relevance
370 static int i915_emit_cmds(drm_device_t * dev, int __user * buffer, int dwords) in i915_emit_cmds() argument376 if ((dwords+1) * sizeof(int) >= dev_priv->ring.Size - 8) { in i915_emit_cmds()380 BEGIN_LP_RING((dwords+1)&~1); in i915_emit_cmds()382 for (i = 0; i < dwords;) { in i915_emit_cmds()390 if ((sz = validate_cmd(cmd)) == 0 || i + sz > dwords) { in i915_emit_cmds()406 if (dwords & 1) in i915_emit_cmds()
1623 int dwords = (end - start + 3) / sizeof (u32); in radeon_cp_dispatch_indirect() local1630 if (dwords & 1) { in radeon_cp_dispatch_indirect()1634 data[dwords++] = RADEON_CP_PACKET2; in radeon_cp_dispatch_indirect()1642 OUT_RING(dwords); in radeon_cp_dispatch_indirect()1655 int dwords; in radeon_cp_dispatch_indices() local1675 dwords = (prim->finish - prim->start + 3) / sizeof (u32); in radeon_cp_dispatch_indices()1680 data[0] = CP_PACKET3(RADEON_3D_RNDR_GEN_INDX_PRIM, dwords - 2); in radeon_cp_dispatch_indices()1714 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local1848 dwords = size / 4; in radeon_cp_dispatch_texture()1883 (int)(dwords * sizeof (u32))); in radeon_cp_dispatch_texture()[all …]
53 uint32_t dwords[16]; member458 config_hdr_p->dwords[i] = (uint32_t)cfg_prg.data; in get_config_header()701 config_hdr.dwords[0] = (uint32_t)prg_p->data; in probe_dev()718 if ((config_hdr.dwords[0] == U45_SB_DEVID_VID) && in probe_dev()719 (config_hdr.dwords[2] == U45_SB_CLASS_RID)) { in probe_dev()1021 uint32_t dwords[DUMP_BUF_SIZE / sizeof (uint32_t)]; in bytedump_get() member1148 buffer.dwords[next] = (uint32_t)local_prg.data; in bytedump_get()
146 uint32_t dwords[1]; member
403 ! while at least 1 dword, do dwords. Max 7 iterations.