From patchwork Tue May 7 03:50:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kandpal, Suraj" X-Patchwork-Id: 13656198 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 60223C10F1A for ; Tue, 7 May 2024 03:53:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C649410E090; Tue, 7 May 2024 03:53:07 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="N5WimYHH"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 90F5810E090 for ; Tue, 7 May 2024 03:53:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1715053985; x=1746589985; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=x6MRAHGXpDlstTTYwT4p6mfYHlVBHGppdjBio8ncfgw=; b=N5WimYHHr9jg7DZEozDTTmjnvvFaIzQKEjlLqMPhEsseM0Cm101Umugc ClcApS4bguO8Ez/AHbYTlJZtpwHX5UdemTzaC4SEufa9HfET0m7x8quBJ pXyTWjHQiveCsPTnb2qynkJRQQMftrPXzfEwD2jHUUDQymyuYTAsd+YJQ 9Rb0GcHHnalHvV5nKrqTsXkpGPMmr7fuce7EWOeJL6zbeFl2nH8ALVBr0 vKLYX/Cg1B4dqNe5cY3RypcsoE1HRInAAo1QIwQJYYB6eEnCNU7QyX3F2 wBG1ZsqA+vhuu+sqrIzFq8msCjwLJ+SpCreacY3BwOg/vcza8SvPxxGwC w==; X-CSE-ConnectionGUID: JE2z4n7RTLeCmPfGJiDyBw== X-CSE-MsgGUID: 3M3g5faOQXCBthSeGKQbLQ== X-IronPort-AV: E=McAfee;i="6600,9927,11065"; a="21501932" X-IronPort-AV: E=Sophos;i="6.07,260,1708416000"; d="scan'208";a="21501932" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2024 20:53:04 -0700 X-CSE-ConnectionGUID: bH0k4noTSam0+6wJEX/KfA== X-CSE-MsgGUID: Y8JURVo1QamLSITDZ8/gHA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,260,1708416000"; d="scan'208";a="28452071" Received: from kandpal-x299-ud4-pro.iind.intel.com ([10.190.239.32]) by fmviesa006.fm.intel.com with ESMTP; 06 May 2024 20:53:02 -0700 From: Suraj Kandpal To: intel-gfx@lists.freedesktop.org Cc: chaitanya.kumar.borah@intel.com, uma.shankar@intel.com, ankit.k.nautiyal@intel.com, Suraj Kandpal Subject: [PATCH 0/2] Fixes in hdcp remote capability Date: Tue, 7 May 2024 09:20:35 +0530 Message-ID: <20240507035037.1025012-1-suraj.kandpal@intel.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This patch series aims to avoid page fault errors caused by aux early assignment as connector may not be mst and using encoder to check for connector type. Signed-off-by: Suraj Kandpal Suraj Kandpal (2): drm/i915/hdcp: Move aux assignment after connector type check drm/i915/hdcp: Check mst_port to determine connector type drivers/gpu/drm/i915/display/intel_dp_hdcp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)