From patchwork Thu Apr 25 07:18:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Brezillon X-Patchwork-Id: 13642913 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 8A23EC4345F for ; Thu, 25 Apr 2024 07:18:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EB5A71125C1; Thu, 25 Apr 2024 07:18:43 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="5FP4mzrp"; dkim-atps=neutral Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id D00CF10E595 for ; Thu, 25 Apr 2024 07:18:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1714029520; bh=k571Z+1sV7KoMuDcg4n8KshVeFeWKoVnmOx6q6DpUmw=; h=From:To:Cc:Subject:Date:From; b=5FP4mzrpdlYXZcP2UbgrytTKAplziQk0gM4gUfSGdCuPT0V1MOC/eQkTIh9NC19CF zwSaoJCjzsLK3I02gWLjTiIcoEvnas+aOn3oXg0B7G16F3UV8f6TOv0iFDSZgRujN4 apqZ4EILa8HrHOz+538fDA6PChTeBdVko44R+Kpd4ZETpwcrfmRIFFZA63hF4YPBtc 5QnFeq1rkHAzTh3In5wXH05TBn5hh+l/fizNwJe2cUf03EA7sm+VRVofxCaIPl/hMB /FWGMD6fTVtZozWrBG0xpmRHEfsqVzX0PeZat5JucdhvvLvmaC1PvR86Jv5fZ8/uiJ wZU0f2t4cVzdQ== Received: from localhost.localdomain (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bbrezillon) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 4B32937820FA; Thu, 25 Apr 2024 07:18:40 +0000 (UTC) From: Boris Brezillon To: Boris Brezillon , Steven Price , Liviu Dudau , =?utf-8?q?Adri=C3=A1n_Larumbe?= Cc: Christopher Healy , dri-devel@lists.freedesktop.org, kernel@collabora.com Subject: [PATCH 0/3] drm/panthor: Collection of tiler heap related fixes Date: Thu, 25 Apr 2024 09:18:34 +0200 Message-ID: <20240425071837.529039-1-boris.brezillon@collabora.com> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 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" Hello, This is a collection of tiler heap fixes for bugs/oddities found while looking at incremental rendering. We need to make sure those land before 6.10 is released (we still have plenty of time), so we don't need to increment the driver version to reflect the ABI changes. Regards, Boris Antonino Maniscalco (1): drm/panthor: Fix tiler OOM handling to allow incremental rendering Boris Brezillon (2): drm/panthor: Make sure the tiler initial/max chunks are consistent drm/panthor: Relax the check on the tiler chunk size drivers/gpu/drm/panthor/panthor_heap.c | 5 ++++- drivers/gpu/drm/panthor/panthor_sched.c | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-)