Message ID | 20190403205652.183496-1-sean@poorly.run (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation/gpu/meson: Remove link to meson_canvas.c | expand |
On 03/04/2019 22:56, Sean Paul wrote: > From: Sean Paul <seanpaul@chromium.org> > > The file was removed in the below patch and is causing this error: > WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -function Canvas ../drivers/gpu/drm/meson/meson_canvas.c' failed with return code > > Fixes: 2bf6b5b0e374 ("drm/meson: exclusively use the canvas provider module") > Cc: Maxime Jourdan <mjourdan@baylibre.com> > Cc: Neil Armstrong <narmstrong@baylibre.com> > Cc: Kevin Hilman <khilman@baylibre.com> > Cc: dri-devel@lists.freedesktop.org > Cc: linux-amlogic@lists.infradead.org > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Sean Paul <seanpaul@chromium.org> > --- > Documentation/gpu/meson.rst | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/Documentation/gpu/meson.rst b/Documentation/gpu/meson.rst > index 479f6f51a13b..b9e2f9aa3bd8 100644 > --- a/Documentation/gpu/meson.rst > +++ b/Documentation/gpu/meson.rst > @@ -42,12 +42,6 @@ Video Encoder > .. kernel-doc:: drivers/gpu/drm/meson/meson_venc.c > :doc: Video Encoder > > -Video Canvas Management > -======================= > - > -.. kernel-doc:: drivers/gpu/drm/meson/meson_canvas.c > - :doc: Canvas > - > Video Clocks > ============ > > Acked-by: Neil Armstrong <narmstrong@baylibre.com>
On 04/04/2019 08:56, Neil Armstrong wrote: > On 03/04/2019 22:56, Sean Paul wrote: >> From: Sean Paul <seanpaul@chromium.org> >> >> The file was removed in the below patch and is causing this error: >> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -function Canvas ../drivers/gpu/drm/meson/meson_canvas.c' failed with return code >> >> Fixes: 2bf6b5b0e374 ("drm/meson: exclusively use the canvas provider module") >> Cc: Maxime Jourdan <mjourdan@baylibre.com> >> Cc: Neil Armstrong <narmstrong@baylibre.com> >> Cc: Kevin Hilman <khilman@baylibre.com> >> Cc: dri-devel@lists.freedesktop.org >> Cc: linux-amlogic@lists.infradead.org >> Cc: linux-arm-kernel@lists.infradead.org >> Signed-off-by: Sean Paul <seanpaul@chromium.org> >> --- >> Documentation/gpu/meson.rst | 6 ------ >> 1 file changed, 6 deletions(-) >> >> diff --git a/Documentation/gpu/meson.rst b/Documentation/gpu/meson.rst >> index 479f6f51a13b..b9e2f9aa3bd8 100644 >> --- a/Documentation/gpu/meson.rst >> +++ b/Documentation/gpu/meson.rst >> @@ -42,12 +42,6 @@ Video Encoder >> .. kernel-doc:: drivers/gpu/drm/meson/meson_venc.c >> :doc: Video Encoder >> >> -Video Canvas Management >> -======================= >> - >> -.. kernel-doc:: drivers/gpu/drm/meson/meson_canvas.c >> - :doc: Canvas >> - >> Video Clocks >> ============ >> >> > > Acked-by: Neil Armstrong <narmstrong@baylibre.com> > Applied to drm-misc-fixes Neil
On Thu, Apr 04, 2019 at 10:28:29AM +0200, Neil Armstrong wrote: > On 04/04/2019 08:56, Neil Armstrong wrote: > > On 03/04/2019 22:56, Sean Paul wrote: > >> From: Sean Paul <seanpaul@chromium.org> > >> > >> The file was removed in the below patch and is causing this error: > >> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -function Canvas ../drivers/gpu/drm/meson/meson_canvas.c' failed with return code > >> > >> Fixes: 2bf6b5b0e374 ("drm/meson: exclusively use the canvas provider module") > >> Cc: Maxime Jourdan <mjourdan@baylibre.com> > >> Cc: Neil Armstrong <narmstrong@baylibre.com> > >> Cc: Kevin Hilman <khilman@baylibre.com> > >> Cc: dri-devel@lists.freedesktop.org > >> Cc: linux-amlogic@lists.infradead.org > >> Cc: linux-arm-kernel@lists.infradead.org > >> Signed-off-by: Sean Paul <seanpaul@chromium.org> > >> --- > >> Documentation/gpu/meson.rst | 6 ------ > >> 1 file changed, 6 deletions(-) > >> > >> diff --git a/Documentation/gpu/meson.rst b/Documentation/gpu/meson.rst > >> index 479f6f51a13b..b9e2f9aa3bd8 100644 > >> --- a/Documentation/gpu/meson.rst > >> +++ b/Documentation/gpu/meson.rst > >> @@ -42,12 +42,6 @@ Video Encoder > >> .. kernel-doc:: drivers/gpu/drm/meson/meson_venc.c > >> :doc: Video Encoder > >> > >> -Video Canvas Management > >> -======================= > >> - > >> -.. kernel-doc:: drivers/gpu/drm/meson/meson_canvas.c > >> - :doc: Canvas > >> - > >> Video Clocks > >> ============ > >> > >> > > > > Acked-by: Neil Armstrong <narmstrong@baylibre.com> > > > > Applied to drm-misc-fixes Hmm, the commit referenced in the Fixes line hasn't landed in -fixes yet, it's in -next. So the fix has landed before the bug :( I'll ping mripard on irc and see what he wants to do about this. Sean > > Neil
Hi Sean, On Wed, Apr 3, 2019 at 10:56 PM Sean Paul <sean@poorly.run> wrote: > > From: Sean Paul <seanpaul@chromium.org> > > The file was removed in the below patch and is causing this error: > WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -function Canvas ../drivers/gpu/drm/meson/meson_canvas.c' failed with return code > > Fixes: 2bf6b5b0e374 ("drm/meson: exclusively use the canvas provider module") > Cc: Maxime Jourdan <mjourdan@baylibre.com> > Cc: Neil Armstrong <narmstrong@baylibre.com> > Cc: Kevin Hilman <khilman@baylibre.com> > Cc: dri-devel@lists.freedesktop.org > Cc: linux-amlogic@lists.infradead.org > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Sean Paul <seanpaul@chromium.org> > --- > Documentation/gpu/meson.rst | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/Documentation/gpu/meson.rst b/Documentation/gpu/meson.rst > index 479f6f51a13b..b9e2f9aa3bd8 100644 > --- a/Documentation/gpu/meson.rst > +++ b/Documentation/gpu/meson.rst > @@ -42,12 +42,6 @@ Video Encoder > .. kernel-doc:: drivers/gpu/drm/meson/meson_venc.c > :doc: Video Encoder > > -Video Canvas Management > -======================= > - > -.. kernel-doc:: drivers/gpu/drm/meson/meson_canvas.c > - :doc: Canvas > - > Video Clocks > ============ > > -- > Sean Paul, Software Engineer, Google / Chromium OS > Thanks for the patch, I missed that completely! Maxime
On 04/04/2019 16:31, Sean Paul wrote: > On Thu, Apr 04, 2019 at 10:28:29AM +0200, Neil Armstrong wrote: >> On 04/04/2019 08:56, Neil Armstrong wrote: >>> On 03/04/2019 22:56, Sean Paul wrote: >>>> From: Sean Paul <seanpaul@chromium.org> >>>> >>>> The file was removed in the below patch and is causing this error: >>>> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -function Canvas ../drivers/gpu/drm/meson/meson_canvas.c' failed with return code >>>> >>>> Fixes: 2bf6b5b0e374 ("drm/meson: exclusively use the canvas provider module") >>>> Cc: Maxime Jourdan <mjourdan@baylibre.com> >>>> Cc: Neil Armstrong <narmstrong@baylibre.com> >>>> Cc: Kevin Hilman <khilman@baylibre.com> >>>> Cc: dri-devel@lists.freedesktop.org >>>> Cc: linux-amlogic@lists.infradead.org >>>> Cc: linux-arm-kernel@lists.infradead.org >>>> Signed-off-by: Sean Paul <seanpaul@chromium.org> >>>> --- >>>> Documentation/gpu/meson.rst | 6 ------ >>>> 1 file changed, 6 deletions(-) >>>> >>>> diff --git a/Documentation/gpu/meson.rst b/Documentation/gpu/meson.rst >>>> index 479f6f51a13b..b9e2f9aa3bd8 100644 >>>> --- a/Documentation/gpu/meson.rst >>>> +++ b/Documentation/gpu/meson.rst >>>> @@ -42,12 +42,6 @@ Video Encoder >>>> .. kernel-doc:: drivers/gpu/drm/meson/meson_venc.c >>>> :doc: Video Encoder >>>> >>>> -Video Canvas Management >>>> -======================= >>>> - >>>> -.. kernel-doc:: drivers/gpu/drm/meson/meson_canvas.c >>>> - :doc: Canvas >>>> - >>>> Video Clocks >>>> ============ >>>> >>>> >>> >>> Acked-by: Neil Armstrong <narmstrong@baylibre.com> >>> >> >> Applied to drm-misc-fixes > > Hmm, the commit referenced in the Fixes line hasn't landed in -fixes yet, it's > in -next. So the fix has landed before the bug :( Seems I'll still need to apply it to -next ! Neil > > I'll ping mripard on irc and see what he wants to do about this. > > Sean > >> >> Neil >
On Fri, Apr 05, 2019 at 02:14:35PM +0200, Neil Armstrong wrote: > On 04/04/2019 16:31, Sean Paul wrote: > > On Thu, Apr 04, 2019 at 10:28:29AM +0200, Neil Armstrong wrote: > >> On 04/04/2019 08:56, Neil Armstrong wrote: > >>> On 03/04/2019 22:56, Sean Paul wrote: > >>>> From: Sean Paul <seanpaul@chromium.org> > >>>> > >>>> The file was removed in the below patch and is causing this error: > >>>> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -function Canvas ../drivers/gpu/drm/meson/meson_canvas.c' failed with return code > >>>> > >>>> Fixes: 2bf6b5b0e374 ("drm/meson: exclusively use the canvas provider module") > >>>> Cc: Maxime Jourdan <mjourdan@baylibre.com> > >>>> Cc: Neil Armstrong <narmstrong@baylibre.com> > >>>> Cc: Kevin Hilman <khilman@baylibre.com> > >>>> Cc: dri-devel@lists.freedesktop.org > >>>> Cc: linux-amlogic@lists.infradead.org > >>>> Cc: linux-arm-kernel@lists.infradead.org > >>>> Signed-off-by: Sean Paul <seanpaul@chromium.org> > >>>> --- > >>>> Documentation/gpu/meson.rst | 6 ------ > >>>> 1 file changed, 6 deletions(-) > >>>> > >>>> diff --git a/Documentation/gpu/meson.rst b/Documentation/gpu/meson.rst > >>>> index 479f6f51a13b..b9e2f9aa3bd8 100644 > >>>> --- a/Documentation/gpu/meson.rst > >>>> +++ b/Documentation/gpu/meson.rst > >>>> @@ -42,12 +42,6 @@ Video Encoder > >>>> .. kernel-doc:: drivers/gpu/drm/meson/meson_venc.c > >>>> :doc: Video Encoder > >>>> > >>>> -Video Canvas Management > >>>> -======================= > >>>> - > >>>> -.. kernel-doc:: drivers/gpu/drm/meson/meson_canvas.c > >>>> - :doc: Canvas > >>>> - > >>>> Video Clocks > >>>> ============ > >>>> > >>>> > >>> > >>> Acked-by: Neil Armstrong <narmstrong@baylibre.com> > >>> > >> > >> Applied to drm-misc-fixes > > > > Hmm, the commit referenced in the Fixes line hasn't landed in -fixes yet, it's > > in -next. So the fix has landed before the bug :( > > Seems I'll still need to apply it to -next ! I've just applied it, thanks for staying on top of this. Sean > > Neil > > > > > I'll ping mripard on irc and see what he wants to do about this. > > > > Sean > > > >> > >> Neil > > >
diff --git a/Documentation/gpu/meson.rst b/Documentation/gpu/meson.rst index 479f6f51a13b..b9e2f9aa3bd8 100644 --- a/Documentation/gpu/meson.rst +++ b/Documentation/gpu/meson.rst @@ -42,12 +42,6 @@ Video Encoder .. kernel-doc:: drivers/gpu/drm/meson/meson_venc.c :doc: Video Encoder -Video Canvas Management -======================= - -.. kernel-doc:: drivers/gpu/drm/meson/meson_canvas.c - :doc: Canvas - Video Clocks ============