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
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
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
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