mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 05:24:47 +08:00
drm/i915: Ringbuffer signal func for the second BSD ring
This is missing in:
commit 78325f2d27
Author: Ben Widawsky <benjamin.widawsky@intel.com>
Date: Tue Apr 29 14:52:29 2014 -0700
drm/i915: Virtualize the ringbuffer signal func
Looks to me like a rebase side-effect...
Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
36dfcea47a
commit
d153337958
@ -2186,6 +2186,7 @@ int intel_init_bsd2_ring_buffer(struct drm_device *dev)
|
||||
ring->dispatch_execbuffer =
|
||||
gen8_ring_dispatch_execbuffer;
|
||||
ring->semaphore.sync_to = gen6_ring_sync;
|
||||
ring->semaphore.signal = gen6_signal;
|
||||
/*
|
||||
* The current semaphore is only applied on the pre-gen8. And there
|
||||
* is no bsd2 ring on the pre-gen8. So now the semaphore_register
|
||||
|
Loading…
Reference in New Issue
Block a user