]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/guc: Bump the G2H queue size to account for page faults
authorStuart Summers <stuart.summers@intel.com>
Sat, 17 Aug 2024 02:47:32 +0000 (02:47 +0000)
committerMatthew Brost <matthew.brost@intel.com>
Tue, 20 Aug 2024 16:45:54 +0000 (09:45 -0700)
commitdf2dbc925fad3274b952b865f85d26d1e056c1cc
treebabef711a2c612aff7108f4c70594f8340871c13
parent3338e4f90c143cf32f77d64f464cb7f2c2d24700
drm/xe/guc: Bump the G2H queue size to account for page faults

With the increase in the size of the recoverable page fault
queue, we want to ensure the initial messages from GuC in
the G2H buffer have space while we transfer those out to the
actual pf_queue. Bump the G2H queue size to account for this
increase in the pf_queue size.

Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Stuart Summers <stuart.summers@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/4c2b6974801bcffd8a010d838c8733fa4092573d.1723862633.git.stuart.summers@intel.com
drivers/gpu/drm/xe/xe_guc_ct.c