All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/rect: Return scaling factor and error code separately
Date: Thu, 19 Sep 2019 17:23:46 -0000	[thread overview]
Message-ID: <20190919172346.23912.88738@emeril.freedesktop.org> (raw)
In-Reply-To: <20190919141904.15840-1-ville.syrjala@linux.intel.com>

== Series Details ==

Series: series starting with [1/3] drm/rect: Return scaling factor and error code separately
URL   : https://patchwork.freedesktop.org/series/66935/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
d1d7588e302a drm/rect: Return scaling factor and error code separately
603f052ff944 drm/atomic: Pimp the debugs for scaling fails
-:85: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#85: FILE: include/drm/drm_rect.h:68:
+#define DRM_FP_ARG(f) (f) >> 16, (((f) & 0xffff) * (1000000 >> (16 - 10))) >> 10

-:85: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'f' - possible side-effects?
#85: FILE: include/drm/drm_rect.h:68:
+#define DRM_FP_ARG(f) (f) >> 16, (((f) & 0xffff) * (1000000 >> (16 - 10))) >> 10

total: 1 errors, 0 warnings, 1 checks, 77 lines checked
de2570e1ebf9 drm/atomic-helper: Improve drm_atomic_helper_check_plane_state() debugs

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2019-09-19 17:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-19 14:19 [PATCH 1/3] drm/rect: Return scaling factor and error code separately Ville Syrjala
2019-09-19 14:19 ` [PATCH 2/3] drm/atomic: Pimp the debugs for scaling fails Ville Syrjala
2019-09-19 14:19 ` [PATCH 3/3] drm/atomic-helper: Improve drm_atomic_helper_check_plane_state() debugs Ville Syrjala
2019-09-19 17:23 ` Patchwork [this message]
2019-09-19 17:50 ` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/rect: Return scaling factor and error code separately Patchwork
2019-09-20  4:15 ` ✗ Fi.CI.IGT: failure " Patchwork

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=20190919172346.23912.88738@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=ville.syrjala@linux.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.