Searched refs:pipelined (Results 1 – 7 of 7) sorted by relevance
80 * New fast pipelined operation mode (currently only on81 * writes). When using the pipelined mode, the88 * A short explanation of the pipelined operation mode90 * Ver 1.2 Jan 1 96 Eliminated pipelined mode race condition.98 * the pipelined operation mode, this allows us to106 * Ver 1.3 Feb 9 96 Fixed pipelined read mode bug which prevented the125 * Fixed pipelined read mode inefficiency.
35 1. ide-tape is operating in the pipelined operation mode.
48 synchronous pipelined devices, where the address
967 struct intel_engine_cs *pipelined);
3882 struct intel_engine_cs *pipelined, in i915_gem_object_pin_to_display_plane() argument3889 if (pipelined != i915_gem_request_get_ring(obj->last_read_req)) { in i915_gem_object_pin_to_display_plane()3890 ret = i915_gem_object_sync(obj, pipelined); in i915_gem_object_pin_to_display_plane()
2771 struct intel_engine_cs *pipelined,
2357 struct intel_engine_cs *pipelined) in intel_pin_and_fence_fb_obj() argument2421 ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined, in intel_pin_and_fence_fb_obj()