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 685FCC6FD1F for ; Thu, 16 Mar 2023 22:59:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230280AbjCPW7v (ORCPT ); Thu, 16 Mar 2023 18:59:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230106AbjCPW7s (ORCPT ); Thu, 16 Mar 2023 18:59:48 -0400 Received: from mail-oi1-x230.google.com (mail-oi1-x230.google.com [IPv6:2607:f8b0:4864:20::230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D95E7AD00A; Thu, 16 Mar 2023 15:59:38 -0700 (PDT) Received: by mail-oi1-x230.google.com with SMTP id bg11so2548076oib.5; Thu, 16 Mar 2023 15:59:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679007578; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=O+Q3zykGKWzwlxB7YogT8IrEAcZkZC2hIiwrlEj+NA8=; b=FguCteUmTFci0RgETq6WkwmDHT8UYfvA28+2vHPtlqupZdkc63sRWlKt14cz/toDJC 9OrBL5OTqtPdvx0Yom1AZ/ZERRzGsnCoGQ12R9iA79BUgAIA9aCLusQ0BWeIZzhSTreW W5sPl+vDj12dM8e0QYcxCCRA8JPwxf5xpUNmlTt2pbeDYB0/YVTtILynIMdsi30h+/EQ L9NcPHzGJM+WJr8k0Uo7f7Pcq4dRc6nkqv6WNSFPP704XrlFMMSYb8FVYo/+lv4QygWb 3yhjJryoyOU7Qb/ZNjVoi3NlP5l5xd0J9PIohhAAkRBsXYVnCvYSDI+1oM2KkmuIxKG0 DMAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679007578; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=O+Q3zykGKWzwlxB7YogT8IrEAcZkZC2hIiwrlEj+NA8=; b=Ji0/DLuDsnCFjcvU+yl3YREtFJ2hGhv4+90vVGANTCougrkc6+sqUlaApbpjt7zTPB r7Gx4+sIaS1D+CBpHWqtnf2s3V/JbHCRWS3gqkoxc4z/VmobI75cPxj29SgUb1IFfL/V xQaJl4gANpu4s2i+rFK3dUj0xvPPVFXZXlM/e7gBnBykSbvSlz+YNHLPqeDw2vKBic5z PCnC/lUzTfa2bifb9ahnj1bAsH8k7bdgtGX39IS+J0KLjeXLSRgCPUPaGAVbJ5nUP5ke YGaHJxd45Y5AzLao6Iky02zUBT13pJIWhBliSG3Jup2dIWMyweqPVM0yU2N/F5OFNrgs aN8Q== X-Gm-Message-State: AO0yUKXrtrt+U0VS2M/jtKzXA2tZIgWqFkVljWujgzc/KitNBucTivtq IQMC/iGPoxMJeqyCXjo/B6mOTECZ5SLTVWOyzFw= X-Google-Smtp-Source: AK7set8uDMT2O8oKnFiQPXA3/WP81jqHWAuiW4OEseQS11OgJqpHWpRBtD8xF3tvEjMqiVBjYC6q1TWBDyUQIMnPzCs= X-Received: by 2002:a05:6808:902:b0:378:30dc:ae5b with SMTP id w2-20020a056808090200b0037830dcae5bmr2657557oih.5.1679007577776; Thu, 16 Mar 2023 15:59:37 -0700 (PDT) MIME-Version: 1.0 References: <20230308155322.344664-1-robdclark@gmail.com> <20230308155322.344664-2-robdclark@gmail.com> In-Reply-To: From: Rob Clark Date: Thu, 16 Mar 2023 15:59:26 -0700 Message-ID: Subject: Re: [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness To: Sebastian Wick Cc: =?UTF-8?B?Sm9uYXMgw4VkYWhs?= , Rob Clark , Pekka Paalanen , Jonathan Corbet , =?UTF-8?Q?Christian_K=C3=B6nig?= , intel-gfx@lists.freedesktop.org, "open list:DOCUMENTATION" , open list , dri-devel@lists.freedesktop.org, =?UTF-8?Q?Christian_K=C3=B6nig?= , "moderated list:DMA BUFFER SHARING FRAMEWORK" , Luben Tuikov , Bagas Sanjaya , Rodrigo Vivi , Gustavo Padovan , Matt Turner , freedreno@lists.freedesktop.org, Sumit Semwal , "open list:DMA BUFFER SHARING FRAMEWORK" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 16, 2023 at 3:22=E2=80=AFPM Sebastian Wick wrote: > > On Thu, Mar 16, 2023 at 5:29=E2=80=AFPM Rob Clark w= rote: > > > > On Thu, Mar 16, 2023 at 2:26=E2=80=AFAM Jonas =C3=85dahl wrote: > > > > > > On Wed, Mar 15, 2023 at 09:19:49AM -0700, Rob Clark wrote: > > > > On Wed, Mar 15, 2023 at 6:53=E2=80=AFAM Jonas =C3=85dahl wrote: > > > > > > > > > > On Fri, Mar 10, 2023 at 09:38:18AM -0800, Rob Clark wrote: > > > > > > On Fri, Mar 10, 2023 at 7:45=E2=80=AFAM Jonas =C3=85dahl wrote: > > > > > > > > > > > > > > On Wed, Mar 08, 2023 at 07:52:52AM -0800, Rob Clark wrote: > > > > > > > > From: Rob Clark > > > > > > > > > > > > > > > > Add a way to hint to the fence signaler of an upcoming dead= line, such as > > > > > > > > vblank, which the fence waiter would prefer not to miss. T= his is to aid > > > > > > > > the fence signaler in making power management decisions, li= ke boosting > > > > > > > > frequency as the deadline approaches and awareness of missi= ng deadlines > > > > > > > > so that can be factored in to the frequency scaling. > > > > > > > > > > > > > > > > v2: Drop dma_fence::deadline and related logic to filter du= plicate > > > > > > > > deadlines, to avoid increasing dma_fence size. The fen= ce-context > > > > > > > > implementation will need similar logic to track deadlin= es of all > > > > > > > > the fences on the same timeline. [ckoenig] > > > > > > > > v3: Clarify locking wrt. set_deadline callback > > > > > > > > v4: Clarify in docs comment that this is a hint > > > > > > > > v5: Drop DMA_FENCE_FLAG_HAS_DEADLINE_BIT. > > > > > > > > v6: More docs > > > > > > > > v7: Fix typo, clarify past deadlines > > > > > > > > > > > > > > > > Signed-off-by: Rob Clark > > > > > > > > Reviewed-by: Christian K=C3=B6nig > > > > > > > > Acked-by: Pekka Paalanen > > > > > > > > Reviewed-by: Bagas Sanjaya > > > > > > > > --- > > > > > > > > > > > > > > Hi Rob! > > > > > > > > > > > > > > > Documentation/driver-api/dma-buf.rst | 6 +++ > > > > > > > > drivers/dma-buf/dma-fence.c | 59 ++++++++++++++++= ++++++++++++ > > > > > > > > include/linux/dma-fence.h | 22 +++++++++++ > > > > > > > > 3 files changed, 87 insertions(+) > > > > > > > > > > > > > > > > diff --git a/Documentation/driver-api/dma-buf.rst b/Documen= tation/driver-api/dma-buf.rst > > > > > > > > index 622b8156d212..183e480d8cea 100644 > > > > > > > > --- a/Documentation/driver-api/dma-buf.rst > > > > > > > > +++ b/Documentation/driver-api/dma-buf.rst > > > > > > > > @@ -164,6 +164,12 @@ DMA Fence Signalling Annotations > > > > > > > > .. kernel-doc:: drivers/dma-buf/dma-fence.c > > > > > > > > :doc: fence signalling annotation > > > > > > > > > > > > > > > > +DMA Fence Deadline Hints > > > > > > > > +~~~~~~~~~~~~~~~~~~~~~~~~ > > > > > > > > + > > > > > > > > +.. kernel-doc:: drivers/dma-buf/dma-fence.c > > > > > > > > + :doc: deadline hints > > > > > > > > + > > > > > > > > DMA Fences Functions Reference > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > > > > > > > > > > > > > diff --git a/drivers/dma-buf/dma-fence.c b/drivers/dma-buf/= dma-fence.c > > > > > > > > index 0de0482cd36e..f177c56269bb 100644 > > > > > > > > --- a/drivers/dma-buf/dma-fence.c > > > > > > > > +++ b/drivers/dma-buf/dma-fence.c > > > > > > > > @@ -912,6 +912,65 @@ dma_fence_wait_any_timeout(struct dma_= fence **fences, uint32_t count, > > > > > > > > } > > > > > > > > EXPORT_SYMBOL(dma_fence_wait_any_timeout); > > > > > > > > > > > > > > > > +/** > > > > > > > > + * DOC: deadline hints > > > > > > > > + * > > > > > > > > + * In an ideal world, it would be possible to pipeline a w= orkload sufficiently > > > > > > > > + * that a utilization based device frequency governor coul= d arrive at a minimum > > > > > > > > + * frequency that meets the requirements of the use-case, = in order to minimize > > > > > > > > + * power consumption. But in the real world there are man= y workloads which > > > > > > > > + * defy this ideal. For example, but not limited to: > > > > > > > > + * > > > > > > > > + * * Workloads that ping-pong between device and CPU, with= alternating periods > > > > > > > > + * of CPU waiting for device, and device waiting on CPU.= This can result in > > > > > > > > + * devfreq and cpufreq seeing idle time in their respect= ive domains and in > > > > > > > > + * result reduce frequency. > > > > > > > > + * > > > > > > > > + * * Workloads that interact with a periodic time based de= adline, such as double > > > > > > > > + * buffered GPU rendering vs vblank sync'd page flipping= . In this scenario, > > > > > > > > + * missing a vblank deadline results in an *increase* in= idle time on the GPU > > > > > > > > + * (since it has to wait an additional vblank period), s= ending a signal to > > > > > > > > + * the GPU's devfreq to reduce frequency, when in fact t= he opposite is what is > > > > > > > > + * needed. > > > > > > > > > > > > > > This is the use case I'd like to get some better understandin= g about how > > > > > > > this series intends to work, as the problematic scheduling be= havior > > > > > > > triggered by missed deadlines has plagued compositing display= servers > > > > > > > for a long time. > > > > > > > > > > > > > > I apologize, I'm not a GPU driver developer, nor an OpenGL dr= iver > > > > > > > developer, so I will need some hand holding when it comes to > > > > > > > understanding exactly what piece of software is responsible f= or > > > > > > > communicating what piece of information. > > > > > > > > > > > > > > > + * > > > > > > > > + * To this end, deadline hint(s) can be set on a &dma_fenc= e via &dma_fence_set_deadline. > > > > > > > > + * The deadline hint provides a way for the waiting driver= , or userspace, to > > > > > > > > + * convey an appropriate sense of urgency to the signaling= driver. > > > > > > > > + * > > > > > > > > + * A deadline hint is given in absolute ktime (CLOCK_MONOT= ONIC for userspace > > > > > > > > + * facing APIs). The time could either be some point in t= he future (such as > > > > > > > > + * the vblank based deadline for page-flipping, or the sta= rt of a compositor's > > > > > > > > + * composition cycle), or the current time to indicate an = immediate deadline > > > > > > > > + * hint (Ie. forward progress cannot be made until this fe= nce is signaled). > > > > > > > > > > > > > > Is it guaranteed that a GPU driver will use the actual start = of the > > > > > > > vblank as the effective deadline? I have some memories of sei= ng > > > > > > > something about vblank evasion browsing driver code, which I = might have > > > > > > > misunderstood, but I have yet to find whether this is somethi= ng > > > > > > > userspace can actually expect to be something it can rely on. > > > > > > > > > > > > I guess you mean s/GPU driver/display driver/ ? It makes thing= s more > > > > > > clear if we talk about them separately even if they happen to b= e the > > > > > > same device. > > > > > > > > > > Sure, sorry about being unclear about that. > > > > > > > > > > > > > > > > > Assuming that is what you mean, nothing strongly defines what t= he > > > > > > deadline is. In practice there is probably some buffering in t= he > > > > > > display controller. For ex, block based (including bandwidth > > > > > > compressed) formats, you need to buffer up a row of blocks to > > > > > > efficiently linearize for scanout. So you probably need to lat= ch some > > > > > > time before you start sending pixel data to the display. But d= etails > > > > > > like this are heavily implementation dependent. I think the mo= st > > > > > > reasonable thing to target is start of vblank. > > > > > > > > > > The driver exposing those details would be quite useful for users= pace > > > > > though, so that it can delay committing updates to late, but not = too > > > > > late. Setting a deadline to be the vblank seems easy enough, but = it > > > > > isn't enough for scheduling the actual commit. > > > > > > > > I'm not entirely sure how that would even work.. but OTOH I think y= ou > > > > are talking about something on the order of 100us? But that is a b= it > > > > of another topic. > > > > > > Yes, something like that. But yea, it's not really related. Schedulin= g > > > commits closer to the deadline has more complex behavior than that to= o, > > > e.g. the need for real time scheduling, and knowing how long it usual= ly > > > takes to create and commit and for the kernel to process. > > Vblank can be really long, especially with VRR where the additional > time you get to finish the frame comes from making vblank longer. > Using the start of vblank as a deadline makes VRR useless. It really > would be nice to have some feedback about the actual deadline from the > kernel, maybe in `struct drm_event_vblank`. note that here we are only talking about the difference between start/end of vblank and the deadline for the hw to latch a change for the next frame. (Which I _expect_ generally amounts to however long it takes to slurp in a row of tiles) > But yes, sorry, off topic... > > > > > > > > > > > 8-< *snip* 8-< > > > > > > > > > > > > > > > You need a fence to set the deadline, and for that work needs t= o be > > > > > > flushed. But you can't associate a deadline with work that the= kernel > > > > > > is unaware of anyways. > > > > > > > > > > That makes sense, but it might also a bit inadequate to have it a= s the > > > > > only way to tell the kernel it should speed things up. Even with = the > > > > > trick i915 does, with GNOME Shell, we still end up with the feedb= ack > > > > > loop this series aims to mitigate. Doing triple buffering, i.e. d= elaying > > > > > or dropping the first frame is so far the best work around that w= orks, > > > > > except doing other tricks that makes the kernel to ramp up its cl= ock. > > > > > Having to rely on choosing between latency and frame drops should > > > > > ideally not have to be made. > > > > > > > > Before you have a fence, the thing you want to be speeding up is th= e > > > > CPU, not the GPU. There are existing mechanisms for that. > > > > > > Is there no benefit to let the GPU know earlier that it should speed = up, > > > so that when the job queue arrives, it's already up to speed? > > > > Downstream we have input notifier that resumes the GPU so we can > > pipeline the 1-2ms it takes to boot up the GPU with userspace. But we > > wait to boost freq until we have cmdstream to submit, since that > > doesn't take as long. What needs help initially after input is all > > the stuff that happens on the CPU before the GPU can start to do > > anything ;-) > > > > Btw, I guess I haven't made this clear, dma-fence deadline is trying > > to help the steady-state situation, rather than the input-latency > > situation. It might take a frame or two of missed deadlines for > > gpufreq to arrive at a good steady-state freq. > > The mutter issue also is about a suboptimal steady-state. > > Truth be told, I'm not sure if this fence deadline idea fixes the > issue we're seeing or at least helps sometimes. It might, it might > not. What annoys me is that the compositor *knows* before any work is > submitted that some work will be submitted and when it has to finish. > We could maximize the chances to get everything right but having to > wait for a fence to materialize in the compositor to do anything about > it is suboptimal. Why would the app not immediately send the fence+buf to the compositor as soon as it is submitted to the kernel on client process side? At any rate, it really doesn't matter how early the kernel finds out about the deadline, since the point is to let the kernel driver know if it is missing the deadline so that it doesn't mis-interpret stall time waiting for the _next_ vblank after the one we wanted. > > > > > > > > TBF I'm of the belief that there is still a need for input based cp= u > > > > boost (and early wake-up trigger for GPU).. we have something like > > > > this in CrOS kernel. That is a bit of a different topic, but my po= int > > > > is that fence deadlines are just one of several things we need to > > > > optimize power/perf and responsiveness, rather than the single thin= g > > > > that solves every problem under the sun ;-) > > > > > > Perhaps; but I believe it's a bit of a back channel of intent; the pi= ece > > > of the puzzle that has the information to know whether there is need > > > actually speed up is the compositor, not the kernel. > > > > > > For example, pressing 'p' while a terminal is focused does not need h= igh > > > frequency clocks, it just needs the terminal emulator to draw a 'p' a= nd > > > the compositor to composite that update. Pressing may however > > > trigger a non-trivial animation moving a lot of stuff around on scree= n, > > > maybe triggering Wayland clients to draw and what not, and should mos= t > > > arguably have the ability to "warn" the kernel about the upcoming flo= od > > > of work before it is already knocking on its door step. > > > > The super key is problematic, but not for the reason you think. It is > > because it is a case where we should boost on key-up instead of > > key-down.. and the second key-up event comes after the cpu-boost is > > already in it's cool-down period. But even if suboptimal in cases > > like this, it is still useful for touch/stylus cases where the > > slightest of lag is much more perceptible. > > > > This is getting off topic but I kinda favor coming up with some sort > > of static definition that userspace could give the kernel to let the > > kernel know what input to boost on. Or maybe something could be done > > with BPF? > > Why? Do you think user space is so slow that it can't process the > input events and then do a syscall? We need to have all input devices > open anyway that can affect the system and know more about how they > affect behavior than the kernel can ever know. Again this is getting off into a different topic. But my gut feel is that the shorter the path to input cpu freq boost, the better.. since however many extra cycles you add, they will be cycles with cpu (and probably ddr) at lowest freq BR, -R > > > > > > > > > > > > 8-< *snip* 8-< > > > > > > > > > > > > > Is it expected that WSI's will set their own deadlines, or should= that > > > > > be the job of the compositor? For example by using compositors us= ing > > > > > DMA_BUF_IOCTL_EXPORT_SYNC_FILE that you mentioned, using it to se= t a > > > > > deadline matching the vsync it most ideally will be committed to? > > > > > > > > > > > > > I'm kind of assuming compositors, but if the WSI somehow has more > > > > information about ideal presentation time, then I suppose it could = be > > > > in the WSI? I'll defer to folks who spend more time on WSI and > > > > compositors to hash out the details ;-) > > > > > > With my compositor developer hat on, it might be best to let it be up= to > > > the compositor, it's the one that knows if a client's content will > > > actually end up anywhere visible. > > > > > > > wfm > > > > BR, > > -R > > > > > > > > Jonas > > > > > > > > > > > BR, > > > > -R > > >