Searched refs:write (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s12/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c89 write(hotkey_event_fd[1], &buf, 1);
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_gem.c505 /* If we're not in the cpu write domain, set ourself into the gtt
506 * write domain and manually flush cachelines (if required). This
825 /* Manually manage the write flush as we may have not yet
829 * the two (read/write) seqno, so if we haved successfully waited,
830 * we know we have passed the last write.
921 /* Having something in the write domain implies it's in the read
1942 * write domains, emitting any outstanding lazy request and retiring and
2201 * precede the update with write to turn off the fence register,
2446 * When mapping objects through the GTT, userspace wants to be able to write
2466 * will need to serialise the write t
2760 i915_gem_object_set_to_gtt_domain(struct drm_i915_gem_object *obj, int write) argument
3009 i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write) argument
[all...]
H A Di915_drv.h1019 /** gt_fifo_count and the subsequent register write are synchronized
1780 bool write);
1782 i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write);

Completed in 103 milliseconds