Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst
@ 2018-11-29 15:55 Sean Paul
  2018-11-29 15:57 ` Koenig, Christian
  0 siblings, 1 reply; 6+ messages in thread
From: Sean Paul @ 2018-11-29 15:55 UTC (permalink / raw)
  To: dri-devel
  Cc: Sean Paul, Thomas Zimmermann, Christian König, Junwei Zhang,
	Alex Deucher, Maarten Lankhorst, Maxime Ripard, Sean Paul,
	David Airlie, Huang Rui, Jonathan Corbet, linux-doc

From: Sean Paul <seanpaul@chromium.org>

Fixes htmldocs build error:
Error: Cannot open file ../drivers/gpu/drm/drm_global.c

Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2")
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Christian König <christian.koenig@amd.com>
Cc: Junwei Zhang <Jerry.Zhang@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Christian Koenig <christian.koenig@amd.com>
Cc: Huang Rui <ray.huang@amd.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 Documentation/gpu/drm-mm.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
index d0f3c6b032009..54a696d961a7c 100644
--- a/Documentation/gpu/drm-mm.rst
+++ b/Documentation/gpu/drm-mm.rst
@@ -79,9 +79,6 @@ count for the TTM, which will call your initialization function.
 
 See the radeon_ttm.c file for an example of usage.
 
-.. kernel-doc:: drivers/gpu/drm/drm_global.c
-   :export:
-
 
 The Graphics Execution Manager (GEM)
 ====================================
-- 
Sean Paul, Software Engineer, Google / Chromium OS


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst
  2018-11-29 15:55 [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst Sean Paul
@ 2018-11-29 15:57 ` Koenig, Christian
  2018-11-29 16:11   ` Sean Paul
  0 siblings, 1 reply; 6+ messages in thread
From: Koenig, Christian @ 2018-11-29 15:57 UTC (permalink / raw)
  To: Sean Paul, dri-devel@lists.freedesktop.org
  Cc: Sean Paul, Thomas Zimmermann, Zhang, Jerry, Deucher, Alexander,
	Maarten Lankhorst, Maxime Ripard, David Airlie, Huang, Ray,
	Jonathan Corbet, linux-doc@vger.kernel.org

Am 29.11.18 um 16:55 schrieb Sean Paul:
> From: Sean Paul <seanpaul@chromium.org>
>
> Fixes htmldocs build error:
> Error: Cannot open file ../drivers/gpu/drm/drm_global.c
>
> Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2")
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Junwei Zhang <Jerry.Zhang@amd.com>
> Cc: Alex Deucher <alexander.deucher@amd.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> Cc: Sean Paul <sean@poorly.run>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Christian Koenig <christian.koenig@amd.com>
> Cc: Huang Rui <ray.huang@amd.com>
> Cc: dri-devel@lists.freedesktop.org
> Signed-off-by: Sean Paul <seanpaul@chromium.org>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   Documentation/gpu/drm-mm.rst | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
> index d0f3c6b032009..54a696d961a7c 100644
> --- a/Documentation/gpu/drm-mm.rst
> +++ b/Documentation/gpu/drm-mm.rst
> @@ -79,9 +79,6 @@ count for the TTM, which will call your initialization function.
>   
>   See the radeon_ttm.c file for an example of usage.
>   
> -.. kernel-doc:: drivers/gpu/drm/drm_global.c
> -   :export:
> -
>   
>   The Graphics Execution Manager (GEM)
>   ====================================


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst
  2018-11-29 15:57 ` Koenig, Christian
@ 2018-11-29 16:11   ` Sean Paul
  2018-11-29 16:14     ` Christian König
  0 siblings, 1 reply; 6+ messages in thread
From: Sean Paul @ 2018-11-29 16:11 UTC (permalink / raw)
  To: Christian König
  Cc: dri-devel, Sean Paul, Thomas Zimmermann, Junwei Zhang,
	Alex Deucher, Maarten Lankhorst, Maxime Ripard, Dave Airlie,
	Huang Rui, Jonathan Corbet, linux-doc

