2019-04-03 20:57:47

by Sean Paul

[permalink] [raw]
Subject: [PATCH] Documentation/gpu/meson: Remove link to meson_canvas.c

From: Sean Paul <[email protected]>

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 <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Kevin Hilman <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Sean Paul <[email protected]>
---
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


2019-04-04 06:57:44

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] Documentation/gpu/meson: Remove link to meson_canvas.c

On 03/04/2019 22:56, Sean Paul wrote:
> From: Sean Paul <[email protected]>
>
> 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 <[email protected]>
> Cc: Neil Armstrong <[email protected]>
> Cc: Kevin Hilman <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Sean Paul <[email protected]>
> ---
> 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 <[email protected]>

2019-04-04 08:29:31

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] Documentation/gpu/meson: Remove link to meson_canvas.c

On 04/04/2019 08:56, Neil Armstrong wrote:
> On 03/04/2019 22:56, Sean Paul wrote:
>> From: Sean Paul <[email protected]>
>>
>> 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 <[email protected]>
>> Cc: Neil Armstrong <[email protected]>
>> Cc: Kevin Hilman <[email protected]>
>> Cc: [email protected]
>> Cc: [email protected]
>> Cc: [email protected]
>> Signed-off-by: Sean Paul <[email protected]>
>> ---
>> 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 <[email protected]>
>

Applied to drm-misc-fixes

Neil

2019-04-04 14:33:01

by Sean Paul

[permalink] [raw]
Subject: Re: [PATCH] Documentation/gpu/meson: Remove link to meson_canvas.c

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 <[email protected]>
> >>
> >> 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 <[email protected]>
> >> Cc: Neil Armstrong <[email protected]>
> >> Cc: Kevin Hilman <[email protected]>
> >> Cc: [email protected]
> >> Cc: [email protected]
> >> Cc: [email protected]
> >> Signed-off-by: Sean Paul <[email protected]>
> >> ---
> >> 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 <[email protected]>
> >
>
> 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

--
Sean Paul, Software Engineer, Google / Chromium OS

2019-04-05 11:46:03

by Maxime Jourdan

[permalink] [raw]
Subject: Re: [PATCH] Documentation/gpu/meson: Remove link to meson_canvas.c

Hi Sean,
On Wed, Apr 3, 2019 at 10:56 PM Sean Paul <[email protected]> wrote:
>
> From: Sean Paul <[email protected]>
>
> 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 <[email protected]>
> Cc: Neil Armstrong <[email protected]>
> Cc: Kevin Hilman <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Sean Paul <[email protected]>
> ---
> 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

2019-04-05 12:15:34

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] Documentation/gpu/meson: Remove link to meson_canvas.c

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 <[email protected]>
>>>>
>>>> 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 <[email protected]>
>>>> Cc: Neil Armstrong <[email protected]>
>>>> Cc: Kevin Hilman <[email protected]>
>>>> Cc: [email protected]
>>>> Cc: [email protected]
>>>> Cc: [email protected]
>>>> Signed-off-by: Sean Paul <[email protected]>
>>>> ---
>>>> 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 <[email protected]>
>>>
>>
>> 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
>

2019-04-05 12:58:15

by Sean Paul

[permalink] [raw]
Subject: Re: [PATCH] Documentation/gpu/meson: Remove link to meson_canvas.c

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 <[email protected]>
> >>>>
> >>>> 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 <[email protected]>
> >>>> Cc: Neil Armstrong <[email protected]>
> >>>> Cc: Kevin Hilman <[email protected]>
> >>>> Cc: [email protected]
> >>>> Cc: [email protected]
> >>>> Cc: [email protected]
> >>>> Signed-off-by: Sean Paul <[email protected]>
> >>>> ---
> >>>> 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 <[email protected]>
> >>>
> >>
> >> 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
> >
>

--
Sean Paul, Software Engineer, Google / Chromium OS