Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Karthik B S <karthik.b.s@intel.com>, intel-gfx@lists.freedesktop.org
Cc: kbuild-all@lists.01.org, paulo.r.zanoni@intel.com,
	dri-devel@lists.freedesktop.org, daniel.vetter@intel.com,
	nicholas.kazlauskas@amd.com
Subject: Re: [Intel-gfx] [PATCH v4 1/5] drm/i915: Add enable/disable flip done and flip done handler
Date: Tue, 14 Jul 2020 11:40:01 +0800	[thread overview]
Message-ID: <202007141121.cq6joRLS%lkp@intel.com> (raw)
In-Reply-To: <20200714012725.18383-2-karthik.b.s@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1655 bytes --]

Hi Karthik,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on drm-intel/for-linux-next]
[also build test WARNING on drm-tip/drm-tip drm-exynos/exynos-drm-next tegra-drm/drm/tegra/for-next v5.8-rc5 next-20200713]
[cannot apply to drm/drm-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Karthik-B-S/Asynchronous-flip-implementation-for-i915/20200714-095304
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-rhel (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/i915/i915_irq.c:700:5: warning: no previous prototype for 'g4x_get_flip_counter' [-Wmissing-prototypes]
     700 | u32 g4x_get_flip_counter(struct drm_crtc *crtc)
         |     ^~~~~~~~~~~~~~~~~~~~

vim +/g4x_get_flip_counter +700 drivers/gpu/drm/i915/i915_irq.c

   699	
 > 700	u32 g4x_get_flip_counter(struct drm_crtc *crtc)
   701	{
   702		struct drm_i915_private *dev_priv = to_i915(crtc->dev);
   703		enum pipe pipe = to_intel_crtc(crtc)->pipe;
   704	
   705		return I915_READ(PIPE_FLIPCOUNT_G4X(pipe));
   706	}
   707	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 45455 bytes --]

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

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

  reply	other threads:[~2020-07-14  3:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-14  1:27 [Intel-gfx] [PATCH v4 0/5] Asynchronous flip implementation for i915 Karthik B S
2020-07-14  1:27 ` [Intel-gfx] [PATCH v4 1/5] drm/i915: Add enable/disable flip done and flip done handler Karthik B S
2020-07-14  3:40   ` kernel test robot [this message]
2020-07-14 15:10   ` kernel test robot
2020-07-14 17:04   ` kernel test robot
2020-07-14 17:04   ` [Intel-gfx] [RFC PATCH] drm/i915: g4x_get_flip_counter() can be static kernel test robot
2020-07-14  1:27 ` [Intel-gfx] [PATCH v4 2/5] drm/i915: Add support for async flips in I915 Karthik B S
2020-07-14  1:27 ` [Intel-gfx] [PATCH v4 3/5] drm/i915: Add checks specific to async flips Karthik B S
2020-07-14  1:27 ` [Intel-gfx] [PATCH v4 4/5] drm/i915: Do not call drm_crtc_arm_vblank_event in " Karthik B S
2020-07-14  1:27 ` [Intel-gfx] [PATCH v4 5/5] drm/i915: Enable async flips in i915 Karthik B S
2020-07-14  1:58 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Asynchronous flip implementation for i915 (rev4) Patchwork
2020-07-14  1:59 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-07-14  2:19 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-07-14  3:21 ` [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=202007141121.cq6joRLS%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=karthik.b.s@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=nicholas.kazlauskas@amd.com \
    --cc=paulo.r.zanoni@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox