]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 11 Jul 2025 17:43:11 +0000 (10:43 -0700)
commitbeb72acb5b38dbe670d8eb752d1ad7a32f9c4119
treea78e19c9ab3708513ed3fcbaed5250b3ef7eb731
parentc12fe703cab93f9d8bfe0ff32b58e7b1fd52be1f
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
drivers/gpu/drm/xe/xe_gt.c