Searched refs:flips (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/
H A Di915_gem_execbuffer.c41 uint32_t flips; member in struct:change_domains
192 cd->flips |= atomic_read(&obj->pending_flip);
860 i915_gem_execbuffer_wait_for_flips(struct intel_ring_buffer *ring, u32 flips) argument
865 /* Check for any pending flips. As we only maintain a flip queue depth
870 for (plane = 0; flips >> plane; plane++) {
871 if (((flips >> plane) & 1) == 0)
913 if (cd.flips) {
914 ret = i915_gem_execbuffer_wait_for_flips(ring, cd.flips);
/drivers/mtd/nand/
H A Dnandsim.c161 MODULE_PARM_DESC(bitflips, "Maximum number of random bit flips per page (zero by default)");
1424 int flips = 1; local
1426 flips = (random32() % (int) bitflips) + 1;
1427 while (flips--) {

Completed in 49 milliseconds