drm/xe: Add page queue multiplier
authorMatthew Brost <matthew.brost@intel.com>
Tue, 8 Apr 2025 15:59:15 +0000 (08:59 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 10 Apr 2025 02:15:11 +0000 (19:15 -0700)
commit29582e0ea75c95668d168b12406e3c56cf5a73c4
tree0a65d6673d05a262d3bc3e4dbb09c893d9427076
parent3ded92c439449d69017d7a41c5eda3392d6724c7
drm/xe: Add page queue multiplier

For an unknown reason the math to determine the PF queue size does is
not correct - compute UMD applications are overflowing the PF queue
which is fatal. A multippier of 8 fixes the problem.

Fixes: 3338e4f90c14 ("drm/xe: Use topology to determine page fault queue size")
Cc: stable@vger.kernel.org
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com>
Link: https://lore.kernel.org/r/20250408155915.78770-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_gt_pagefault.c