summaryrefslogtreecommitdiff
path: root/reference/GRAPHICS/syntax.gif
AgeCommit message (Expand)AuthorFilesLines
2008-01-27Initial import (2.0.2-6)2.0.2-6Tobias Klauser1-0/+0
='1'>ssdiff
authorChris Wilson <chris@chris-wilson.co.uk>2016-04-29 09:07:04 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-04-29 10:20:51 +0100
commit596e5efc690d832e476018763ae6363c55e21165 (patch)
tree141e9521707e31186783d1c43627ae1667d4e16f
parent0f572ebec04ef1cb6f16372eccde6b4724e881cf (diff)
drm/i915: Bump reserved size for legacy gen8 semaphore emission
With 5 rings and a flush, we need 192 bytes of space to emit the breadcrumb and semaphores. However, we need some spare room the size of the single largest packet (36 dwords, 144 bytes) to accommodate wraparound giving a grand total of 336 bytes Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1461917226-9132-1-git-send-email-chris@chris-wilson.co.uk
Diffstat
-rw-r--r--drivers/gpu/drm/i915/intel_ringbuffer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h