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 X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FCF5C432BE for ; Thu, 26 Aug 2021 17:42:25 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 6117760551 for ; Thu, 26 Aug 2021 17:42:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6117760551 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B03126E890; Thu, 26 Aug 2021 17:42:24 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2338B6E88F; Thu, 26 Aug 2021 17:42:23 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10088"; a="217521747" X-IronPort-AV: E=Sophos;i="5.84,354,1620716400"; d="scan'208";a="217521747" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Aug 2021 10:42:22 -0700 X-IronPort-AV: E=Sophos;i="5.84,354,1620716400"; d="scan'208";a="465201789" Received: from fbenmlih-mobile.amr.corp.intel.com (HELO intel.com) ([10.255.36.148]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Aug 2021 10:42:19 -0700 Date: Thu, 26 Aug 2021 13:42:16 -0400 From: Rodrigo Vivi To: Dave Airlie , Daniel Vetter Cc: Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , Sean Paul , Maarten Lankhorst , Maxime Ripard , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, dim-tools@lists.freedesktop.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Intel-gfx] [PULL] drm-intel-fixes 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" Hi Dave and Daniel, I also had other 2 display patches, but I decided to keep them out for now because CI_DIF_604 returned a bunch of link training errors on TGL when compared to CI_DIF_603 which is based on drm/drm-fixes. Those patches are: d7f213c131ad ("drm/i915/dp: Use max params for panels < eDP 1.4") dab1b47e57e0 ("drm/i915/dp: return proper DPRX link training result") Likely, this second one is the culprit so I will try to keep this out and try to include the first one, but I'm not sure if CI will return results in time, so let's try to not be late and propagate the other 2 good patches below: Here goes drm-intel-fixes-2021-08-26: - Fix syncmap memory leak - Drop redundant display port debug print Thanks, Rodrigo. The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93: Linux 5.14-rc7 (2021-08-22 14:24:56 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2021-08-26 for you to fetch changes up to 71de496cc489b6bae2f51f89da7f28849bf2836e: drm/i915/dp: Drop redundant debug print (2021-08-26 07:31:52 -0400) ---------------------------------------------------------------- - Fix syncmap memory leak - Drop redundant display port debug print ---------------------------------------------------------------- Matthew Brost (1): drm/i915: Fix syncmap memory leak Swati Sharma (1): drm/i915/dp: Drop redundant debug print drivers/gpu/drm/i915/display/intel_dp.c | 9 ++------- drivers/gpu/drm/i915/gt/intel_timeline.c | 9 +++++++++ 2 files changed, 11 insertions(+), 7 deletions(-)