* linux-next: build warning after merge of the drm tree
@ 2013-04-19 5:50 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2013-04-19 5:50 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel, Alon Levy, Tejun Heo
[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_surface_id_alloc':
drivers/gpu/drm/qxl/qxl_cmd.c:442:2: warning: 'idr_pre_get' is deprecated (declared at include/linux/idr.h:149) [-Wdeprecated-declarations]
drivers/gpu/drm/qxl/qxl_cmd.c:449:2: warning: 'idr_get_new_above' is deprecated (declared at include/linux/idr.h:164) [-Wdeprecated-declarations]
drivers/gpu/drm/qxl/qxl_release.c: In function 'qxl_release_alloc':
drivers/gpu/drm/qxl/qxl_release.c:60:2: warning: 'idr_pre_get' is deprecated (declared at include/linux/idr.h:149) [-Wdeprecated-declarations]
drivers/gpu/drm/qxl/qxl_release.c:66:2: warning: 'idr_get_new_above' is deprecated (declared at include/linux/idr.h:164) [-Wdeprecated-declarations]
Introduced by commit f64122c1f6ad ("drm: add new QXL driver. (v1.4)").
The above idr_ reoutines were marked deprecated by commit c8615d3716fe
("idr: deprecate idr_pre_get() and idr_get_new[_above]()") between
v3.9-rc2 and -rc3.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2023-02-03 2:46 Stephen Rothwell
@ 2023-02-03 12:32 ` Gustavo Sousa
0 siblings, 0 replies; 59+ messages in thread
From: Gustavo Sousa @ 2023-02-03 12:32 UTC (permalink / raw)
To: Stephen Rothwell, Dave Airlie
Cc: DRI, Rodrigo Vivi, Linux Kernel Mailing List, Linux Next Mailing List
On Fri, Feb 03, 2023 at 01:46:22PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:32: WARNING: Inline emphasis start-string without end-string.
> Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:57: WARNING: Inline emphasis start-string without end-string.
> Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:66: WARNING: Inline emphasis start-string without end-string.
>
> Introduced by commit
>
> 0c3064cf33fb ("drm/i915/doc: Document where to implement register workarounds")
>
Hello all.
First of all, sorry about that!
There is already a patch[1] in intel-gfx mailing list fixing that and it has
already received an r-b. It just needs to be applied by a maintainer.
[1] https://patchwork.freedesktop.org/series/113193/
--
Gustavo Sousa
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-02-03 2:46 Stephen Rothwell
2023-02-03 12:32 ` Gustavo Sousa
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2023-02-03 2:46 UTC (permalink / raw)
To: Dave Airlie
Cc: DRI, Gustavo Sousa, Rodrigo Vivi, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 647 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:32: WARNING: Inline emphasis start-string without end-string.
Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:57: WARNING: Inline emphasis start-string without end-string.
Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:66: WARNING: Inline emphasis start-string without end-string.
Introduced by commit
0c3064cf33fb ("drm/i915/doc: Document where to implement register workarounds")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-01-05 3:43 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2023-01-05 3:43 UTC (permalink / raw)
To: Dave Airlie
Cc: DRI, Maxime Ripard, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 345 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
include/drm/drm_connector.h:203: warning: Enum value 'DRM_MODE_TV_MODE_MAX' not described in enum 'drm_connector_tv_mode'
Introduced by commit
7d63cd8526f1 ("drm/connector: Add TV standard property")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-01-05 3:21 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2023-01-05 3:21 UTC (permalink / raw)
To: Dave Airlie
Cc: DRI, Maxime Ripard, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
drivers/gpu/drm/drm_connector.c:1849: warning: bad line:
Introduced by commit
7d63cd8526f1 ("drm/connector: Add TV standard property")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-01-05 3:17 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2023-01-05 3:17 UTC (permalink / raw)
To: Dave Airlie
Cc: DRI, Maxime Ripard, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 445 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
drivers/gpu/drm/drm_atomic_state_helper.c:560: warning: Cannot understand * @drm_atomic_helper_connector_tv_check: Validate an analog TV connector state
on line 560 - I thought it was a doc line
Introduced by commit
5a28cefda3a9 ("drm/atomic-helper: Add an analog TV atomic_check implementation")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2022-11-07 3:29 Stephen Rothwell
@ 2022-11-07 20:31 ` John Harrison
0 siblings, 0 replies; 59+ messages in thread
From: John Harrison @ 2022-11-07 20:31 UTC (permalink / raw)
To: Stephen Rothwell, Dave Airlie, DRI
Cc: Umesh Nerlige Ramappa, Linux Kernel Mailing List,
Linux Next Mailing List
On 11/6/2022 19:29, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drm tree, today's linux-next build (KCONFIG_NAME)
> produced this warning:
>
> drivers/gpu/drm/i915/i915_perf_types.h:319: warning: Function parameter or member 'lock' not described in 'i915_perf_stream'
>
> Introduced by commit
>
> 2db609c01495 ("drm/i915/perf: Replace gt->perf.lock with stream->lock for file ops")
>
Yes, a fix has been posted -
https://patchwork.freedesktop.org/series/110633/
It is unclear how this escaped. It wasn't spotted in code review but
moreover, the CI pre-merge doc build returned clean for that patch set
(https://patchwork.freedesktop.org/series/107584/).
John.
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2022-11-07 3:29 Stephen Rothwell
2022-11-07 20:31 ` John Harrison
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2022-11-07 3:29 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: John Harrison, Umesh Nerlige Ramappa, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (KCONFIG_NAME)
produced this warning:
drivers/gpu/drm/i915/i915_perf_types.h:319: warning: Function parameter or member 'lock' not described in 'i915_perf_stream'
Introduced by commit
2db609c01495 ("drm/i915/perf: Replace gt->perf.lock with stream->lock for file ops")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2022-03-02 10:32 ` Hans de Goede
@ 2022-03-02 11:38 ` Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2022-03-02 11:38 UTC (permalink / raw)
To: Hans de Goede
Cc: Dave Airlie, DRI, Rajat Jain, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1576 bytes --]
Hi Hans,
On Wed, 2 Mar 2022 11:32:37 +0100 Hans de Goede <hdegoede@redhat.com> wrote:
>
> On 3/2/22 02:34, Stephen Rothwell wrote:
> > Hi all,
> >
> > On Wed, 2 Feb 2022 09:38:37 +0100 Hans de Goede <hdegoede@redhat.com> wrote:
> >>
> >> On 2/2/22 05:03, Stephen Rothwell wrote:
> >>>
> >>> On Wed, 2 Feb 2022 15:02:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >>>>
> >>>> After merging the drm tree, today's linux-next build (htmldocs) produced
> >>>> this warning:
> >>>>
> >>>> drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
> >>>
> >>> Actually:
> >>>
> >>> drivers/gpu/drm/drm_privacy_screen.c:392: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
> >>
> >> Thank you for reporting this, I will prepare a patch fixing this.
> >
> > I am still seeing this warning.
>
> Weird, this should be fixed by:
>
> https://cgit.freedesktop.org/drm-misc/commit/?id=ccbeca4ca04302d129602093c8d611065e3f7958
>
> Which was added to the "drm-misc-next-2022-02-23" drm-misc tag/pull-req 7 days ago,
> which was merged into drm-next 6 days ago ?
>
> I just reverted that did a make htmldocs and got the warning, then re-applied and
> the warning was gone...
As I said in my other reply, the drm tree has had build problems until
today and so it has been only partly included in linux-next. I can
confirm that the warning is gone in today's tree.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2022-03-02 1:34 ` Stephen Rothwell
@ 2022-03-02 10:32 ` Hans de Goede
2022-03-02 11:38 ` Stephen Rothwell
0 siblings, 1 reply; 59+ messages in thread
From: Hans de Goede @ 2022-03-02 10:32 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Dave Airlie, DRI, Rajat Jain, Linux Kernel Mailing List,
Linux Next Mailing List
Hi,
On 3/2/22 02:34, Stephen Rothwell wrote:
> Hi all,
>
> On Wed, 2 Feb 2022 09:38:37 +0100 Hans de Goede <hdegoede@redhat.com> wrote:
>>
>> On 2/2/22 05:03, Stephen Rothwell wrote:
>>>
>>> On Wed, 2 Feb 2022 15:02:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>>>>
>>>> After merging the drm tree, today's linux-next build (htmldocs) produced
>>>> this warning:
>>>>
>>>> drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
>>>
>>> Actually:
>>>
>>> drivers/gpu/drm/drm_privacy_screen.c:392: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
>>
>> Thank you for reporting this, I will prepare a patch fixing this.
>
> I am still seeing this warning.
Weird, this should be fixed by:
https://cgit.freedesktop.org/drm-misc/commit/?id=ccbeca4ca04302d129602093c8d611065e3f7958
Which was added to the "drm-misc-next-2022-02-23" drm-misc tag/pull-req 7 days ago,
which was merged into drm-next 6 days ago ?
I just reverted that did a make htmldocs and got the warning, then re-applied and
the warning was gone...
Regards,
Hans
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2022-02-02 8:38 ` Hans de Goede
2022-02-04 19:29 ` Rajat Jain
@ 2022-03-02 1:34 ` Stephen Rothwell
2022-03-02 10:32 ` Hans de Goede
1 sibling, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2022-03-02 1:34 UTC (permalink / raw)
To: Hans de Goede
Cc: Dave Airlie, DRI, Rajat Jain, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 792 bytes --]
Hi all,
On Wed, 2 Feb 2022 09:38:37 +0100 Hans de Goede <hdegoede@redhat.com> wrote:
>
> On 2/2/22 05:03, Stephen Rothwell wrote:
> >
> > On Wed, 2 Feb 2022 15:02:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >>
> >> After merging the drm tree, today's linux-next build (htmldocs) produced
> >> this warning:
> >>
> >> drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
> >
> > Actually:
> >
> > drivers/gpu/drm/drm_privacy_screen.c:392: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
>
> Thank you for reporting this, I will prepare a patch fixing this.
I am still seeing this warning.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2022-02-02 4:10 Stephen Rothwell
@ 2022-03-02 1:32 ` Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2022-03-02 1:32 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Maxime Ripard, Ville Syrjälä,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 653 bytes --]
Hi all,
On Wed, 2 Feb 2022 15:10:45 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the drm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> include/drm/drm_connector.h:637: warning: Function parameter or member 'edid_hdmi_rgb444_dc_modes' not described in 'drm_display_info'
> include/drm/drm_connector.h:637: warning: Function parameter or member 'edid_hdmi_ycbcr444_dc_modes' not described in 'drm_display_info'
>
> Introduced by commit
>
> 4adc33f36d80 ("drm/edid: Split deep color modes between RGB and YUV444")
I am still seeing these warnings.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2022-02-02 8:38 ` Hans de Goede
@ 2022-02-04 19:29 ` Rajat Jain
2022-03-02 1:34 ` Stephen Rothwell
1 sibling, 0 replies; 59+ messages in thread
From: Rajat Jain @ 2022-02-04 19:29 UTC (permalink / raw)
To: Hans de Goede
Cc: Stephen Rothwell, Dave Airlie, DRI, Linux Kernel Mailing List,
Linux Next Mailing List
On Wed, Feb 2, 2022 at 12:38 AM Hans de Goede <hdegoede@redhat.com> wrote:
>
> Hi,
>
> On 2/2/22 05:03, Stephen Rothwell wrote:
> > Hi all,
> >
> > On Wed, 2 Feb 2022 15:02:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >>
> >> After merging the drm tree, today's linux-next build (htmldocs) produced
> >> this warning:
> >>
> >> drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
> >
> > Actually:
> >
> > drivers/gpu/drm/drm_privacy_screen.c:392: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
>
> Thank you for reporting this, I will prepare a patch fixing this.
Thank you so much Hans!
Best Regards,
Rajat
>
> Regards,
>
> Hans
>
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2022-02-02 4:03 ` Stephen Rothwell
@ 2022-02-02 8:38 ` Hans de Goede
2022-02-04 19:29 ` Rajat Jain
2022-03-02 1:34 ` Stephen Rothwell
0 siblings, 2 replies; 59+ messages in thread
From: Hans de Goede @ 2022-02-02 8:38 UTC (permalink / raw)
To: Stephen Rothwell, Dave Airlie, DRI
Cc: Rajat Jain, Linux Kernel Mailing List, Linux Next Mailing List
Hi,
On 2/2/22 05:03, Stephen Rothwell wrote:
> Hi all,
>
> On Wed, 2 Feb 2022 15:02:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>>
>> After merging the drm tree, today's linux-next build (htmldocs) produced
>> this warning:
>>
>> drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
>
> Actually:
>
> drivers/gpu/drm/drm_privacy_screen.c:392: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
Thank you for reporting this, I will prepare a patch fixing this.
Regards,
Hans
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2022-02-02 4:10 Stephen Rothwell
2022-03-02 1:32 ` Stephen Rothwell
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2022-02-02 4:10 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Maxime Ripard, Ville Syrjälä,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
include/drm/drm_connector.h:637: warning: Function parameter or member 'edid_hdmi_rgb444_dc_modes' not described in 'drm_display_info'
include/drm/drm_connector.h:637: warning: Function parameter or member 'edid_hdmi_ycbcr444_dc_modes' not described in 'drm_display_info'
Introduced by commit
4adc33f36d80 ("drm/edid: Split deep color modes between RGB and YUV444")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2022-02-02 4:02 Stephen Rothwell
@ 2022-02-02 4:03 ` Stephen Rothwell
2022-02-02 8:38 ` Hans de Goede
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2022-02-02 4:03 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Hans de Goede, Rajat Jain, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
Hi all,
On Wed, 2 Feb 2022 15:02:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the drm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
Actually:
drivers/gpu/drm/drm_privacy_screen.c:392: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2022-02-02 4:02 Stephen Rothwell
2022-02-02 4:03 ` Stephen Rothwell
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2022-02-02 4:02 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Hans de Goede, Rajat Jain, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 369 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'
Introduced by commit
30598d925d46 ("drm/privacy_screen: Add drvdata in drm_privacy_screen")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2021-10-27 20:51 ` Stephen Rothwell
@ 2021-10-28 9:16 ` Joonas Lahtinen
0 siblings, 0 replies; 59+ messages in thread
From: Joonas Lahtinen @ 2021-10-28 9:16 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Nikula, Jani, Daniel Vetter, Rodrigo Vivi, Tvrtko Ursulin,
Dave Airlie, DRI, Linux Next Mailing List,
Linux Kernel Mailing List, Chris Wilson
Quoting Stephen Rothwell (2021-10-27 23:51:55)
> Hi Joonas,
>
> On Wed, 27 Oct 2021 15:12:44 +0300 Joonas Lahtinen <joonas.lahtinen@linux.intel.com> wrote:
> >
> > We should be now good to go and add drm-intel-gt-next to linux-next.
> >
> > The branch would be as follows:
> >
> > drm-intel-gt-next git://anongit.freedesktop.org/drm-intel for-linux-next-gt
> >
> > Notice the "-gt" and the end of the for-linux-next branch name. This should eliminate
> > the gap we have been having.
>
> I have added it to linux-next from today.
Thanks!
> I called it just
> "drm-intel-gt" for consistency with the other drm trees in linux-next.
We use the drm-intel-gt-next as the branch name in repo and DIM tolling, so if
we are after consistenty consistency, using the full name probably makes
sense. drm-intel-gt-next for name keeps open the option for separating
the drm-intel-gt-fixes too, if we decide to do so in the future.
> Currently I just have you listed as a contact, is there anyone else (or
> a list) that I should add?
Please do add Tvrtko (Cc'd). I guess it might make sense adding Jani and
Rodrigo too, as backups. Similarly Tvrtko could be added to the other
drm-intel-* trees. Doesn't hurt to have more eyes especially if some
folks are on a vacation.
Regards, Joonas
> Thanks for adding your subsystem tree as a participant of linux-next. As
> you may know, this is not a judgement of your code. The purpose of
> linux-next is for integration testing and to lower the impact of
> conflicts between subsystems in the next merge window.
>
> You will need to ensure that the patches/commits in your tree/series have
> been:
> * submitted under GPL v2 (or later) and include the Contributor's
> Signed-off-by,
> * posted to the relevant mailing list,
> * reviewed by you (or another maintainer of your subsystem tree),
> * successfully unit tested, and
> * destined for the current or next Linux merge window.
>
> Basically, this should be just what you would send to Linus (or ask him
> to fetch). It is allowed to be rebased if you deem it necessary.
>
> --
> Cheers,
> Stephen Rothwell
> sfr@canb.auug.org.au
>
> --
> Cheers,
> Stephen Rothwell
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2021-10-27 12:12 ` Joonas Lahtinen
@ 2021-10-27 20:51 ` Stephen Rothwell
2021-10-28 9:16 ` Joonas Lahtinen
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2021-10-27 20:51 UTC (permalink / raw)
To: Joonas Lahtinen
Cc: Nikula, Jani, Daniel Vetter, Rodrigo Vivi, Tvrtko Ursulin,
Dave Airlie, DRI, Linux Next Mailing List,
Linux Kernel Mailing List, Chris Wilson
[-- Attachment #1: Type: text/plain, Size: 1565 bytes --]
Hi Joonas,
On Wed, 27 Oct 2021 15:12:44 +0300 Joonas Lahtinen <joonas.lahtinen@linux.intel.com> wrote:
>
> We should be now good to go and add drm-intel-gt-next to linux-next.
>
> The branch would be as follows:
>
> drm-intel-gt-next git://anongit.freedesktop.org/drm-intel for-linux-next-gt
>
> Notice the "-gt" and the end of the for-linux-next branch name. This should eliminate
> the gap we have been having.
I have added it to linux-next from today. I called it just
"drm-intel-gt" for consistency with the other drm trees in linux-next.
Currently I just have you listed as a contact, is there anyone else (or
a list) that I should add?
Thanks for adding your subsystem tree as a participant of linux-next. As
you may know, this is not a judgement of your code. The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window.
You will need to ensure that the patches/commits in your tree/series have
been:
* submitted under GPL v2 (or later) and include the Contributor's
Signed-off-by,
* posted to the relevant mailing list,
* reviewed by you (or another maintainer of your subsystem tree),
* successfully unit tested, and
* destined for the current or next Linux merge window.
Basically, this should be just what you would send to Linus (or ask him
to fetch). It is allowed to be rebased if you deem it necessary.
--
Cheers,
Stephen Rothwell
sfr@canb.auug.org.au
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2021-01-22 8:40 ` Daniel Vetter
@ 2021-10-27 12:12 ` Joonas Lahtinen
2021-10-27 20:51 ` Stephen Rothwell
0 siblings, 1 reply; 59+ messages in thread
From: Joonas Lahtinen @ 2021-10-27 12:12 UTC (permalink / raw)
To: Nikula, Jani, Daniel Vetter, Rodrigo Vivi, Stephen Rothwell,
Tvrtko Ursulin
Cc: Dave Airlie, DRI, Linux Next Mailing List,
Linux Kernel Mailing List, Chris Wilson
(+ Tvrtko who was recently added as a drm/i915 co-maintainer)
Quoting Daniel Vetter (2021-01-22 10:40:48)
> On Fri, Jan 22, 2021 at 8:29 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Hi Daniel,
> >
> > On Fri, 22 Jan 2021 08:17:58 +0100 Daniel Vetter <daniel@ffwll.ch> wrote:
> > >
> > > Hm that has been in drm-intel-gt-next for a few days, is that tree not
> > > in linux-next?
> >
> > It is not.
Hi Stephen,
We should be now good to go and add drm-intel-gt-next to linux-next.
The branch would be as follows:
drm-intel-gt-next git://anongit.freedesktop.org/drm-intel for-linux-next-gt
Notice the "-gt" and the end of the for-linux-next branch name. This should eliminate
the gap we have been having. The change to add it to the DIM tool is here:
https://gitlab.freedesktop.org/drm/maintainer-tools/-/commit/7b5c2c29cdbc054e8c8fce38f095c56290fc4833
So once all developers have updated their tooling (for which they will
get an automatic nag message) we should be all up-to-date for future
merge windows.
Regards, Joonas
> Adding -intel maintainers to get that sorted.
> -Daniel
>
> > These are the drm branches currently in linux-next:
>
> Oh for ordering maybe put drm-misc ahead of the other subtrees, -misc
> is where nowadays a lot of refactorings and core changes land.
> Probably doesn't matter in practice.
> -Daniel
>
> > drm-fixes git://git.freedesktop.org/git/drm/drm.git drm-fixes
> > amdgpu-fixes git://people.freedesktop.org/~agd5f/linux drm-fixes
> > drm-intel-fixes git://anongit.freedesktop.org/drm-intel for-linux-next-fixes
> > drm-misc-fixes git://anongit.freedesktop.org/drm/drm-misc for-linux-next-fixes
> > drm git://git.freedesktop.org/git/drm/drm.git drm-next
> > amdgpu https://gitlab.freedesktop.org/agd5f/linux drm-next
> > drm-intel git://anongit.freedesktop.org/drm-intel for-linux-next
> > drm-tegra git://anongit.freedesktop.org/tegra/linux.git drm/tegra/for-next
> > drm-misc git://anongit.freedesktop.org/drm/drm-misc for-linux-next
> > drm-msm https://gitlab.freedesktop.org/drm/msm.git msm-next
> > imx-drm https://git.pengutronix.de/git/pza/linux imx-drm/next
> > etnaviv https://git.pengutronix.de/git/lst/linux etnaviv/next
> >
> > --
> > Cheers,
> > Stephen Rothwell
>
>
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2021-04-01 7:19 Stephen Rothwell
@ 2021-04-21 6:28 ` Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2021-04-21 6:28 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Daniel Vetter, Maarten Lankhorst, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 507 bytes --]
Hi all,
On Thu, 1 Apr 2021 18:19:33 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the drm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> drivers/gpu/drm/i915/gem/i915_gem_shrinker.c:102: warning: Function parameter or member 'ww' not described in 'i915_gem_shrink'
>
> Introduced by commit
>
> cf41a8f1dc1e ("drm/i915: Finally remove obj->mm.lock.")
I am still seeing this warning (as of next-20210420).
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2021-04-01 7:19 Stephen Rothwell
2021-04-21 6:28 ` Stephen Rothwell
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2021-04-01 7:19 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Daniel Vetter, Maarten Lankhorst, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 350 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
drivers/gpu/drm/i915/gem/i915_gem_shrinker.c:102: warning: Function parameter or member 'ww' not described in 'i915_gem_shrink'
Introduced by commit
cf41a8f1dc1e ("drm/i915: Finally remove obj->mm.lock.")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2021-03-17 7:42 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2021-03-17 7:42 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Christian König, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 350 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
include/drm/gpu_scheduler.h:304: warning: Function parameter or member '_score' not described in 'drm_gpu_scheduler'
Introduced by commit
f2f12eb9c32b ("drm/scheduler: provide scheduler score externally")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2021-03-17 2:53 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2021-03-17 2:53 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Maxime Ripard, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 587 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
drivers/gpu/drm/rockchip/rockchip_drm_vop.c: In function 'vop_plane_atomic_update':
drivers/gpu/drm/rockchip/rockchip_drm_vop.c:882:26: warning: unused variable 'old_state' [-Wunused-variable]
882 | struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state,
| ^~~~~~~~~
Introduced by commit
977697e20b3d ("drm/atomic: Pass the full state to planes atomic disable and update")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2021-01-22 0:59 Stephen Rothwell
2021-01-22 7:17 ` Daniel Vetter
@ 2021-02-01 1:55 ` Stephen Rothwell
1 sibling, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2021-02-01 1:55 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Chris Wilson, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]
Hi all,
On Fri, 22 Jan 2021 11:59:18 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> WARNING: unmet direct dependencies detected for DRM_I915_WERROR
> Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
> Selected by [m]:
> - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
>
> WARNING: unmet direct dependencies detected for DRM_I915_WERROR
> Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
> Selected by [m]:
> - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
>
> WARNING: unmet direct dependencies detected for DRM_I915_WERROR
> Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
> Selected by [m]:
> - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
>
> Maybe introduced by commit
>
> 4f86975f539d ("drm/i915: Add DEBUG_GEM to the recommended CI config")
I am still getting this warning.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2021-01-22 7:29 ` Stephen Rothwell
@ 2021-01-22 8:40 ` Daniel Vetter
2021-10-27 12:12 ` Joonas Lahtinen
0 siblings, 1 reply; 59+ messages in thread
From: Daniel Vetter @ 2021-01-22 8:40 UTC (permalink / raw)
To: Stephen Rothwell, Joonas Lahtinen, Nikula, Jani, Rodrigo Vivi
Cc: Dave Airlie, DRI, Linux Next Mailing List,
Linux Kernel Mailing List, Chris Wilson
On Fri, Jan 22, 2021 at 8:29 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Daniel,
>
> On Fri, 22 Jan 2021 08:17:58 +0100 Daniel Vetter <daniel@ffwll.ch> wrote:
> >
> > Hm that has been in drm-intel-gt-next for a few days, is that tree not
> > in linux-next?
>
> It is not.
Adding -intel maintainers to get that sorted.
-Daniel
> These are the drm branches currently in linux-next:
Oh for ordering maybe put drm-misc ahead of the other subtrees, -misc
is where nowadays a lot of refactorings and core changes land.
Probably doesn't matter in practice.
-Daniel
> drm-fixes git://git.freedesktop.org/git/drm/drm.git drm-fixes
> amdgpu-fixes git://people.freedesktop.org/~agd5f/linux drm-fixes
> drm-intel-fixes git://anongit.freedesktop.org/drm-intel for-linux-next-fixes
> drm-misc-fixes git://anongit.freedesktop.org/drm/drm-misc for-linux-next-fixes
> drm git://git.freedesktop.org/git/drm/drm.git drm-next
> amdgpu https://gitlab.freedesktop.org/agd5f/linux drm-next
> drm-intel git://anongit.freedesktop.org/drm-intel for-linux-next
> drm-tegra git://anongit.freedesktop.org/tegra/linux.git drm/tegra/for-next
> drm-misc git://anongit.freedesktop.org/drm/drm-misc for-linux-next
> drm-msm https://gitlab.freedesktop.org/drm/msm.git msm-next
> imx-drm https://git.pengutronix.de/git/pza/linux imx-drm/next
> etnaviv https://git.pengutronix.de/git/lst/linux etnaviv/next
>
> --
> Cheers,
> Stephen Rothwell
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2021-01-22 7:17 ` Daniel Vetter
@ 2021-01-22 7:29 ` Stephen Rothwell
2021-01-22 8:40 ` Daniel Vetter
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2021-01-22 7:29 UTC (permalink / raw)
To: Daniel Vetter
Cc: Dave Airlie, DRI, Linux Next Mailing List,
Linux Kernel Mailing List, Chris Wilson
[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]
Hi Daniel,
On Fri, 22 Jan 2021 08:17:58 +0100 Daniel Vetter <daniel@ffwll.ch> wrote:
>
> Hm that has been in drm-intel-gt-next for a few days, is that tree not
> in linux-next?
It is not.
These are the drm branches currently in linux-next:
drm-fixes git://git.freedesktop.org/git/drm/drm.git drm-fixes
amdgpu-fixes git://people.freedesktop.org/~agd5f/linux drm-fixes
drm-intel-fixes git://anongit.freedesktop.org/drm-intel for-linux-next-fixes
drm-misc-fixes git://anongit.freedesktop.org/drm/drm-misc for-linux-next-fixes
drm git://git.freedesktop.org/git/drm/drm.git drm-next
amdgpu https://gitlab.freedesktop.org/agd5f/linux drm-next
drm-intel git://anongit.freedesktop.org/drm-intel for-linux-next
drm-tegra git://anongit.freedesktop.org/tegra/linux.git drm/tegra/for-next
drm-misc git://anongit.freedesktop.org/drm/drm-misc for-linux-next
drm-msm https://gitlab.freedesktop.org/drm/msm.git msm-next
imx-drm https://git.pengutronix.de/git/pza/linux imx-drm/next
etnaviv https://git.pengutronix.de/git/lst/linux etnaviv/next
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2021-01-22 0:59 Stephen Rothwell
@ 2021-01-22 7:17 ` Daniel Vetter
2021-01-22 7:29 ` Stephen Rothwell
2021-02-01 1:55 ` Stephen Rothwell
1 sibling, 1 reply; 59+ messages in thread
From: Daniel Vetter @ 2021-01-22 7:17 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Dave Airlie, DRI, Linux Next Mailing List,
Linux Kernel Mailing List, Chris Wilson
On Fri, Jan 22, 2021 at 1:59 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> WARNING: unmet direct dependencies detected for DRM_I915_WERROR
> Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
> Selected by [m]:
> - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
>
> WARNING: unmet direct dependencies detected for DRM_I915_WERROR
> Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
> Selected by [m]:
> - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
>
> WARNING: unmet direct dependencies detected for DRM_I915_WERROR
> Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
> Selected by [m]:
> - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
>
> Maybe introduced by commit
>
> 4f86975f539d ("drm/i915: Add DEBUG_GEM to the recommended CI config")
Hm that has been in drm-intel-gt-next for a few days, is that tree not
in linux-next?
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2021-01-22 0:59 Stephen Rothwell
2021-01-22 7:17 ` Daniel Vetter
2021-02-01 1:55 ` Stephen Rothwell
0 siblings, 2 replies; 59+ messages in thread
From: Stephen Rothwell @ 2021-01-22 0:59 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Chris Wilson, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1000 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
WARNING: unmet direct dependencies detected for DRM_I915_WERROR
Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
Selected by [m]:
- DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
WARNING: unmet direct dependencies detected for DRM_I915_WERROR
Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
Selected by [m]:
- DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
WARNING: unmet direct dependencies detected for DRM_I915_WERROR
Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
Selected by [m]:
- DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]
Maybe introduced by commit
4f86975f539d ("drm/i915: Add DEBUG_GEM to the recommended CI config")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2020-11-05 7:02 Stephen Rothwell
@ 2020-11-16 0:01 ` Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2020-11-16 0:01 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Jani Nikula, Pankaj Bharadiya, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 864 bytes --]
Hi Stephen,
On Thu, 5 Nov 2020 18:02:50 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> After merging the drm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/gpu/drm-kms:466: drivers/gpu/drm/drm_crtc.c:236: WARNING: Unexpected indentation.
> Documentation/gpu/drm-kms:466: drivers/gpu/drm/drm_crtc.c:237: WARNING: Block quote ends without a blank line; unexpected unindent.
> Documentation/gpu/drm-kms:472: drivers/gpu/drm/drm_blend.c:203: WARNING: Unexpected indentation.
> Documentation/gpu/drm-kms:472: drivers/gpu/drm/drm_blend.c:204: WARNING: Block quote ends without a blank line; unexpected unindent.
>
> Introduced by commit
>
> 5c759eda9b04 ("drm: Introduce plane and CRTC scaling filter properties")
I am still getting these warnings.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2020-11-05 7:02 Stephen Rothwell
2020-11-16 0:01 ` Stephen Rothwell
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2020-11-05 7:02 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Jani Nikula, Pankaj Bharadiya, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 700 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/gpu/drm-kms:466: drivers/gpu/drm/drm_crtc.c:236: WARNING: Unexpected indentation.
Documentation/gpu/drm-kms:466: drivers/gpu/drm/drm_crtc.c:237: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/gpu/drm-kms:472: drivers/gpu/drm/drm_blend.c:203: WARNING: Unexpected indentation.
Documentation/gpu/drm-kms:472: drivers/gpu/drm/drm_blend.c:204: WARNING: Block quote ends without a blank line; unexpected unindent.
Introduced by commit
5c759eda9b04 ("drm: Introduce plane and CRTC scaling filter properties")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2020-09-23 3:36 Stephen Rothwell
2020-09-23 6:27 ` Tomi Valkeinen
@ 2020-10-01 9:47 ` Stephen Rothwell
1 sibling, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2020-10-01 9:47 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Swapnil Jakhade, Tomi Valkeinen, Jyri Sarha, Quentin Schulz,
Yuti Amonkar, Linux Next Mailing List, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 1426 bytes --]
Hi all,
On Wed, 23 Sep 2020 13:36:01 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_fw_activate':
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:751:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
> 751 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_attach':
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1692:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
> 1692 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_bridge_hpd_enable':
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2125:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
> 2125 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
>
> Introduced by commit
>
> fb43aa0acdfd ("drm: bridge: Add support for Cadence MHDP8546 DPI/DP bridge")
I am still getting these warnings ...
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2020-09-23 3:36 Stephen Rothwell
@ 2020-09-23 6:27 ` Tomi Valkeinen
2020-10-01 9:47 ` Stephen Rothwell
1 sibling, 0 replies; 59+ messages in thread
From: Tomi Valkeinen @ 2020-09-23 6:27 UTC (permalink / raw)
To: Stephen Rothwell, Dave Airlie, DRI
Cc: Swapnil Jakhade, Jyri Sarha, Quentin Schulz, Yuti Amonkar,
Linux Next Mailing List, Linux Kernel Mailing List
Hi Stephen,
On 23/09/2020 06:36, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_fw_activate':
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:751:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
> 751 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_attach':
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1692:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
> 1692 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_bridge_hpd_enable':
> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2125:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
> 2125 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
>
> Introduced by commit
>
> fb43aa0acdfd ("drm: bridge: Add support for Cadence MHDP8546 DPI/DP bridge")
>
Thanks. I think we can just do:
diff --git a/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c b/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
index 621ebdbff8a3..d0c65610ebb5 100644
--- a/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
+++ b/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
@@ -748,7 +748,7 @@ static int cdns_mhdp_fw_activate(const struct firmware *fw,
* bridge should already be detached.
*/
if (mhdp->bridge_attached)
- writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
+ writel(~(u32)CDNS_APB_INT_MASK_SW_EVENT_INT,
mhdp->regs + CDNS_APB_INT_MASK);
spin_unlock(&mhdp->start_lock);
@@ -1689,7 +1689,7 @@ static int cdns_mhdp_attach(struct drm_bridge *bridge,
/* Enable SW event interrupts */
if (hw_ready)
- writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
+ writel(~(u32)CDNS_APB_INT_MASK_SW_EVENT_INT,
mhdp->regs + CDNS_APB_INT_MASK);
return 0;
@@ -2122,7 +2122,7 @@ static void cdns_mhdp_bridge_hpd_enable(struct drm_bridge *bridge)
/* Enable SW event interrupts */
if (mhdp->bridge_attached)
- writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
+ writel(~(u32)CDNS_APB_INT_MASK_SW_EVENT_INT,
mhdp->regs + CDNS_APB_INT_MASK);
}
I'll send a patch.
Tomi
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
^ permalink raw reply related [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2020-09-23 3:36 Stephen Rothwell
2020-09-23 6:27 ` Tomi Valkeinen
2020-10-01 9:47 ` Stephen Rothwell
0 siblings, 2 replies; 59+ messages in thread
From: Stephen Rothwell @ 2020-09-23 3:36 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Swapnil Jakhade, Tomi Valkeinen, Jyri Sarha, Quentin Schulz,
Yuti Amonkar, Linux Next Mailing List, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_fw_activate':
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:751:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
751 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_attach':
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1692:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
1692 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_bridge_hpd_enable':
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2125:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
2125 | writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
Introduced by commit
fb43aa0acdfd ("drm: bridge: Add support for Cadence MHDP8546 DPI/DP bridge")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2020-05-11 3:47 Stephen Rothwell
@ 2020-05-11 4:04 ` Randy Dunlap
0 siblings, 0 replies; 59+ messages in thread
From: Randy Dunlap @ 2020-05-11 4:04 UTC (permalink / raw)
To: Stephen Rothwell, Dave Airlie, DRI
Cc: Linux Next Mailing List, Linux Kernel Mailing List,
Harigovindan P, Sam Ravnborg
On 5/10/20 8:47 PM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o
>
> Introduced by commit
>
> c7f66d32dd43 ("drm/panel: add support for rm69299 visionox panel")
>
I posted a patch last week:
https://lore.kernel.org/dri-devel/bbb7b3b3-9968-9a1f-8ef6-2e8e3be998f6@infradead.org/
--
~Randy
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2020-05-11 3:47 Stephen Rothwell
2020-05-11 4:04 ` Randy Dunlap
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2020-05-11 3:47 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Linux Next Mailing List, Linux Kernel Mailing List,
Harigovindan P, Sam Ravnborg
[-- Attachment #1: Type: text/plain, Size: 337 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o
Introduced by commit
c7f66d32dd43 ("drm/panel: add support for rm69299 visionox panel")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2019-02-01 0:53 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2019-02-01 0:53 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Linux Next Mailing List, Linux Kernel Mailing List, Josip Pavic,
Alex Deucher
[-- Attachment #1: Type: text/plain, Size: 1065 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:160:9: warning: #pragma pack (pop) encountered without matching #pragma pack (push) [-Wpragmas]
#pragma pack(pop)
^~~~
Introduced by commit
1411fd85416f ("Merge remote-tracking branch 'drm/drm-next'")
Commits
099139bef026 ("drm/amd/display: Pack DMCU iRAM alignment")
from Linus' tree and
c591d8429df2 ("drm/amd/display: Pack DMCU iRAM alignment")
from the drm tree are identical, but then commit
bf75572a2536 ("drm/amd/display: Create switching mechanism for ABM 2.2")
added more code before the "#pragma(pop)" and so git's automatic merge
resolution ended up adding the "#pragma(pop)" line twice.
I will fix up the merge resolution for tomorrow. This will need to be
reported to Linus when the drm tree is merged (or a back merge of
Linus' tree will need to be done - and well commented :-)).
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2018-06-25 4:22 Stephen Rothwell
@ 2018-06-25 4:22 ` Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2018-06-25 4:22 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Daniel Stone
[-- Attachment #1.1: Type: text/plain, Size: 180 bytes --]
Hi all,
On Mon, 25 Jun 2018 14:22:07 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Paul,
^^^^
Hmm, not Paul at all :-)
--
Cheers,
Stephen Rothwell
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2018-06-25 4:22 Stephen Rothwell
2018-06-25 4:22 ` Stephen Rothwell
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2018-06-25 4:22 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Daniel Stone
[-- Attachment #1.1: Type: text/plain, Size: 523 bytes --]
Hi Paul,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/gma500/mdfld_intel_display.c: In function 'mdfld__intel_pipe_set_base':
drivers/gpu/drm/gma500/mdfld_intel_display.c:170:26: warning: unused variable 'psbfb' [-Wunused-variable]
struct psb_framebuffer *psbfb = to_psb_fb(fb);
^~~~~
Introduced by commit
c7cbed560ce2 ("drm/gma500: Fix Medfield for drm_framebuffer move")
--
Cheers,
Stephen Rothwell
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2018-02-18 23:18 Stephen Rothwell
@ 2018-03-02 1:49 ` Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2018-03-02 1:49 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Michel Dänzer, Linux Kernel Mailing List,
Linux-Next Mailing List, Alex Deucher, Christian König,
Monk Liu
[-- Attachment #1.1: Type: text/plain, Size: 1200 bytes --]
Hi all,
On Mon, 19 Feb 2018 10:18:17 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the drm tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
>
> In file included from include/linux/list.h:9:0,
> from include/linux/wait.h:7,
> from include/linux/wait_bit.h:8,
> from include/linux/fs.h:6,
> from include/linux/highmem.h:5,
> from drivers/gpu/drm/drm_memory.c:36:
> drivers/gpu/drm/drm_memory.c: In function 'drm_get_max_iomem':
> include/linux/kernel.h:808:16: warning: comparison of distinct pointer types lacks a cast
> (void) (&max1 == &max2); \
> ^
> include/linux/kernel.h:817:2: note: in expansion of macro '__max'
> __max(typeof(x), typeof(y), \
> ^~~~~
> drivers/gpu/drm/drm_memory.c:159:15: note: in expansion of macro 'max'
> max_iomem = max(max_iomem, tmp->end);
> ^~~
>
> Introduced by commit
>
> 82626363a217 ("drm: add func to get max iomem address v2")
>
> tmp->end is a resource_size_t ...
I am still getting this warning ...
--
Cheers,
Stephen Rothwell
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2018-02-18 23:18 Stephen Rothwell
2018-03-02 1:49 ` Stephen Rothwell
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2018-02-18 23:18 UTC (permalink / raw)
To: Dave Airlie, DRI
Cc: Michel Dänzer, Linux Kernel Mailing List,
Linux-Next Mailing List, Alex Deucher, Christian König,
Monk Liu
[-- Attachment #1.1: Type: text/plain, Size: 1025 bytes --]
Hi all,
After merging the drm tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
In file included from include/linux/list.h:9:0,
from include/linux/wait.h:7,
from include/linux/wait_bit.h:8,
from include/linux/fs.h:6,
from include/linux/highmem.h:5,
from drivers/gpu/drm/drm_memory.c:36:
drivers/gpu/drm/drm_memory.c: In function 'drm_get_max_iomem':
include/linux/kernel.h:808:16: warning: comparison of distinct pointer types lacks a cast
(void) (&max1 == &max2); \
^
include/linux/kernel.h:817:2: note: in expansion of macro '__max'
__max(typeof(x), typeof(y), \
^~~~~
drivers/gpu/drm/drm_memory.c:159:15: note: in expansion of macro 'max'
max_iomem = max(max_iomem, tmp->end);
^~~
Introduced by commit
82626363a217 ("drm: add func to get max iomem address v2")
tmp->end is a resource_size_t ...
--
Cheers,
Stephen Rothwell
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2017-12-04 0:30 Stephen Rothwell
@ 2017-12-04 0:57 ` Dave Airlie
0 siblings, 0 replies; 59+ messages in thread
From: Dave Airlie @ 2017-12-04 0:57 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Dave Airlie, Linux-Next Mailing List, Linux Kernel Mailing List, DRI
On 4 December 2017 at 10:30, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
Oops, not sure how I missed it, force pushed drm-next with the merge fixed.
Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2017-12-04 0:30 Stephen Rothwell
2017-12-04 0:57 ` Dave Airlie
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2017-12-04 0:30 UTC (permalink / raw)
To: Dave Airlie, DRI; +Cc: Linux-Next Mailing List, Linux Kernel Mailing List
Hi all,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/i915/gvt/cmd_parser.c: In function 'perform_bb_shadow':
drivers/gpu/drm/i915/gvt/cmd_parser.c:1647:8: warning: unused variable 'dst' [-Wunused-variable]
void *dst = NULL;
^
Introduced by commit
93588e545a4f ("Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next")
this merge reintroduced the variable declaration removed by commit
f52c380a48f5 ("drm/i915/gvt: Refine shadow batch buffer")
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2017-06-19 1:40 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2017-06-19 1:40 UTC (permalink / raw)
To: Dave Airlie
Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Jani Nikula
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/i915/intel_dp.c:1551:12: warning: 'rate_to_index' defined but not used [-Wunused-function]
static int rate_to_index(int find, const int *rates)
^
Introduced by commit
925344ccc91d ("BackMerge tag 'v4.12-rc5' into drm-next")
This commit reintroduced the above function after it was renamed and
moved by commit
8001b7541aa7 ("drm/i915/dp: rename rate_to_index() to intel_dp_rate_index() and reuse")
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2017-05-19 2:10 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2017-05-19 2:10 UTC (permalink / raw)
To: Dave Airlie
Cc: Linux-Next Mailing List, Linux Kernel Mailing List,
Gustavo A. R. Silva, Daniel Vetter
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/gma500/mdfld_tpo_vid.c: In function 'tpo_vid_get_config_mode':
drivers/gpu/drm/gma500/mdfld_tpo_vid.c:34:31: warning: unused variable 'ti' [-Wunused-variable]
struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD;
^
Introduced by commit
94d7fb4982d2 ("gpu: drm: gma500: remove dead code")
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
[not found] ` <tencent_62AF37B85899E2EA593CCE3B@qq.com>
@ 2017-05-04 1:42 ` Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2017-05-04 1:42 UTC (permalink / raw)
To: Jeffy
Cc: Olof Johansson, Arnd Bergmann, linux-arm-kernel@lists.infradea,
: Dave Airlie, Sean Paul, Linux-NextMailing List,
Linux Kernel Mailing List
Hi Jeffy,
On Thu, 4 May 2017 09:18:12 +0800 "Jeffy" <jeffy.chen@rock-chips.com> wrote:
>
> it should be fixed by "Arnd Bergmann"<arnd@arndb.de>(thanks a lot by the way) in:
>
> 4a85aae multi_v7_defconfig: make Rockchip DRM drivers built-in
Thanks for the heads up, I will await the arm-soc merges.
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2017-05-03 22:33 Stephen Rothwell
[not found] ` <tencent_62AF37B85899E2EA593CCE3B@qq.com>
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2017-05-03 22:33 UTC (permalink / raw)
To: Olof Johansson, Arnd Bergmann, ARM
Cc: : Dave Airlie, Jeffy Chen, Sean Paul, Linux-Next Mailing List,
Linux Kernel Mailing List
Hi all,
Sorry that I did not notice this at the time ... This is now in Linus'
tree.
After merging the drm tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
arch/arm/configs/multi_v7_defconfig:596:warning: symbol value 'm' invalid for ROCKCHIP_ANALOGIX_DP
arch/arm/configs/multi_v7_defconfig:597:warning: symbol value 'm' invalid for ROCKCHIP_DW_HDMI
arch/arm/configs/multi_v7_defconfig:598:warning: symbol value 'm' invalid for ROCKCHIP_DW_MIPI_DSI
arch/arm/configs/multi_v7_defconfig:599:warning: symbol value 'm' invalid for ROCKCHIP_INNO_HDMI
Introduced by commit
8820b68bd378 ("drm/rockchip: Refactor the component match logic.")
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2015-06-04 12:31 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2015-06-04 12:31 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
./usr/include/linux/virtio_gpu.h:184: found __[us]{8,16,32,64} type without #include <linux/types.h>
Add virtio gpu driver
Introduced by commit dc5698e80cf7 ("Add virtio gpu driver").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2015-05-20 6:31 Stephen Rothwell
@ 2015-05-20 19:51 ` Russell King - ARM Linux
0 siblings, 0 replies; 59+ messages in thread
From: Russell King - ARM Linux @ 2015-05-20 19:51 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Dave Airlie, linux-next, linux-kernel
On Wed, May 20, 2015 at 04:31:56PM +1000, Stephen Rothwell wrote:
> Hi Dave,
>
> After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_avi':
> drivers/gpu/drm/i2c/tda998x_drv.c:647:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t' [-Wformat=]
> dev_err(&priv->hdmi->dev, "hdmi_avi_infoframe_pack() failed: %d\n", len);
> ^
>
> Introduced by commit 8c7a075da9f7 ("drm/i2c: tda998x: use drm_hdmi_avi_infoframe_from_display_mode()").
Thanks, I'll test a fix tonight and send it along in the next few days.
--
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2015-05-20 6:54 Stephen Rothwell
@ 2015-05-20 11:49 ` Sergey Senozhatsky
0 siblings, 0 replies; 59+ messages in thread
From: Sergey Senozhatsky @ 2015-05-20 11:49 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Dave Airlie, linux-next, linux-kernel, Daniel Stone,
Daniel Vetter, Maarten Lankhorst
On (05/20/15 16:54), Stephen Rothwell wrote:
> After merging the drm tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> drivers/gpu/drm/drm_crtc.c:4324:13: warning: 'drm_property_unreference_blob_locked' defined but not used [-Wunused-function]
> static void drm_property_unreference_blob_locked(struct drm_property_blob *blob)
> ^
>
> Introduced by commit 6bcacf51d050 ("drm: Add reference counting to blob
> properties").
>
> This has been happening for a while. I assumed a user for this new API
> would come along, but it hasn't ...
Hello Stephen,
http://mid.gmane.org/CAPj87rMPtafeYNzgXoP+fx0dAqhwaD7kdnJgqb_vdbPtiOrXPg@mail.gmail.com
-ss
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2015-05-20 6:54 Stephen Rothwell
2015-05-20 11:49 ` Sergey Senozhatsky
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2015-05-20 6:54 UTC (permalink / raw)
To: Dave Airlie
Cc: linux-next, linux-kernel, Daniel Stone, Daniel Vetter, Maarten Lankhorst
[-- Attachment #1: Type: text/plain, Size: 615 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/gpu/drm/drm_crtc.c:4324:13: warning: 'drm_property_unreference_blob_locked' defined but not used [-Wunused-function]
static void drm_property_unreference_blob_locked(struct drm_property_blob *blob)
^
Introduced by commit 6bcacf51d050 ("drm: Add reference counting to blob
properties").
This has been happening for a while. I assumed a user for this new API
would come along, but it hasn't ...
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2015-05-20 6:31 Stephen Rothwell
2015-05-20 19:51 ` Russell King - ARM Linux
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2015-05-20 6:31 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel, Russell King
[-- Attachment #1: Type: text/plain, Size: 587 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_avi':
drivers/gpu/drm/i2c/tda998x_drv.c:647:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t' [-Wformat=]
dev_err(&priv->hdmi->dev, "hdmi_avi_infoframe_pack() failed: %d\n", len);
^
Introduced by commit 8c7a075da9f7 ("drm/i2c: tda998x: use drm_hdmi_avi_infoframe_from_display_mode()").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: linux-next: build warning after merge of the drm tree
2013-06-28 3:30 Stephen Rothwell
@ 2013-06-28 3:33 ` Dave Airlie
0 siblings, 0 replies; 59+ messages in thread
From: Dave Airlie @ 2013-06-28 3:33 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Paul Bolle
>
> After merging the drm tree, today's linux-next builds (powerpc
> ppc64_defconfig and x86_64 allmodconfig) produced this warning:
Latest -next tree just drops that FB_OMAP2 dep completely.
too much hassle.
Thanks,
Dave.
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2013-06-28 3:30 Stephen Rothwell
2013-06-28 3:33 ` Dave Airlie
0 siblings, 1 reply; 59+ messages in thread
From: Stephen Rothwell @ 2013-06-28 3:30 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel, Paul Bolle
[-- Attachment #1: Type: text/plain, Size: 664 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next builds (powerpc
ppc64_defconfig and x86_64 allmodconfig) produced this warning:
drivers/video/Kconfig:42:error: recursive dependency detected!
drivers/video/Kconfig:42: symbol FB is selected by DRM_KMS_HELPER
drivers/gpu/drm/Kconfig:29: symbol DRM_KMS_HELPER is selected by DRM_OMAP
drivers/gpu/drm/omapdrm/Kconfig:2: symbol DRM_OMAP depends on FB_OMAP2
drivers/video/omap2/omapfb/Kconfig:1: symbol FB_OMAP2 depends on FB
Probably revealed by commit dc8de1ae7f59 ("drm/omap: change "!
CONFIG_FB_OMAP2" to "!FB_OMAP2"").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2012-05-08 5:08 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2012-05-08 5:08 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel, Alan Cox
[-- Attachment #1: Type: text/plain, Size: 417 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/gma500/opregion.c: In function 'asle_set_backlight':
drivers/gpu/drm/gma500/opregion.c:154:6: warning: unused variable 'max' [-Wunused-variable]
Introduced by commit d839ede47a56 ("gma500: opregion and ACPI").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2011-11-28 2:41 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2011-11-28 2:41 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel, Alan Cox
[-- Attachment #1: Type: text/plain, Size: 831 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/gma500/framebuffer.c: At top level:
drivers/gpu/drm/gma500/framebuffer.c:669:2: warning: initialization from incompatible pointer type [enabled by default]
drivers/gpu/drm/gma500/framebuffer.c:669:2: warning: (near initialization for 'psb_mode_funcs.fb_create') [enabled by default]
Caused by commit 4d8d096e9ae8 ("gma500: introduce the framebuffer support
code") interacting with commit 308e5bcbdb10 ("drm: add an fb creation
ioctl that takes a pixel format v5"). Again this should have been fixed
up in commit b63e0f9cb433 ("Merge branch 'drm-gma500-alanc' into
drm-core-next").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2011-11-28 2:36 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2011-11-28 2:36 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel, Alan Cox, Jesse Barnes
[-- Attachment #1: Type: text/plain, Size: 948 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/gma500/framebuffer.c: In function 'psb_framebuffer_init':
drivers/gpu/drm/gma500/framebuffer.c:264:2: warning: passing argument 2 of 'drm_helper_mode_fill_fb_struct' from incompatible pointer type [enabled by default]
include/drm/drm_crtc_helper.h:121:12: note: expected 'struct drm_mode_fb_cmd2 *' but argument is of type 'struct drm_mode_fb_cmd *'
Caused by commit 4d8d096e9ae8 ("gma500: introduce the framebuffer support
code") interacting with commit 308e5bcbdb10 ("drm: add an fb creation
ioctl that takes a pixel format v5"). The version in staging was fixed
up, but not this version (which should been done during commit
b63e0f9cb433 ("Merge branch 'drm-gma500-alanc' into drm-core-next")).
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2011-05-12 2:14 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2011-05-12 2:14 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
arch/x86/kernel/apic/x2apic_uv_x.c: In function 'uv_system_init':
arch/x86/kernel/apic/x2apic_uv_x.c:815: warning: passing argument 1 of 'pci_register_set_vga_state' from incompatible pointer type
include/linux/pci.h:1085: note: expected 'arch_set_vga_state_t' but argument is of type 'int (*)(struct pci_dev *, bool, unsigned int, bool)'
Introduced by commit 3448a19da479 ("vgaarb: use bridges to control VGA
routing where possible).
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2010-03-01 7:14 Stephen Rothwell
0 siblings, 0 replies; 59+ messages in thread
From: Stephen Rothwell @ 2010-03-01 7:14 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-next, linux-kernel, Pauli Nieminen
[-- Attachment #1: Type: text/plain, Size: 577 bytes --]
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/gpu/drm/radeon/r300_cmdbuf.c: In function 'r300_do_cp_cmdbuf':
drivers/gpu/drm/radeon/r300_cmdbuf.c:1154: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
Introduced by commit b4fe945405e477cded91772b4fec854705443dd5
("drm/radeon: Fix memory allocation failures in the preKMS command stream
checking").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 59+ messages in thread
end of thread, other threads:[~2023-02-03 12:32 UTC | newest]
Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-19 5:50 linux-next: build warning after merge of the drm tree Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2023-02-03 2:46 Stephen Rothwell
2023-02-03 12:32 ` Gustavo Sousa
2023-01-05 3:43 Stephen Rothwell
2023-01-05 3:21 Stephen Rothwell
2023-01-05 3:17 Stephen Rothwell
2022-11-07 3:29 Stephen Rothwell
2022-11-07 20:31 ` John Harrison
2022-02-02 4:10 Stephen Rothwell
2022-03-02 1:32 ` Stephen Rothwell
2022-02-02 4:02 Stephen Rothwell
2022-02-02 4:03 ` Stephen Rothwell
2022-02-02 8:38 ` Hans de Goede
2022-02-04 19:29 ` Rajat Jain
2022-03-02 1:34 ` Stephen Rothwell
2022-03-02 10:32 ` Hans de Goede
2022-03-02 11:38 ` Stephen Rothwell
2021-04-01 7:19 Stephen Rothwell
2021-04-21 6:28 ` Stephen Rothwell
2021-03-17 7:42 Stephen Rothwell
2021-03-17 2:53 Stephen Rothwell
2021-01-22 0:59 Stephen Rothwell
2021-01-22 7:17 ` Daniel Vetter
2021-01-22 7:29 ` Stephen Rothwell
2021-01-22 8:40 ` Daniel Vetter
2021-10-27 12:12 ` Joonas Lahtinen
2021-10-27 20:51 ` Stephen Rothwell
2021-10-28 9:16 ` Joonas Lahtinen
2021-02-01 1:55 ` Stephen Rothwell
2020-11-05 7:02 Stephen Rothwell
2020-11-16 0:01 ` Stephen Rothwell
2020-09-23 3:36 Stephen Rothwell
2020-09-23 6:27 ` Tomi Valkeinen
2020-10-01 9:47 ` Stephen Rothwell
2020-05-11 3:47 Stephen Rothwell
2020-05-11 4:04 ` Randy Dunlap
2019-02-01 0:53 Stephen Rothwell
2018-06-25 4:22 Stephen Rothwell
2018-06-25 4:22 ` Stephen Rothwell
2018-02-18 23:18 Stephen Rothwell
2018-03-02 1:49 ` Stephen Rothwell
2017-12-04 0:30 Stephen Rothwell
2017-12-04 0:57 ` Dave Airlie
2017-06-19 1:40 Stephen Rothwell
2017-05-19 2:10 Stephen Rothwell
2017-05-03 22:33 Stephen Rothwell
[not found] ` <tencent_62AF37B85899E2EA593CCE3B@qq.com>
2017-05-04 1:42 ` Stephen Rothwell
2015-06-04 12:31 Stephen Rothwell
2015-05-20 6:54 Stephen Rothwell
2015-05-20 11:49 ` Sergey Senozhatsky
2015-05-20 6:31 Stephen Rothwell
2015-05-20 19:51 ` Russell King - ARM Linux
2013-06-28 3:30 Stephen Rothwell
2013-06-28 3:33 ` Dave Airlie
2012-05-08 5:08 Stephen Rothwell
2011-11-28 2:41 Stephen Rothwell
2011-11-28 2:36 Stephen Rothwell
2011-05-12 2:14 Stephen Rothwell
2010-03-01 7:14 Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).