From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2BC8AC54798 for ; Tue, 27 Feb 2024 16:49:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DB66C10E935; Tue, 27 Feb 2024 16:49:28 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Ql7PR2+a"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id C4E0310E4E2 for ; Tue, 27 Feb 2024 16:49:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709052567; x=1740588567; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Au3EJfw/v59mFgUrqThhfxhpfdnHG5mOvJGHAaMHwtY=; b=Ql7PR2+a7cXy5FWy8RKDSQ2mxnHB2jGc6sCgRiGiR4YJgfHez+BzFPO2 PGQn7/6/eLmTQWiJwH2p6hq3LvV/X365UWjpUAi8PoMZx7gGwXtSS9pKy CGryKu7daYRbf4PCHqQmDb47iMbIifvlkwcusc3HWQ1Usvu4jIPkYYucv d55L9bYyh9O1gIvadgE/u0BpgTogYT1qkzpoHN+KKz0ShsqAOGmMOwwCI Dy2hmVJH/Rdnl0dH0MP+HbgK4WKIA/Au1Kg3DvIK222wnQhOxczhKvmSy yvKHfoq6p+t30QfWwWCIMruCXxsdbjpr2giYcSDuoPt7/kDG1g7xGc3qS Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10996"; a="7224237" X-IronPort-AV: E=Sophos;i="6.06,188,1705392000"; d="scan'208";a="7224237" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2024 08:49:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,188,1705392000"; d="scan'208";a="7043711" Received: from guc-pnp-dev-box-1.fm.intel.com ([10.1.27.7]) by fmviesa009.fm.intel.com with ESMTP; 27 Feb 2024 08:49:25 -0800 From: Zhanjun Dong To: intel-xe@lists.freedesktop.org Cc: Zhanjun Dong Subject: [PATCH 0/1] drm/xe/guc: Fix missing topology init Date: Tue, 27 Feb 2024 08:49:21 -0800 Message-Id: <20240227164922.281346-1-zhanjun.dong@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" init_steering_dss need topology dss mask to be init ahead. Fixed by moving xe_gt_topology_init ahead of xe_gt_mcr_init Signed-off-by: Zhanjun Dong Zhanjun Dong (1): drm/xe/guc: Fix missing topology init drivers/gpu/drm/xe/xe_gt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 2.34.1