From: Jani Nikula <jani.nikula@linux.intel.com>
To: Patchwork <patchwork@emeril.freedesktop.org>,
Shashank Sharma <shashank.sharma@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ Fi.CI.BAT: failure for Enable lspcon support for GEN9 devices (rev5)
Date: Fri, 14 Oct 2016 16:39:55 +0300 [thread overview]
Message-ID: <87k2dbuk0k.fsf@intel.com> (raw)
In-Reply-To: <20161014123122.21778.6787@emeril.freedesktop.org>
On Fri, 14 Oct 2016, Patchwork <patchwork@emeril.freedesktop.org> wrote:
> == Series Details ==
>
> Series: Enable lspcon support for GEN9 devices (rev5)
> URL : https://patchwork.freedesktop.org/series/8024/
> State : failure
>
> == Summary ==
>
> LD drivers/thermal/built-in.o
> LD drivers/iommu/built-in.o
> LD [M] drivers/net/ethernet/intel/e1000e/e1000e.o
> In file included from drivers/gpu/drm/i915/intel_drv.h:32:0,
> from drivers/gpu/drm/i915/intel_lspcon.c:28:
> drivers/gpu/drm/i915/intel_lspcon.c: In function ‘lspcon_resume’:
> drivers/gpu/drm/i915/i915_drv.h:2748:41: error: ‘struct drm_device’ has no member named ‘info’
> #define IS_GEN9(dev_priv) (!!((dev_priv)->info.gen_mask & BIT(8)))
> ^
> drivers/gpu/drm/i915/intel_lspcon.c:117:6: note: in expansion of macro ‘IS_GEN9’
> if (IS_GEN9(dev)) {
> ^
> drivers/gpu/drm/i915/intel_lspcon.c: In function ‘lspcon_init’:
> drivers/gpu/drm/i915/i915_drv.h:2748:41: error: ‘struct drm_device’ has no member named ‘info’
> #define IS_GEN9(dev_priv) (!!((dev_priv)->info.gen_mask & BIT(8)))
> ^
> drivers/gpu/drm/i915/intel_lspcon.c:136:7: note: in expansion of macro ‘IS_GEN9’
> if (!IS_GEN9(dev)) {
> ^
This conflicts with Tvrtko's recent changes to only accept dev_priv
pointers in various macros.
I hope we can apply patch 3/5 first to add debug logging. I posted the
rebased version of that [1].
BR,
Jani.
[1] http://patchwork.freedesktop.org/patch/msgid/1476452135-31763-1-git-send-email-jani.nikula@intel.com
> scripts/Makefile.build:289: recipe for target 'drivers/gpu/drm/i915/intel_lspcon.o' failed
> make[4]: *** [drivers/gpu/drm/i915/intel_lspcon.o] Error 1
> make[4]: *** Waiting for unfinished jobs....
> LD [M] drivers/net/ethernet/intel/igb/igb.o
> LD [M] drivers/net/ethernet/broadcom/genet/genet.o
> LD fs/btrfs/built-in.o
> LD drivers/tty/serial/8250/built-in.o
> LD drivers/tty/serial/built-in.o
> LD drivers/scsi/built-in.o
> LD drivers/tty/vt/built-in.o
> LD drivers/video/fbdev/core/fb.o
> LD drivers/tty/built-in.o
> LD drivers/video/fbdev/core/built-in.o
> LD drivers/video/fbdev/built-in.o
> LD drivers/video/built-in.o
> LD fs/ext4/ext4.o
> LD drivers/usb/core/usbcore.o
> LD drivers/usb/core/built-in.o
> LD net/core/built-in.o
> LD fs/ext4/built-in.o
> LD fs/built-in.o
> AR lib/lib.a
> CC arch/x86/kernel/cpu/capflags.o
> LD arch/x86/kernel/cpu/built-in.o
> LD arch/x86/kernel/built-in.o
> LD arch/x86/built-in.o
> LD drivers/usb/host/xhci-hcd.o
> LD drivers/usb/host/built-in.o
> LD drivers/usb/built-in.o
> LD net/ipv4/built-in.o
> LD net/built-in.o
> LD drivers/net/ethernet/built-in.o
> LD drivers/net/built-in.o
> scripts/Makefile.build:440: recipe for target 'drivers/gpu/drm/i915' failed
> make[3]: *** [drivers/gpu/drm/i915] Error 2
> scripts/Makefile.build:440: recipe for target 'drivers/gpu/drm' failed
> make[2]: *** [drivers/gpu/drm] Error 2
> scripts/Makefile.build:440: recipe for target 'drivers/gpu' failed
> make[1]: *** [drivers/gpu] Error 2
> Makefile:968: recipe for target 'drivers' failed
> make: *** [drivers] Error 2
>
> Full logs at /archive/deploy/logs/Patchwork_2717
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-10-14 13:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-14 9:24 [PATCH v5 0/5] Enable lspcon support for GEN9 devices Shashank Sharma
2016-10-14 9:24 ` [PATCH v5 1/5] drm: Helper for lspcon in drm_dp_dual_mode Shashank Sharma
2016-10-14 9:24 ` [PATCH v5 2/5] drm/i915: Add lspcon support for I915 driver Shashank Sharma
2016-10-14 9:24 ` [PATCH v5 3/5] drm/i915: Parse VBT data for lspcon Shashank Sharma
2016-10-14 9:24 ` [PATCH v5 4/5] drm/i915: Enable lspcon initialization Shashank Sharma
2016-10-14 9:24 ` [PATCH v5 5/5] drm/i915: Add lspcon resume function Shashank Sharma
2016-10-14 9:26 ` Imre Deak
2016-10-14 12:35 ` Sharma, Shashank
2016-10-14 12:31 ` ✗ Fi.CI.BAT: failure for Enable lspcon support for GEN9 devices (rev5) Patchwork
2016-10-14 13:39 ` Jani Nikula [this message]
2016-10-14 13:41 ` Sharma, Shashank
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=87k2dbuk0k.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=patchwork@emeril.freedesktop.org \
--cc=shashank.sharma@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.