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: [Intel-gfx] [RFC PATCH] drm/i915: g4x_get_flip_counter() can be static
Date: Wed, 15 Jul 2020 01:04:49 +0800 [thread overview]
Message-ID: <20200714170448.GA60632@f43cbbe531e7> (raw)
In-Reply-To: <20200714012725.18383-2-karthik.b.s@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
i915_irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index 9812a8051c5ea..79a3118f918a1 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -697,7 +697,7 @@ u32 i915_get_vblank_counter(struct drm_crtc *crtc)
return (((high1 << 8) | low) + (pixel >= vbl_start)) & 0xffffff;
}
-u32 g4x_get_flip_counter(struct drm_crtc *crtc)
+static u32 g4x_get_flip_counter(struct drm_crtc *crtc)
{
struct drm_i915_private *dev_priv = to_i915(crtc->dev);
enum pipe pipe = to_intel_crtc(crtc)->pipe;
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2020-07-14 17:05 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
2020-07-14 15:10 ` kernel test robot
2020-07-14 17:04 ` kernel test robot
2020-07-14 17:04 ` kernel test robot [this message]
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=20200714170448.GA60632@f43cbbe531e7 \
--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