All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Lucas De Marchi" <lucas.demarchi@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Use str_yes_no()
Date: Sat, 26 Feb 2022 02:51:43 -0000	[thread overview]
Message-ID: <164584390395.9642.411044456469838058@emeril.freedesktop.org> (raw)
In-Reply-To: <20220225234631.3725943-1-lucas.demarchi@intel.com>

== Series Details ==

Series: series starting with [CI,1/4] drm/i915: Use str_yes_no()
URL   : https://patchwork.freedesktop.org/series/100771/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
3baaea15643a drm/i915: Use str_yes_no()
-:333: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#333: FILE: drivers/gpu/drm/i915/display/intel_display_trace.h:213:
+		      str_yes_no(__entry->cxsr), __entry->sr_plane, __entry->sr_cursor, __entry->sr_fbc,

-:334: WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#334: FILE: drivers/gpu/drm/i915/display/intel_display_trace.h:214:
+		      str_yes_no(__entry->hpll), __entry->hpll_plane, __entry->hpll_cursor, __entry->hpll_fbc,

-:553: WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#553: FILE: drivers/gpu/drm/i915/gt/intel_engine_cs.c:1645:
+			   str_yes_no(test_bit(TASKLET_STATE_SCHED, &engine->sched_engine->tasklet.state)),

-:730: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#730: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c:316:
+			   str_yes_no((rpmodectl & GEN6_RP_MEDIA_MODE_MASK) == GEN6_RP_MEDIA_SW_MODE));

-:746: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#746: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c:425:
+			   str_yes_no((rpmodectl & GEN6_RP_MEDIA_MODE_MASK) == GEN6_RP_MEDIA_SW_MODE));

-:1185: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'name' may be better as '(name)' to avoid precedence issues
#1185: FILE: drivers/gpu/drm/i915/intel_device_info.c:115:
+#define PRINT_FLAG(name) drm_printf(p, "%s: %s\n", #name, str_yes_no(info->name))

total: 0 errors, 5 warnings, 1 checks, 1085 lines checked
430ef6626a87 drm/i915: Use str_enable_disable()
68f7ba709078 drm/i915: Use str_enabled_disabled()
b80226768084 drm/i915: Use str_on_off()



  parent reply	other threads:[~2022-02-26  2:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-25 23:46 [CI 1/4] drm/i915: Use str_yes_no() Lucas De Marchi
2022-02-25 23:46 ` [Intel-gfx] " Lucas De Marchi
2022-02-25 23:46 ` [CI 2/4] drm/i915: Use str_enable_disable() Lucas De Marchi
2022-02-25 23:46   ` [Intel-gfx] " Lucas De Marchi
2022-02-25 23:46 ` [CI 3/4] drm/i915: Use str_enabled_disabled() Lucas De Marchi
2022-02-25 23:46   ` [Intel-gfx] " Lucas De Marchi
2022-02-25 23:46 ` [CI 4/4] drm/i915: Use str_on_off() Lucas De Marchi
2022-02-25 23:46   ` [Intel-gfx] " Lucas De Marchi
2022-02-26  2:51 ` Patchwork [this message]
2022-02-26  2:52 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/4] drm/i915: Use str_yes_no() Patchwork
2022-02-26  3:22 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-02-28 23:23 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Use str_yes_no() (rev2) Patchwork
2022-02-28 23:24 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-02-28 23:57 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-03-01 10:40 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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=164584390395.9642.411044456469838058@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lucas.demarchi@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.