On Fri, 14 Oct 2016, Patchwork <patchw...@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.nik...@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

Reply via email to