From patchwork Mon May 2 14:26:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramalingam C X-Patchwork-Id: 12834253 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 F33DAC433EF for ; Mon, 2 May 2022 14:25:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 875E310EAE2; Mon, 2 May 2022 14:25:20 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8C2B810EA15; Mon, 2 May 2022 14:25:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651501517; x=1683037517; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ZiOtmQcHOa/f1CmMlZNaF+9S7wOqdgOpULtocjYhfrc=; b=GbOFyZwdpo7dNRlVJk7RIlt/nQrKePk09ULt989mok+pl5mtw5YJuzga YmSabpcwBAfzjfMcyGRyAggW7sUb2yAyxV4R2m+N43kW6eTvvb5jKmgkb MLh+Htp6akQmndZtEGmZ8xcpuUsUgwsV4nuZdAFipEAWPQ0IbIkN428Gd mKz4BFiSjs5oO0TNVRXm6mhCV7ueqYRGSOBA3h/5292DXp448C4ptKdN5 kXhFj/0+KFfld3pQLyJGuFeX+7WS/sN0C4pga2q55CaNYAFEoyM91f6V2 WMzWXWWVD348xF9q6Pzs+YUPrcPS/iME1ENMK4Sinfv22czCtbKJu6uJQ g==; X-IronPort-AV: E=McAfee;i="6400,9594,10335"; a="292403393" X-IronPort-AV: E=Sophos;i="5.91,192,1647327600"; d="scan'208";a="292403393" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 May 2022 07:25:17 -0700 X-IronPort-AV: E=Sophos;i="5.91,192,1647327600"; d="scan'208";a="516111133" Received: from ramaling-i9x.iind.intel.com ([10.203.144.108]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 May 2022 07:25:15 -0700 From: Ramalingam C To: intel-gfx , dri-devel Date: Mon, 2 May 2022 19:56:15 +0530 Message-Id: <20220502142618.2704-1-ramalingam.c@intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH v3 0/3] Flat-CCS eviction enhancements 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: Matthew Auld Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Flat-CCS eviction enhancements v3: Incorporated the review suggestions [Matt] Ramalingam C (3): drm/i915/gt: BUG_ON unexpected NULL at scatterlist walking drm/i915/gt: optimize the ccs_sz calculation per chunk drm/i915/gt: Document the eviction of the Flat-CCS objects drivers/gpu/drm/i915/gt/intel_migrate.c | 73 ++++++++++++++----------- 1 file changed, 40 insertions(+), 33 deletions(-)