On Thu, Nov 29, 2018 at 10:58 AM Koenig, Christian
<Christian.Koenig@amd.com> wrote:
>
> Am 29.11.18 um 16:55 schrieb Sean Paul:
> > From: Sean Paul <seanpaul@chromium.org>
> >
> > Fixes htmldocs build error:
> > Error: Cannot open file ../drivers/gpu/drm/drm_global.c
> >
> > Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2")
> > Cc: Thomas Zimmermann <tzimmermann@suse.de>
> > Cc: Christian König <christian.koenig@amd.com>
> > Cc: Junwei Zhang <Jerry.Zhang@amd.com>
> > Cc: Alex Deucher <alexander.deucher@amd.com>
> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> > Cc: Sean Paul <sean@poorly.run>
> > Cc: David Airlie <airlied@linux.ie>
> > Cc: Christian Koenig <christian.koenig@amd.com>
> > Cc: Huang Rui <ray.huang@amd.com>
> > Cc: dri-devel@lists.freedesktop.org
> > Signed-off-by: Sean Paul <seanpaul@chromium.org>
>
> Reviewed-by: Christian König <christian.koenig@amd.com>
>

Thanks for the review. Perhaps the best course of action for this
patch is to have Dave pick it directly and then we can backmerge it
into amdgpu/drm-misc-next from there? I could also spin a topic branch
that we could all merge.

Thoughts?

Sean

> > ---
> >   Documentation/gpu/drm-mm.rst | 3 ---
> >   1 file changed, 3 deletions(-)
> >
> > diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
> > index d0f3c6b032009..54a696d961a7c 100644
> > --- a/Documentation/gpu/drm-mm.rst
> > +++ b/Documentation/gpu/drm-mm.rst
> > @@ -79,9 +79,6 @@ count for the TTM, which will call your initialization function.
> >
> >   See the radeon_ttm.c file for an example of usage.
> >
> > -.. kernel-doc:: drivers/gpu/drm/drm_global.c
> > -   :export:
> > -
> >
> >   The Graphics Execution Manager (GEM)
> >   ====================================
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst
  2018-11-29 16:11   ` Sean Paul
@ 2018-11-29 16:14     ` Christian König
  2018-11-29 16:21       ` Sean Paul
  0 siblings, 1 reply; 6+ messages in thread
From: Christian König @ 2018-11-29 16:14 UTC (permalink / raw)
  To: Sean Paul, Christian König
  Cc: Jonathan Corbet, Maxime Ripard, Dave Airlie, linux-doc, dri-devel,
	Alex Deucher, Huang Rui, Sean Paul, Thomas Zimmermann,
	Junwei Zhang

Am 29.11.18 um 17:11 schrieb Sean Paul:
> On Thu, Nov 29, 2018 at 10:58 AM Koenig, Christian
> <Christian.Koenig@amd.com> wrote:
>> Am 29.11.18 um 16:55 schrieb Sean Paul:
>>> From: Sean Paul <seanpaul@chromium.org>
>>>
>>> Fixes htmldocs build error:
>>> Error: Cannot open file ../drivers/gpu/drm/drm_global.c
>>>
>>> Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2")
>>> Cc: Thomas Zimmermann <tzimmermann@suse.de>
>>> Cc: Christian König <christian.koenig@amd.com>
>>> Cc: Junwei Zhang <Jerry.Zhang@amd.com>
>>> Cc: Alex Deucher <alexander.deucher@amd.com>
>>> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
>>> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
>>> Cc: Sean Paul <sean@poorly.run>
>>> Cc: David Airlie <airlied@linux.ie>
>>> Cc: Christian Koenig <christian.koenig@amd.com>
>>> Cc: Huang Rui <ray.huang@amd.com>
>>> Cc: dri-devel@lists.freedesktop.org
>>> Signed-off-by: Sean Paul <seanpaul@chromium.org>
>> Reviewed-by: Christian König <christian.koenig@amd.com>
>>
> Thanks for the review. Perhaps the best course of action for this
> patch is to have Dave pick it directly and then we can backmerge it
> into amdgpu/drm-misc-next from there? I could also spin a topic branch
> that we could all merge.
>
> Thoughts?

My preference is that I pick it up and push it to Dave through Alex 
fixes push.

But just because the patch which broke this came the same way as well.

Either way works for me,
Christian.

>
> Sean
>
>>> ---
>>>    Documentation/gpu/drm-mm.rst | 3 ---
>>>    1 file changed, 3 deletions(-)
>>>
>>> diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
>>> index d0f3c6b032009..54a696d961a7c 100644
>>> --- a/Documentation/gpu/drm-mm.rst
>>> +++ b/Documentation/gpu/drm-mm.rst
>>> @@ -79,9 +79,6 @@ count for the TTM, which will call your initialization function.
>>>
>>>    See the radeon_ttm.c file for an example of usage.
>>>
>>> -.. kernel-doc:: drivers/gpu/drm/drm_global.c
>>> -   :export:
>>> -
>>>
>>>    The Graphics Execution Manager (GEM)
>>>    ====================================
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst
  2018-11-29 16:14     ` Christian König
