drm/xe: Move page fault init after topology init
authorMatthew Brost <matthew.brost@intel.com>
Thu, 10 Jul 2025 19:12:08 +0000 (12:12 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 17 Jul 2025 12:51:27 +0000 (09:51 -0300)
commit3155ac89251dcb5e35a3ec2f60a74a6ed22c56fd
tree26347825051bfc4c44f362a9e6d92b089e38dc19
parent2a58b21adee3df10ca6f4491af965c4890d2d8e3
drm/xe: Move page fault init after topology init

We need the topology to determine GT page fault queue size, move page
fault init after topology init.

Cc: stable@vger.kernel.org
Fixes: 3338e4f90c14 ("drm/xe: Use topology to determine page fault queue size")
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com>
Link: https://lore.kernel.org/r/20250710191208.1040215-1-matthew.brost@intel.com
(cherry picked from commit beb72acb5b38dbe670d8eb752d1ad7a32f9c4119)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_gt.c