]> www.infradead.org Git - users/hch/misc.git/commit
drm/xe: Add page queue multiplier
authorMatthew Brost <matthew.brost@intel.com>
Tue, 8 Apr 2025 15:59:15 +0000 (08:59 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 8 May 2025 19:44:20 +0000 (12:44 -0700)
commit391008f34e711253c5983b0bf52277cc43723127
tree17b45fb9845cbb8b89a0bfce7d1c7da1debb9f35
parent92a09c47464d040866cf2b4cd052bc60555185fb
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
(cherry picked from commit 29582e0ea75c95668d168b12406e3c56cf5a73c4)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_gt_pagefault.c