summaryrefslogtreecommitdiff
path: root/link.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-13link: use uint32_t instead of u32Tobias Klauser1-2/+2
2013-12-18debian: define SPEED_UNKNOWN if missing in linux/ethtool.hJesper Dangaard Brouer1-0/+4
2013-06-04link: add link management functionsDaniel Borkmann1-0/+18
href='/cgit.cgi/linux/net-next.git/commit/?id=f9a4ea35b87c28c08134dfc146345f77345a99be'>f9a4ea35b87c28c08134dfc146345f77345a99be (patch) tree414a8a24dcf2cbe4a49d35e4650af79b4cff8d19 parent215a7e3210eb208abe634480741e418b5a8bf60c (diff)
drm/i915: Fix serialisation of pipecontrol write vs semaphore signal
In order for the MI_SEMAPHORE_SIGNAL command to wait until after the pipecontrol writing the signal value is complete, we have to pause the CS inside the PIPE_CONTROL with the CS_STALL bit. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1461932305-14637-4-git-send-email-chris@chris-wilson.co.uk
Diffstat
-rw-r--r--drivers/gpu/drm/i915/intel_ringbuffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c b/drivers/gpu/drm/i915/intel_ringbuffer.c