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 4A64DCD5BB0 for ; Fri, 22 May 2026 18:52:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A7A5010E296; Fri, 22 May 2026 18:52:49 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=collabora.com header.i=adrian.larumbe@collabora.com header.b="Z5/jNRGH"; dkim-atps=neutral Received: from sender4-pp-f112.zoho.com (sender4-pp-f112.zoho.com [136.143.188.112]) by gabe.freedesktop.org (Postfix) with ESMTPS id AC2AF10E296 for ; Fri, 22 May 2026 18:52:44 +0000 (UTC) ARC-Seal: i=1; a=rsa-sha256; t=1779475955; cv=none; d=zohomail.com; s=zohoarc; b=jSDBQD6w6BbTV7Jmj9EjEgvqYRGiHOK/hng/6DPYgCPd5nKY+GMn4N2KYwoIsPbHnp4NNZ2moaJPA+bHG+q7iF+ql3CgMXSJwEXGahhkMnvsNmh9s4Avn6wJYtL/9ojeFLJiSVf0WZUf8nF5NGv2X9aj0k//SIgOUsCJvIMnSZA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1779475955; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=nWqrbHP+2Nsd9KkgwB6fZ0/LTOiEdw/wgbwod8voBuY=; b=i32Ja6taqXbYHH1mxRDyLym02w0tIB6i1fTFf/gdzdNRfjnmUAHTvhMMBQLhsnp7wnFZORWqJF3Y25fmIG6KBqhZgZBj87oXZHXJ1y1ng/3hr5nSlVK9RHxEp6cq6vRRJyJVbmsveHuYNHCmrNyYzw67jpWC9V4EpgT2UfyA6u0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=collabora.com; spf=pass smtp.mailfrom=adrian.larumbe@collabora.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1779475955; s=zohomail; d=collabora.com; i=adrian.larumbe@collabora.com; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=nWqrbHP+2Nsd9KkgwB6fZ0/LTOiEdw/wgbwod8voBuY=; b=Z5/jNRGH0l22jdWybvB1OJhkXICaS7CqUnt9m1W8r2oHGCdVxBbiUAA8u8rzFcyk Iu0W7mxJQ7YYD2VQ/W1JRU4IaEerc39mDAaRDW7WjfT8hNlCKHENB0y8Nu2bgyvuVv/ edZvtBOdIvltrWNFNQToKQqJG4QB9euPNg9jxfq4= Received: by mx.zohomail.com with SMTPS id 1779475954811754.7657344254476; Fri, 22 May 2026 11:52:34 -0700 (PDT) From: =?UTF-8?q?Adri=C3=A1n=20Larumbe?= To: linux-kernel@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, Steven Price , Boris Brezillon , kernel@collabora.com, =?UTF-8?q?Adri=C3=A1n=20Larumbe?= , Liviu Dudau , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter Subject: [PATCH v13 4/6] drm/panthor: Remove unused operation context field Date: Fri, 22 May 2026 19:51:58 +0100 Message-ID: <20260522185206.2798288-5-adrian.larumbe@collabora.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260522185206.2798288-1-adrian.larumbe@collabora.com> References: <20260522185206.2798288-1-adrian.larumbe@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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" A Panthor BO's sgtable is now retrieved from its dmap field. Reviewed-by: Steven Price Reviewed-by: Boris Brezillon Signed-off-by: Adrián Larumbe --- drivers/gpu/drm/panthor/panthor_mmu.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/drivers/gpu/drm/panthor/panthor_mmu.c b/drivers/gpu/drm/panthor/panthor_mmu.c index f1afe4a3e296..ca78267d43e9 100644 --- a/drivers/gpu/drm/panthor/panthor_mmu.c +++ b/drivers/gpu/drm/panthor/panthor_mmu.c @@ -199,14 +199,6 @@ struct panthor_vm_op_ctx { /** @map.bo_offset: Offset in the buffer object. */ u64 bo_offset; - /** - * @map.sgt: sg-table pointing to pages backing the GEM object. - * - * This is gathered at job creation time, such that we don't have - * to allocate in ::run_job(). - */ - struct sg_table *sgt; - /** @map.bo: the BO being mapped. */ struct panthor_gem_object *bo; } map; -- 2.53.0