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 87E0FE91296 for ; Thu, 5 Feb 2026 08:52:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3B9ED10E7F9; Thu, 5 Feb 2026 08:52:13 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="idhVhAPv"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2D47010E7F9; Thu, 5 Feb 2026 08:52:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1770281533; x=1801817533; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=5fp98ky7bJSBDlhHRcq0/D3yDXOCT5pcHOM/VEvLXLg=; b=idhVhAPv3eBHFLZu2NsJDWnKu18fHCX+OYHSDg9r93tRHWA4KmNfnYKi mLdqGD8BuVKpH5Kg/99HrLn3JG2zSI3LbBY93LL9CYUe5srJWH+qd2qpC SoKg4mM893+lTwRLwBhXWTu0nX/M3K7hbRLtwoYD7stE+NgRKczwrk4Kb yXq+JbGyWu4qFQZN2TFlJO0/xdMQK/sVTwy/1djXgooZ2bp80PYO6Tq9B 73+vE2YRVw8uNRYi+ykfFt/baPlNuSUPm9YSYRvEEOk4uhaVOKrycrB/p pw8r2WSZK4ucaTItInC9XXDsVPHWF2KscfkUhtD+adDP2qbtKmOaf5cSH Q==; X-CSE-ConnectionGUID: JTVMtn+iTeiZe375ZYX8dA== X-CSE-MsgGUID: wNSvyNi8ST+bHkfsspHfxA== X-IronPort-AV: E=McAfee;i="6800,10657,11691"; a="71377278" X-IronPort-AV: E=Sophos;i="6.21,274,1763452800"; d="scan'208";a="71377278" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2026 00:52:10 -0800 X-CSE-ConnectionGUID: dNiobhbrSaywouX/Lh6fuw== X-CSE-MsgGUID: fXJKh5ScQu6nIqaUM5d8hA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,274,1763452800"; d="scan'208";a="233380036" Received: from srr4-3-linux-103-aknautiy.iind.intel.com ([10.223.34.160]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2026 00:52:04 -0800 From: Ankit Nautiyal To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: jani.nikula@linux.intel.com, imre.deak@intel.com, Ankit Nautiyal Subject: [PATCH 0/2] drm/i915/dp: Joiner cleanups and fix Date: Thu, 5 Feb 2026 14:06:21 +0530 Message-ID: <20260205083623.793902-1-ankit.k.nautiyal@intel.com> X-Mailer: git-send-email 2.45.2 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" Two small DP joiner updates: - make intel_dp_can_join() static and - restore the lost intel_dp_has_joiner() check dropped from ad121a62d566 Ankit Nautiyal (2): drm/i915/dp: Make intel_dp_can_join() static drm/i915/dp: Restore the missing check for intel_dp_has_joiner drivers/gpu/drm/i915/display/intel_dp.c | 17 ++++++++++++----- drivers/gpu/drm/i915/display/intel_dp.h | 9 ++++----- drivers/gpu/drm/i915/display/intel_dp_mst.c | 4 ++-- 3 files changed, 18 insertions(+), 12 deletions(-) -- 2.45.2