@ 2018-11-29 16:21       ` Sean Paul
  2018-11-29 16:26         ` Koenig, Christian
  0 siblings, 1 reply; 6+ messages in thread
From: Sean Paul @ 2018-11-29 16:21 UTC (permalink / raw)
  To: Christian König
  Cc: Jonathan Corbet, Maxime Ripard, Dave Airlie, linux-doc, dri-devel,
	Alex Deucher, Huang Rui, Sean Paul, Thomas Zimmermann,
	Junwei Zhang

On Thu, Nov 29, 2018 at 11:14 AM Christian König
<ckoenig.leichtzumerken@gmail.com> wrote:
>
> Am 29.11.18 um 17:11 schrieb Sean Paul:
> > On Thu, Nov 29, 2018 at 10:58 AM Koenig, Christian
> > <Christian.Koenig@amd.com> wrote:
> >> Am 29.11.18 um 16:55 schrieb Sean Paul:
> >>> From: Sean Paul <seanpaul@chromium.org>
> >>>
> >>> Fixes htmldocs build error:
> >>> Error: Cannot open file ../drivers/gpu/drm/drm_global.c
> >>>
> >>> Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2")
> >>> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> >>> Cc: Christian König <christian.koenig@amd.com>
> >>> Cc: Junwei Zhang <Jerry.Zhang@amd.com>
> >>> Cc: Alex Deucher <alexander.deucher@amd.com>
> >>> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> >>> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> >>> Cc: Sean Paul <sean@poorly.run>
> >>> Cc: David Airlie <airlied@linux.ie>
> >>> Cc: Christian Koenig <christian.koenig@amd.com>
> >>> Cc: Huang Rui <ray.huang@amd.com>
> >>> Cc: dri-devel@lists.freedesktop.org
> >>> Signed-off-by: Sean Paul <seanpaul@chromium.org>
> >> Reviewed-by: Christian König <christian.koenig@amd.com>
> >>
> > Thanks for the review. Perhaps the best course of action for this
> > patch is to have Dave pick it directly and then we can backmerge it
> > into amdgpu/drm-misc-next from there? I could also spin a topic branch
> > that we could all merge.
> >
> > Thoughts?
>
> My preference is that I pick it up and push it to Dave through Alex
> fixes push.
>
> But just because the patch which broke this came the same way as well.
>

Yeah, unfortunately it's proliferated, and I'd rather not add hops to
getting drm-misc-next fixed. Let's just do a topic branch and set a PR
to Dave from that. We can both merge the topic branch asap and let
Dave pick it up at his leisure.

Sean

> Either way works for me,
> Christian.
>
> >
> > Sean
> >
> >>> ---
> >>>    Documentation/gpu/drm-mm.rst | 3 ---
> >>>    1 file changed, 3 deletions(-)
> >>>
> >>> diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
> >>> index d0f3c6b032009..54a696d961a7c 100644
> >>> --- a/Documentation/gpu/drm-mm.rst
> >>> +++ b/Documentation/gpu/drm-mm.rst
> >>> @@ -79,9 +79,6 @@ count for the TTM, which will call your initialization function.
> >>>
> >>>    See the radeon_ttm.c file for an example of usage.
> >>>
> >>> -.. kernel-doc:: drivers/gpu/drm/drm_global.c
> >>> -   :export:
> >>> -
> >>>
> >>>    The Graphics Execution Manager (GEM)
> >>>    ====================================
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst
  2018-11-29 16:21       ` Sean Paul
@ 2018-11-29 16:26         ` Koenig, Christian
  0 siblings, 0 replies; 6+ messages in thread
