drm/i915/guc: Increase size of CTB buffers
authorMatthew Brost <matthew.brost@intel.com>
Thu, 8 Jul 2021 16:20:51 +0000 (09:20 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Tue, 13 Jul 2021 20:50:01 +0000 (13:50 -0700)
commitc26e289f1d8d5b8716f825ac5d798897aca5a124
tree894b7f7b8d9c738d7b26fca20ba094bf0ef277d3
parentdd9c0f3cbbe6fdfe7402b9c6ea35f04b260901bf
drm/i915/guc: Increase size of CTB buffers

With the introduction of non-blocking CTBs more than one CTB can be in
flight at a time. Increasing the size of the CTBs should reduce how
often software hits the case where no space is available in the CTB
buffer.

Cc: John Harrison <john.c.harrison@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210708162055.129996-4-matthew.brost@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c