All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Padovan <gustavo@padovan.org>
To: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ Fi.CI.BAT: failure for drm: add asynchrounous plane update (rev4)
Date: Wed, 28 Jun 2017 18:16:50 -0300	[thread overview]
Message-ID: <20170628211650.GA21655@jade> (raw)
In-Reply-To: <20170628205856.27699.56520@emeril.freedesktop.org>

This patch is meant for drm-misc, where the changes to
intel_plane->update_plane() and intel_plane->disable_plane() are not
present, so this patchset just builds fine there.

2017-06-28 Patchwork <patchwork@emeril.freedesktop.org>:

> == Series Details ==
> 
> Series: drm: add asynchrounous plane update (rev4)
> URL   : https://patchwork.freedesktop.org/series/25814/
> State : failure
> 
> == Summary ==
> 
>   CHK     include/config/kernel.release
>   CHK     include/generated/uapi/linux/version.h
>   CHK     include/generated/utsrelease.h
>   CHK     include/generated/bounds.h
>   CHK     include/generated/timeconst.h
>   CHK     include/generated/asm-offsets.h
>   CALL    scripts/checksyscalls.sh
>   CHK     scripts/mod/devicetable-offsets.h
>   CHK     include/generated/compile.h
>   CHK     kernel/config_data.h
>   CC [M]  drivers/gpu/drm/i915/intel_atomic_plane.o
> drivers/gpu/drm/i915/intel_atomic_plane.c: In function ‘intel_plane_atomic_async_update’:
> drivers/gpu/drm/i915/intel_atomic_plane.c:291:29: error: passing argument 1 of ‘intel_plane->update_plane’ from incompatible pointer type [-Werror=incompatible-pointer-types]
>    intel_plane->update_plane(plane,
>                              ^
> drivers/gpu/drm/i915/intel_atomic_plane.c:291:29: note: expected ‘struct intel_plane *’ but argument is of type ‘struct drm_plane *’
> drivers/gpu/drm/i915/intel_atomic_plane.c:296:30: error: passing argument 1 of ‘intel_plane->disable_plane’ from incompatible pointer type [-Werror=incompatible-pointer-types]
>    intel_plane->disable_plane(plane, crtc);
>                               ^
> drivers/gpu/drm/i915/intel_atomic_plane.c:296:30: note: expected ‘struct intel_plane *’ but argument is of type ‘struct drm_plane *’
> drivers/gpu/drm/i915/intel_atomic_plane.c:296:37: error: passing argument 2 of ‘intel_plane->disable_plane’ from incompatible pointer type [-Werror=incompatible-pointer-types]
>    intel_plane->disable_plane(plane, crtc);
>                                      ^
> drivers/gpu/drm/i915/intel_atomic_plane.c:296:37: note: expected ‘struct intel_crtc *’ but argument is of type ‘struct drm_crtc *’
> cc1: all warnings being treated as errors
> scripts/Makefile.build:302: recipe for target 'drivers/gpu/drm/i915/intel_atomic_plane.o' failed
> make[4]: *** [drivers/gpu/drm/i915/intel_atomic_plane.o] Error 1
> scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm/i915' failed
> make[3]: *** [drivers/gpu/drm/i915] Error 2
> scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm' failed
> make[2]: *** [drivers/gpu/drm] Error 2
> scripts/Makefile.build:561: recipe for target 'drivers/gpu' failed
> make[1]: *** [drivers/gpu] Error 2
> Makefile:1016: recipe for target 'drivers' failed
> make: *** [drivers] Error 2
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2017-06-28 21:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-28 20:54 [PATCH v3 0/6] drm: add asynchrounous plane update Gustavo Padovan
2017-06-28 20:54 ` [PATCH v3 1/6] drm/atomic: initial support for asynchronous " Gustavo Padovan
2017-06-30  7:30   ` Daniel Vetter
2017-06-30  7:49     ` Daniel Vetter
2017-06-28 20:54 ` [PATCH v3 2/6] drm/i915: update cursors asynchronously through atomic Gustavo Padovan
2017-06-30  7:27   ` Daniel Vetter
2017-06-28 20:54 ` [PATCH v3 3/6] drm/i915: remove intel_cursor_plane_funcs Gustavo Padovan
2017-06-28 20:54 ` [PATCH v3 4/6] drm/msm: update cursors asynchronously through atomic Gustavo Padovan
2017-06-28 20:54 ` [PATCH v3 5/6] drm/msm: remove mdp5_cursor_plane_funcs Gustavo Padovan
2017-06-28 20:55 ` [PATCH v3 6/6] drm/vc4: update cursors asynchronously through atomic Gustavo Padovan
2017-06-28 20:58 ` ✗ Fi.CI.BAT: failure for drm: add asynchrounous plane update (rev4) Patchwork
2017-06-28 21:16   ` Gustavo Padovan [this message]
2017-06-29  8:51     ` Daniel Vetter

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=20170628211650.GA21655@jade \
    --to=gustavo@padovan.org \
    --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 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.