Home
last modified time | relevance | path

Searched refs:pipelined (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/Documentation/ide/
DChangeLog.ide-tape.1995-200280 * New fast pipelined operation mode (currently only on
81 * writes). When using the pipelined mode, the
88 * A short explanation of the pipelined operation mode
90 * Ver 1.2 Jan 1 96 Eliminated pipelined mode race condition.
98 * the pipelined operation mode, this allows us to
106 * Ver 1.3 Feb 9 96 Fixed pipelined read mode bug which prevented the
125 * Fixed pipelined read mode inefficiency.
Dide-tape.txt35 1. ide-tape is operating in the pipelined operation mode.
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt48 synchronous pipelined devices, where the address
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_drv.h967 struct intel_engine_cs *pipelined);
Di915_gem.c3882 struct intel_engine_cs *pipelined, in i915_gem_object_pin_to_display_plane() argument
3889 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()
Di915_drv.h2771 struct intel_engine_cs *pipelined,
Dintel_display.c2357 struct intel_engine_cs *pipelined) in intel_pin_and_fence_fb_obj() argument
2421 ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined, in intel_pin_and_fence_fb_obj()