From patchwork Thu Oct 28 10:29:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jani Nikula X-Patchwork-Id: 12589797 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EC57C433F5 for ; Thu, 28 Oct 2021 10:29:52 +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 CD0EF61056 for ; Thu, 28 Oct 2021 10:29:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org CD0EF61056 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 9C0DC6E951; Thu, 28 Oct 2021 10:29:47 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id EFC106E94E; Thu, 28 Oct 2021 10:29:45 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10150"; a="230323334" X-IronPort-AV: E=Sophos;i="5.87,189,1631602800"; d="scan'208";a="230323334" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Oct 2021 03:29:29 -0700 X-IronPort-AV: E=Sophos;i="5.87,189,1631602800"; d="scan'208";a="498331302" Received: from ralfseng-mobl1.ger.corp.intel.com (HELO localhost) ([10.251.214.156]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Oct 2021 03:29:24 -0700 From: Jani Nikula 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, Subject: [PULL] drm-intel-fixes Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Date: Thu, 28 Oct 2021 13:29:21 +0300 Message-ID: <8735olh27y.fsf@intel.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave & Daniel - Certainly more than I'd like at this stage, but it's mostly Cc: stable material, and the tracepoint change is a last minute revert to dodge a potential "tracepoints are uabi" bullet before it hits the final release. BR, Jani. drm-intel-fixes-2021-10-28: drm/i915 fixes for v5.15 final: - Remove unconditional clflushes - Fix oops on boot due to sync state on disabled DP encoders - Revert backend specific data added to tracepoints - Remove useless and incorrect memory frequence calculation BR, Jani. The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba: Linux 5.15-rc6 (2021-10-17 20:00:13 -1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2021-10-28 for you to fetch changes up to 9a4aa3a2f1606a03c220b21049baa4a2b6169626: drm/i915: Revert 'guc_id' from i915_request tracepoint (2021-10-28 11:45:11 +0300) ---------------------------------------------------------------- drm/i915 fixes for v5.15 final: - Remove unconditional clflushes - Fix oops on boot due to sync state on disabled DP encoders - Revert backend specific data added to tracepoints - Remove useless and incorrect memory frequence calculation ---------------------------------------------------------------- Imre Deak (1): drm/i915/dp: Skip the HW readout of DPCD on disabled encoders Joonas Lahtinen (1): drm/i915: Revert 'guc_id' from i915_request tracepoint José Roberto de Souza (1): drm/i915: Remove memory frequency calculation Ville Syrjälä (2): drm/i915: Convert unconditional clflush to drm_clflush_virt_range() drm/i915: Catch yet another unconditioal clflush drivers/gpu/drm/i915/display/intel_dp.c | 3 +++ drivers/gpu/drm/i915/gt/intel_timeline.c | 4 ++-- drivers/gpu/drm/i915/i915_reg.h | 8 -------- drivers/gpu/drm/i915/i915_trace.h | 7 ++----- drivers/gpu/drm/i915/intel_dram.c | 30 ++---------------------------- 5 files changed, 9 insertions(+), 43 deletions(-)