All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Gustavo Padovan <gustavo@padovan.org>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for drm: add asynchrounous plane update (rev4)
Date: Wed, 28 Jun 2017 20:58:56 -0000	[thread overview]
Message-ID: <20170628205856.27699.56520@emeril.freedesktop.org> (raw)
In-Reply-To: <20170628205500.8015-1-gustavo@padovan.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

  parent reply	other threads:[~2017-06-28 20:58 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 ` Patchwork [this message]
2017-06-28 21:16   ` ✗ Fi.CI.BAT: failure for drm: add asynchrounous plane update (rev4) Gustavo Padovan
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=20170628205856.27699.56520@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=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.