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 CEEA2C433EF for ; Wed, 29 Dec 2021 11:30:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1AFDF10EB4A; Wed, 29 Dec 2021 11:30:48 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2452210EB44; Wed, 29 Dec 2021 11:30: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=1640777446; x=1672313446; h=from:to:cc:subject:date:message-id:mime-version; bh=F6DlwYBDvHY8K0W5xllS09JXkAOQJH6xOR49c1RmqOY=; b=iK0/oLfNwfqVeV1FNvkOtrqvUqn5yEcmYXy4dQXAu8zv9Z5SsZehLicn U0bjNXo/ReHNPq2AHOpt4i4SbENi/mOoLvVZhvVacSo/I21lJIGfqjsXA RTw6mbpKNtSXuwXRL0L3YZE7RFD67jyCoQ+mP6MzZ5rOzoKpNwU+LWyHB LxLwthwAwqav+aMC9bkNTgF5L8RChcjqMu/Rk1EP8ilgvOTWsw/y7G57j BKy4xbZRoKXZfECJGcqkokp/z8uAWdPrxzgrVwv/nXmpPupw4J+MoYuvk x9NU4cy03GnefRtSVVCEoufzRwzSCaOyER+K8NNMFdtCxyE4BjrzrkINS A==; X-IronPort-AV: E=McAfee;i="6200,9189,10211"; a="228813047" X-IronPort-AV: E=Sophos;i="5.88,245,1635231600"; d="scan'208";a="228813047" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Dec 2021 03:30:45 -0800 X-IronPort-AV: E=Sophos;i="5.88,245,1635231600"; d="scan'208";a="523996583" Received: from jcurran1-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.10.44]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Dec 2021 03:30:40 -0800 From: Jani Nikula To: Dave Airlie , Daniel Vetter Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Date: Wed, 29 Dec 2021 13:30:38 +0200 Message-ID: <87h7ark5r5.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain 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: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Dave & Daniel - Final i915 fixes for v5.16. BR, Jani. The following changes since commit fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2: Linux 5.16-rc7 (2021-12-26 13:17:17 -0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2021-12-29 for you to fetch changes up to d46f329a3f6048e04736e86cb13c880645048792: drm/i915: Increment composite fence seqno (2021-12-27 11:33:40 +0200) ---------------------------------------------------------------- drm/i915 fixes for v5.16: - Fix possible uninitialized variable - Fix composite fence seqno icrement on each fence creation ---------------------------------------------------------------- Matthew Brost (2): drm/i915: Fix possible uninitialized variable in parallel extension drm/i915: Increment composite fence seqno drivers/gpu/drm/i915/gem/i915_gem_context.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Jani Nikula, Intel Open Source Graphics Center