From: Koenig, Christian @ 2018-11-29 16:26 UTC (permalink / raw)
  To: Sean Paul
  Cc: Jonathan Corbet, Maxime Ripard, Dave Airlie,
	linux-doc@vger.kernel.org, dri-devel, Deucher, Alexander,
	Huang, Ray, Sean Paul, Thomas Zimmermann, Zhang, Jerry

Am 29.11.18 um 17:21 schrieb Sean Paul:
> On Thu, Nov 29, 2018 at 11:14 AM Christian König
> <ckoenig.leichtzumerken@gmail.com> wrote:
>> Am 29.11.18 um 17:11 schrieb Sean Paul:
>>> On Thu, Nov 29, 2018 at 10:58 AM Koenig, Christian
>>> <Christian.Koenig@amd.com> wrote:
>>>> Am 29.11.18 um 16:55 schrieb Sean Paul:
>>>>> From: Sean Paul <seanpaul@chromium.org>
>>>>>
>>>>> Fixes htmldocs build error:
>>>>> Error: Cannot open file ../drivers/gpu/drm/drm_global.c
>>>>>
>>>>> Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2")
>>>>> Cc: Thomas Zimmermann <tzimmermann@suse.de>
>>>>> Cc: Christian König <christian.koenig@amd.com>
>>>>> Cc: Junwei Zhang <Jerry.Zhang@amd.com>
>>>>> Cc: Alex Deucher <alexander.deucher@amd.com>
>>>>> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
>>>>> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
>>>>> Cc: Sean Paul <sean@poorly.run>
>>>>> Cc: David Airlie <airlied@linux.ie>
>>>>> Cc: Christian Koenig <christian.koenig@amd.com>
>>>>> Cc: Huang Rui <ray.huang@amd.com>
>>>>> Cc: dri-devel@lists.freedesktop.org
>>>>> Signed-off-by: Sean Paul <seanpaul@chromium.org>
>>>> Reviewed-by: Christian König <christian.koenig@amd.com>
>>>>
>>> Thanks for the review. Perhaps the best course of action for this
>>> patch is to have Dave pick it directly and then we can backmerge it
>>> into amdgpu/drm-misc-next from there? I could also spin a topic branch
>>> that we could all merge.
>>>
>>> Thoughts?
>> My preference is that I pick it up and push it to Dave through Alex
>> fixes push.
>>
>> But just because the patch which broke this came the same way as well.
>>
> Yeah, unfortunately it's proliferated, and I'd rather not add hops to
> getting drm-misc-next fixed. Let's just do a topic branch and set a PR
> to Dave from that. We can both merge the topic branch asap and let
> Dave pick it up at his leisure.

Works for me as well,
Christian.

>
> Sean
>
>> Either way works for me,
>> Christian.
>>
>>> Sean
>>>
>>>>> ---
>>>>>     Documentation/gpu/drm-mm.rst | 3 ---
>>>>>     1 file changed, 3 deletions(-)
>>>>>
>>>>> diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
>>>>> index d0f3c6b032009..54a696d961a7c 100644
>>>>> --- a/Documentation/gpu/drm-mm.rst
>>>>> +++ b/Documentation/gpu/drm-mm.rst
>>>>> @@ -79,9 +79,6 @@ count for the TTM, which will call your initialization function.
>>>>>
>>>>>     See the radeon_ttm.c file for an example of usage.
>>>>>
>>>>> -.. kernel-doc:: drivers/gpu/drm/drm_global.c
>>>>> -   :export:
>>>>> -
>>>>>
>>>>>     The Graphics Execution Manager (GEM)
>>>>>     ====================================
>>> _______________________________________________
>>> dri-devel mailing list
>>> dri-devel@lists.freedesktop.org
>>> https://lists.freedesktop.org/mailman/listinfo/dri-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-29 16:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-29 15:55 [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst Sean Paul
2018-11-29 15:57 ` Koenig, Christian
2018-11-29 16:11   ` Sean Paul
2018-11-29 16:14     ` Christian König
2018-11-29 16:21       ` Sean Paul
2018-11-29 16:26         ` Koenig, Christian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox