All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Ekstrand <jason@jlekstrand.net>
To: "Alex Deucher" <alexdeucher@gmail.com>,
	"Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: "Christian König" <ckoenig.leichtzumerken@gmail.com>,
	"Maling list - DRI developers" <dri-devel@lists.freedesktop.org>,
	"Daniel Vetter" <daniel.vetter@ffwll.ch>
Subject: Re: [PATCH] dma-buf: add missing EXPORT_SYMBOL
Date: Fri, 4 Jun 2021 11:14:52 -0500	[thread overview]
Message-ID: <CAOFGe94Zx_DVVj9XEGG9tvwtNGctxboJb8oCLK5a2FKJV26SQQ@mail.gmail.com> (raw)
In-Reply-To: <CADnq5_Mrm8GtG2uMxKac+Ev3kTFv6Hn+nL5F8vEFcWHJsceu8Q@mail.gmail.com>

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>

On Fri, Jun 4, 2021 at 10:59 AM Alex Deucher <alexdeucher@gmail.com> wrote:
>
> On Fri, Jun 4, 2021 at 11:52 AM Christian König
> <ckoenig.leichtzumerken@gmail.com> wrote:
> >
> > The newly added dma_resv_reset_shared_max() is used from an inline
> > function, so it can appear in drivers as well.
> >
> > Signed-off-by: Christian König <christian.koenig@amd.com>
>
> Acked-by: Alex Deucher <alexander.deucher@amd.com>
>
> > ---
> >  drivers/dma-buf/dma-resv.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/dma-buf/dma-resv.c b/drivers/dma-buf/dma-resv.c
> > index 3964df438505..6132ba631991 100644
> > --- a/drivers/dma-buf/dma-resv.c
> > +++ b/drivers/dma-buf/dma-resv.c
> > @@ -226,6 +226,7 @@ void dma_resv_reset_shared_max(struct dma_resv *obj)
> >                 fence->shared_max = fence->shared_count;
> >         }
> >  }
> > +EXPORT_SYMBOL(dma_resv_reset_shared_max);
> >  #endif
> >
> >  /**
> > --
> > 2.25.1
> >

      reply	other threads:[~2021-06-04 16:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-04 15:52 [PATCH] dma-buf: add missing EXPORT_SYMBOL Christian König
2021-06-04 15:59 ` Alex Deucher
2021-06-04 16:14   ` Jason Ekstrand [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOFGe94Zx_DVVj9XEGG9tvwtNGctxboJb8oCLK5a2FKJV26SQQ@mail.gmail.com \
    --to=jason@jlekstrand.net \
    --cc=alexdeucher@gmail.com \
    --cc=ckoenig.leichtzumerken@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=ville.syrjala@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.