Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp583984pxb; Wed, 27 Jan 2021 15:52:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJx6lCiEyCsX67c3bbbqbS1nkXAqz2BuZAZGj2R8mKSel99sFPmREZ+AYovXpr2yBvZjXNTO X-Received: by 2002:a17:906:607:: with SMTP id s7mr8646483ejb.301.1611791541132; Wed, 27 Jan 2021 15:52:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611791541; cv=none; d=google.com; s=arc-20160816; b=t1//1SNmhNuKuMh/C/2szNI7CzYweDPflp27jqvzTCNyYsiaRuL63QGvT8BNvG/ddF ioYFbMAorop1THyyWnpfQuonS24tRWFOvcjXZCrj0qn/0+YIHjlrhvOrFSNW+YpWzt7z MlRKaBMjI0U7eVYLdE4857uuET/qiietvsTUKvbD8jI1nueNw3NuzFcvW9rBizVuRlw7 1inrnKlIpNfD6qFOgFK1jmjm+MjIeaBZk9iIZD/yr1hGShXiX9RCsJnPm9rhFMGIzhO/ bvoKX4t9B4Kl9/shtPCwcJfl73yOjjZ3QB+HXs3Gu9UwtjSiKymN/CMrZ7zrx5a9v+YL qwlw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:references:cc :to:from:subject; bh=DlGPhBq2fbRbZMq1OJBdrh2ugoowLb2xJVAWiTP1abw=; b=P5krgajAEo1N+5GoAAEvoqDC+JUCOwCgq5ZECeNi+crzYLM+pA/y8AlwZrzvbNSNGV /np1p1jak4yXFQN2aNBWOsFyzvvnFcegPVQInLkkyJ9gvaBOREH6bU4e9idL4RCNxVHb sA0mu/CUqsIUnYqmCs4d9EM41VtJm3Uu4DhovXPyRN16lqDoDRm7YdWrsqvcAbstVNxC oZWccrLhDfsyuqGQZlU5FTt6TJmEaf2LJS5efr/R8nkbXIta6++Vzd40PGpp1PZp+whp uhHZZhNFDRsjCwqjLgtTYqpLwAZIQUsrB7KNPOUq9H8pFQUh6Ln1lBmhhCH2N/cUrtaq +VeQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qc5si1474257ejb.193.2021.01.27.15.51.56; Wed, 27 Jan 2021 15:52:21 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236531AbhA0LOk (ORCPT + 99 others); Wed, 27 Jan 2021 06:14:40 -0500 Received: from foss.arm.com ([217.140.110.172]:39830 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236567AbhA0LMF (ORCPT ); Wed, 27 Jan 2021 06:12:05 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 22B0C31B; Wed, 27 Jan 2021 03:11:19 -0800 (PST) Received: from [10.57.4.29] (unknown [10.57.4.29]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1819D3F66B; Wed, 27 Jan 2021 03:11:16 -0800 (PST) Subject: Re: [PATCH] drm/lima: add governor data with pre-defined thresholds From: Lukasz Luba To: Christian Hewitt Cc: Qiang Yu , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, lima@lists.freedesktop.org, linux-kernel@vger.kernel.org, Steven Price References: <20210125081804.13016-1-christianshewitt@gmail.com> <9e30a8e1-ef69-5929-17f1-cdb603686495@arm.com> Message-ID: <88ae6467-07fc-2c4e-9db9-a02a00d01347@arm.com> Date: Wed, 27 Jan 2021 11:11:14 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <9e30a8e1-ef69-5929-17f1-cdb603686495@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/27/21 10:24 AM, Lukasz Luba wrote: > Hi Christian, > > On 1/25/21 8:18 AM, Christian Hewitt wrote: >> This patch adapts the panfrost pre-defined thresholds change [0] to the >> lima driver to improve real-world performance. The upthreshold value has >> been set to ramp GPU frequency to max freq faster (compared to panfrost) >> to compensate for the lower overall performance of utgard devices. >> >> [0] >> https://patchwork.kernel.org/project/dri-devel/patch/20210121170445.19761-1-lukasz.luba@arm.com/ >> >> >> Signed-off-by: Christian Hewitt >> --- >> I have been using Kodi as my test application. If you scroll in library >> views with hundreds of list items and the panfrost values the slow GPU >> ramp up is quite noticeable and the GUI feels sluggish. As everything >> lima runs on is inherently slower than panfrost using devices I believe >> it's better to ramp up to max freq quicker. > > It's quite low value for the upthreshold, but I believe you have > experimented and observed that a bit higher (30, 40?) don't work well. > I don't know the Kodi system, though. > > You can check if the other frequencies are also used in statistics for > devfreq device: > cat /sys/class/devfreq//trans_stats > > If they are also used, then it OK (better than stuck at min freq). I've just realized that your board might suffer a another issue. Please apply this patch [1] and run your experiments with upthresholds. [1] https://lore.kernel.org/lkml/20210127105121.20345-1-lukasz.luba@arm.com/