From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7DEFC1A702 for ; Fri, 15 Dec 2023 09:37:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="jrr2+/+S" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702633039; x=1734169039; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=Zvg/lFItumenYrG3N2XhzoEUGv1fk0+uuv3sf6oiWUM=; b=jrr2+/+SmLaK5kYMBXgbK1VYVBkLXCTaTF45Tofr2O3MZSeAaPm6+kNW 3/s6bvipzyP0NTkxO5H8JVtdmRE4s60oBz8A1SZlpAFTzUnOq5yD8Nhu4 MI34kE9Iueme7nYiwbRXeNdYIo81p4dCuniCf/aSaR7me4QlQkVH9z+Rs rZXdQxKtdCgan0NbQfKu/xUzp8TUua06HFlgQcdb3Ys71kB+9nz3TVBX5 FFxbLzgYOpzO54+JA3tt//fpjcwlfJuvurijY2pZFdQauct4vgOmXq5YV LxTagARs9uw+zCykS1cvrbLiXbog1l+NHF77WJ+HRRc77cJdlP28gxa9V Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10924"; a="459573623" X-IronPort-AV: E=Sophos;i="6.04,278,1695711600"; d="scan'208";a="459573623" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2023 01:37:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,278,1695711600"; d="scan'208";a="17743781" Received: from srgreatl-mobl2.ger.corp.intel.com (HELO [10.213.207.13]) ([10.213.207.13]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2023 01:37:16 -0800 Message-ID: <4556f0c9-9ab0-4f8d-ad8b-68e51cd320d6@linux.intel.com> Date: Fri, 15 Dec 2023 09:37:14 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 0/9] drm/i915: Replace kmap_atomic() with kmap_local_page() Content-Language: en-US To: Zhao Liu Cc: Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , David Airlie , Daniel Vetter , Ira Weiny , "Fabio M . De Francesco" , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Dave Hansen , Zhenyu Wang , Zhao Liu References: <20231203132947.2328805-1-zhao1.liu@linux.intel.com> <2abe6f02-b93e-4207-b9be-e9185c7b69e5@linux.intel.com> From: Tvrtko Ursulin Organization: Intel Corporation UK Plc In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 14/12/2023 15:04, Zhao Liu wrote: > On Thu, Dec 14, 2023 at 02:35:26PM +0000, Tvrtko Ursulin wrote: >> Date: Thu, 14 Dec 2023 14:35:26 +0000 >> From: Tvrtko Ursulin >> Subject: Re: [PATCH v3 0/9] drm/i915: Replace kmap_atomic() with >> kmap_local_page() >> >> >> On 14/12/2023 13:45, Tvrtko Ursulin wrote: >>> >>> Hi Zhao, >>> >>> On 14/12/2023 13:19, Zhao Liu wrote: >>>> Hi maintainers, >>>> >>>> Just kindly ping. >>>> May I ask if this refresh version could be merged into the next tree of >>>> the i915? >>> >>> I certainly spotted your series last week or so but then it slipped my >>> mind to go through it. Should be able to go through it today or >>> tomorrow. >> >> It all looks good to me. I only needed to queue a re-test in our CI since v3 >> failed BAT, but pretty sure it wasn't at fault. Once I am satisfied with the >> results I will merge the series. Thanks for the cleanups and your patience! >> >> Regards, >> >> Tvrtko >> > > Thanks for your review! Pushed to drm-intel-gt-next, thanks again! Regards, Tvrtko