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 C7DC1CCA47C for ; Wed, 29 Jun 2022 10:46:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 28D6E12BC4B; Wed, 29 Jun 2022 10:46:30 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 169C912BC4B; Wed, 29 Jun 2022 10:46:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656499589; x=1688035589; h=from:to:cc:subject:date:message-id:mime-version; bh=lxIdPe9AgnyRbZj++EzzSe9jA1CI9ABE1KR8Jbk067A=; b=ReNpsCLBGRGbENqDiEA+hl81nkqbDXLcJLUmg+YTNq+Q/A652frpAdZG h9VOuVHkujGVAuHDhUr+DQ1qVSkCd34VcsXT1HAQ759FJGmpsfT4oN2sr A1Xhuw/zE6/RKkDNCklbVpuSKpABmHD11junP2/dcqJKae4W2ie1ZMvgH B653O/tpCwt/DYJKPHxEvd8nTuR6Ru/VjkdVrVUh0toKC/KUd60z2NnNg KKGyg0fWQPvk7cWa9yFx7f13Qq6YsRgnVaJY8olvQFwYddfzEgh6/2xrZ wm/jRjo3nhKFTf9WNe3DtDVQTZu/um/1wHyKC4bMpuz5DJduYBuzZGKqV g==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="279543615" X-IronPort-AV: E=Sophos;i="5.92,231,1650956400"; d="scan'208";a="279543615" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2022 03:46:28 -0700 X-IronPort-AV: E=Sophos;i="5.92,231,1650956400"; d="scan'208";a="647339791" Received: from srdoo-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.63.102]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2022 03:46:25 -0700 From: Jani Nikula To: Dave Airlie , Daniel Vetter Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Date: Wed, 29 Jun 2022 13:46:20 +0300 Message-ID: <871qv7rblv.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 , Thomas Zimmermann , Rodrigo Vivi , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Dave & Daniel - drm-intel-fixes-2022-06-29: drm/i915 fixes for v5.19-rc5: - Fix ioctl argument error return - Fix d3cold disable to allow PCI upstream bridge D3 transition - Fix setting cache_dirty for dma-buf objects on discrete Rodrigo will cover the remaining fixes until v5.19 final. BR, Jani. The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a: Linux 5.19-rc4 (2022-06-26 14:22:10 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2022-06-29 for you to fetch changes up to 79538490fd7ade244dba400923e792519a2bdfea: drm/i915: tweak the ordering in cpu_write_needs_clflush (2022-06-27 18:12:10 +0300) ---------------------------------------------------------------- drm/i915 fixes for v5.19-rc5: - Fix ioctl argument error return - Fix d3cold disable to allow PCI upstream bridge D3 transition - Fix setting cache_dirty for dma-buf objects on discrete ---------------------------------------------------------------- Anshuman Gupta (1): drm/i915/dgfx: Disable d3cold at gfx root port Matthew Auld (1): drm/i915: tweak the ordering in cpu_write_needs_clflush katrinzhou (1): drm/i915/gem: add missing else drivers/gpu/drm/i915/gem/i915_gem_context.c | 5 +++-- drivers/gpu/drm/i915/gem/i915_gem_domain.c | 6 ++--- drivers/gpu/drm/i915/i915_driver.c | 34 +++++++++++++---------------- 3 files changed, 21 insertions(+), 24 deletions(-) -- Jani Nikula, Intel Open Source Graphics Center