Searched defs:other (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.h211 struct intel_ring_buffer *other)
221 idx = (other - ring) - 1;
210 intel_ring_sync_index(struct intel_ring_buffer *ring, struct intel_ring_buffer *other) argument
H A Di915_gem.c279 * XORing with the other bits (A9 for Y, A9 and A10 for X)
2489 struct drm_mm_node *other; local
2504 other = list_entry(gtt_space->node_list.prev, struct drm_mm_node, node_list);
2505 if (other->allocated && !other->hole_follows && other->color != cache_level)
2508 other = list_entry(gtt_space->node_list.next, struct drm_mm_node, node_list);
2509 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level)
2766 /* It should now be out of any other writ
[all...]
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c818 output_t *other; local
822 other = con_outputs[i].output;
824 if (other == output)
827 if (other->mode_info == NULL)
830 if (other->crtc_info != crtc)
835 if (output->output_info->clones[l] == other->output.xid)
1086 * Reset other outputs based on this one using the best crtc

Completed in 23 milliseconds