From patchwork Fri Jan 20 06:15:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Murthy, Arun R" X-Patchwork-Id: 13109230 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 4A315C38159 for ; Fri, 20 Jan 2023 06:21:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AFDEB10EA03; Fri, 20 Jan 2023 06:21:47 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id D1FC710EA52; Fri, 20 Jan 2023 06:21:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674195705; x=1705731705; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hpb6fhHsC6I9pMZPiNy984MUjJoy1J2xsTXCyptZXFw=; b=VP7jUMD7/9ejhbLZLa9jsOiKI4rsx/ugJh3IOdpMrzh5rqOy/63KdCOW R4eBk1Holn2P4GLarZ/gtGZUYlTMcpXWvAi54EMHLWqg/qio5DKxo0DzS s2yW2c4L7f4XIWD6QyWGwfCQMdlzeMZAT+4CyU67bQuRx1yvFmnJuiftv TXTwZqfCzU0mf5PfHEDVBwhUjR8Z5VCLRUSFH/9JPysgt63yT1H6mpwhW E5md0BfcLv+82lp7o/kS9gxwjnUbPd2/VfEfmNYufi8/WLUpnn2PUSVE+ A3ONvm43HI3sJoA9nyKEDav7tN77ZjGn/jhmth4n3MaGbn6sNz/VrPleP Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10595"; a="390030160" X-IronPort-AV: E=Sophos;i="5.97,231,1669104000"; d="scan'208";a="390030160" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2023 22:21:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10595"; a="729021167" X-IronPort-AV: E=Sophos;i="5.97,231,1669104000"; d="scan'208";a="729021167" Received: from srr4-3-linux-106-armuthy.iind.intel.com ([10.190.238.56]) by fmsmga004.fm.intel.com with ESMTP; 19 Jan 2023 22:21:30 -0800 From: Arun R Murthy To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, jani.nikula@intel.com Date: Fri, 20 Jan 2023 11:45:58 +0530 Message-Id: <20230120061600.1451088-1-arun.r.murthy@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCHv2 0/2] DP2.0 SDP CRC16 for 128/132b link layer 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" *** BLURB HERE *** Arun R Murthy (2): drm: Add SDP Error Detection Configuration Register i915/display/dp: SDP CRC16 for 128b132b link layer .../gpu/drm/i915/display/intel_dp_link_training.c | 12 ++++++++++++ include/drm/display/drm_dp.h | 3 +++ 2 files changed, 15 insertions(+)