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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17367C83F15 for ; Tue, 29 Aug 2023 02:37:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235400AbjH2ChF (ORCPT ); Mon, 28 Aug 2023 22:37:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233143AbjH2Cgd (ORCPT ); Mon, 28 Aug 2023 22:36:33 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E16ED139 for ; Mon, 28 Aug 2023 19:36:30 -0700 (PDT) Received: from [192.168.2.140] (109-252-153-31.dynamic.spd-mgts.ru [109.252.153.31]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: dmitry.osipenko) by madras.collabora.co.uk (Postfix) with ESMTPSA id 2E3B966071DC; Tue, 29 Aug 2023 03:36:28 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1693276589; bh=fO2UTLZenz76bcv930LCK2ALVC/MUnGbZGTSyAhqLbs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=EhAFW/Q/uNzOaehV2hG3RKB8wqITechgFU6vjtVMO9Cg2TJJXRGyACdowNlnhohLn nB7nAvfbT2nGVGEfn2w6dUuMxbriKC7sOLCY4xwLnlo/9B4zyN+3vHVtE877JjsjeV oyqrasJ87bX9u5Yh4gnosdTv6OucniZs8hpi5VawDhwgP7RHiqgLPzk7K4yGVyJyn8 vbd5tAKRfM6MlOjECpiPyIgFpvqVVmaKNX9o625sNcgMkMzqRQl/FAiBr9vOt+CtnI 8TXlYixt4KnjlCLz9X3IN+taidCPSppNg9JtCHxoCStnUtjrCKbVR/ocqobfPsFw57 2CRfC8Lo8Zqyw== Message-ID: Date: Tue, 29 Aug 2023 05:36:25 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH v15 00/23] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Content-Language: en-US To: Helen Mae Koike Fornazier Cc: Mark Rutland , Emma Anholt , Peter Zijlstra , dri-devel@lists.freedesktop.org, Gurchetan Singh , Gerd Hoffmann , kernel@collabora.com, Will Deacon , Steven Price , intel-gfx@lists.freedesktop.org, Boqun Feng , Maxime Ripard , Melissa Wen , virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Boris Brezillon , Qiang Yu , Thomas Zimmermann , =?UTF-8?Q?Christian_K=c3=b6nig?= References: <6d93-64ecbc00-3-3c8ca040@163557744> From: Dmitry Osipenko In-Reply-To: <6d93-64ecbc00-3-3c8ca040@163557744> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/28/23 18:24, Helen Mae Koike Fornazier wrote: > On Monday, August 28, 2023 11:37 -03, "Helen Mae Koike Fornazier" wrote: > >> On Sunday, August 27, 2023 14:54 -03, Dmitry Osipenko wrote: >> >>> This series: >>> >>> 1. Adds common drm-shmem memory shrinker >>> 2. Enables shrinker for VirtIO-GPU driver >>> 3. Switches Panfrost driver to the common shrinker >> >> Hi Dmitry, >> >> Would you mind testing with drm-ci? We virt-io tests there and it would be >> really great to get your feedback of it. >> >> https://cgit.freedesktop.org/drm/drm/log/?h=topic/drm-ci > > sorry, I forgot that you also need this patchset: > https://lists.freedesktop.org/archives/dri-devel/2023-August/420063.html > to enable virtio_gpu test job. > > Thanks again. > Helen > >> >> You need to merge your changes with the above tree. >> To configure it, you just need to have a tree on gitlab.freedesktop.org, >> go to the settings and change the CI/CD configuration file from .gitlab-ci.yml >> to drivers/gpu/drm/ci/gitlab-ci.yml, and you can start a pipeline >> on your branch. >> >> at the time of this writting, gitlab.freedesktop.org is under maintenance, >> but it should be back soon. Thanks, Helen. I'll give it a try for the next version -- Best regards, Dmitry