public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx]  ✗ Fi.CI.BUILD: failure for drm/fb-helper: Untangle fbdev emulation and helpers (rev2)
Date: Mon, 24 Oct 2022 13:58:24 +0200	[thread overview]
Message-ID: <cfd232dc-4d33-af3c-af4e-e61f31c7d3ba@suse.de> (raw)
In-Reply-To: <166661240358.3424.3188461299827002921@emeril.freedesktop.org>


[-- Attachment #1.1: Type: text/plain, Size: 1811 bytes --]



Am 24.10.22 um 13:53 schrieb Patchwork:
> == Series Details ==
> 
> Series: drm/fb-helper: Untangle fbdev emulation and helpers (rev2)
> URL   : https://patchwork.freedesktop.org/series/109942/
> State : failure
> 
> == Summary ==
> 
> Error: make failed
>    CALL    scripts/checksyscalls.sh
>    DESCEND objtool
>    CC [M]  drivers/gpu/drm/amd/amdgpu/amdgpu_drv.o
> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c: In function ‘amdgpu_pci_probe’:
> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:2135:4: error: implicit declaration of function ‘drm_fbdev_generic_setup’; did you mean ‘drm_mode_get_tile_group’? [-Werror=implicit-function-declaration]

Probably still needs to include drm_fbdev.h. Will be fixed in the next rev.

>      drm_fbdev_generic_setup(adev_to_drm(adev), 8);
>      ^~~~~~~~~~~~~~~~~~~~~~~
>      drm_mode_get_tile_group
> cc1: some warnings being treated as errors
> scripts/Makefile.build:250: recipe for target 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.o' failed
> make[5]: *** [drivers/gpu/drm/amd/amdgpu/amdgpu_drv.o] Error 1
> scripts/Makefile.build:500: recipe for target 'drivers/gpu/drm/amd/amdgpu' failed
> make[4]: *** [drivers/gpu/drm/amd/amdgpu] Error 2
> scripts/Makefile.build:500: recipe for target 'drivers/gpu/drm' failed
> make[3]: *** [drivers/gpu/drm] Error 2
> scripts/Makefile.build:500: recipe for target 'drivers/gpu' failed
> make[2]: *** [drivers/gpu] Error 2
> scripts/Makefile.build:500: recipe for target 'drivers' failed
> make[1]: *** [drivers] Error 2
> Makefile:1992: recipe for target '.' failed
> make: *** [.] Error 2
> 
> 

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Ivo Totev

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

      reply	other threads:[~2022-10-24 11:58 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-24 11:19 [Intel-gfx] [PATCH v2 00/21] drm/fb-helper: Untangle fbdev emulation and helpers Thomas Zimmermann
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 01/21] drm/komeda: Don't set struct drm_driver.lastclose Thomas Zimmermann
2022-10-31 11:58   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 02/21] drm/mcde: " Thomas Zimmermann
2022-10-31 11:59   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 03/21] drm/vboxvideo: " Thomas Zimmermann
2022-10-31 12:00   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 04/21] drm/amdgpu: Don't set struct drm_driver.output_poll_changed Thomas Zimmermann
2022-10-31 12:08   ` Javier Martinez Canillas
2022-10-31 12:13   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 05/21] drm/imx/dcss: " Thomas Zimmermann
2022-10-31 12:16   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 06/21] drm/ingenic: " Thomas Zimmermann
2022-10-31 12:17   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 07/21] drm/logicvc: " Thomas Zimmermann
2022-10-31 12:18   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 08/21] drm/rockchip: " Thomas Zimmermann
2022-10-31 12:19   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 09/21] drm/panel-ili9341: Include <linux/backlight.h> Thomas Zimmermann
2022-10-31 12:21   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 10/21] drm/tve200: Include <linux/of.h> Thomas Zimmermann
2022-10-31 12:22   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 11/21] drm/fb-helper: Cleanup include statements in header file Thomas Zimmermann
2022-10-31 12:23   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper Thomas Zimmermann
2022-10-31 12:25   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix Thomas Zimmermann
2022-10-31 12:26   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() " Thomas Zimmermann
2022-10-31 13:27   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 15/21] drm/fb-helper: Disconnect damage worker from update logic Thomas Zimmermann
2022-11-02  9:03   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 16/21] drm/fb-helper: Call fb_sync in I/O functions Thomas Zimmermann
2022-11-02  9:05   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation Thomas Zimmermann
2022-11-02  9:32   ` Javier Martinez Canillas
2022-11-02 10:33     ` Thomas Zimmermann
2022-11-02 10:46       ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 18/21] drm/fb_helper: Minimize damage-helper overhead Thomas Zimmermann
2022-11-02  9:39   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 19/21] drm/fb-helper: Always initialize generic fbdev emulation Thomas Zimmermann
2022-11-02  9:40   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file Thomas Zimmermann
2022-11-02 10:01   ` Javier Martinez Canillas
2022-10-24 11:19 ` [Intel-gfx] [PATCH v2 21/21] drm/fb-helper: Remove unnecessary include statements Thomas Zimmermann
2022-11-02 10:02   ` Javier Martinez Canillas
2022-10-24 11:53 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/fb-helper: Untangle fbdev emulation and helpers (rev2) Patchwork
2022-10-24 11:58   ` Thomas Zimmermann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cfd232dc-4d33-af3c-af4e-e61f31c7d3ba@suse.de \
    --to=tzimmermann@suse.de \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox