2022-04-06 14:59:16

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the drm-misc tree

Hi all,

After merging the drm-misc tree, today's linux-next build (htmldocs)
produced this warning:

include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member 'pos' not described in 'ttm_lru_bulk_move'

Introduced by commit

b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-04-13 02:33:13

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

Hi all,

On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell <[email protected]> wrote:
>
> After merging the drm-misc tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member 'pos' not described in 'ttm_lru_bulk_move'
>
> Introduced by commit
>
> b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")

This warning is now produced by the drm tree.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-04-13 09:42:54

by Daniel Vetter

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

On Wed, Apr 13, 2022 at 10:04:48AM +1000, Stephen Rothwell wrote:
> Hi all,
>
> On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell <[email protected]> wrote:
> >
> > After merging the drm-misc tree, today's linux-next build (htmldocs)
> > produced this warning:
> >
> > include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member 'pos' not described in 'ttm_lru_bulk_move'
> >
> > Introduced by commit
> >
> > b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")
>
> This warning is now produced by the drm tree.

Christian, do you have a patch to fix this?
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

2022-04-13 10:26:36

by Christian König

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

Am 13.04.22 um 10:23 schrieb Daniel Vetter:
> On Wed, Apr 13, 2022 at 10:04:48AM +1000, Stephen Rothwell wrote:
>> Hi all,
>>
>> On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell <[email protected]> wrote:
>>> After merging the drm-misc tree, today's linux-next build (htmldocs)
>>> produced this warning:
>>>
>>> include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member 'pos' not described in 'ttm_lru_bulk_move'
>>>
>>> Introduced by commit
>>>
>>> b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")
>> This warning is now produced by the drm tree.
> Christian, do you have a patch to fix this?

Yeah, already on the TODO list. Just a few to much things coming in at
the same time here.

Christian.

> -Daniel