All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static
@ 2017-09-01 14:31 ville.syrjala
  2017-09-01 14:31 ` [PATCH 2/3] drm/i915: Make i2c lock ops static ville.syrjala
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: ville.syrjala @ 2017-09-01 14:31 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Make i9xx_load_ycbcr_conversion_matrix() static to appease sparse:
intel_color.c:110:6: warning: symbol 'i9xx_load_ycbcr_conversion_matrix' was not declared. Should it be static?

Cc: Shashank Sharma <shashank.sharma@intel.com>
Fixes: 25edf91501b8 ("drm/i915: prepare csc unit for YCBCR420 output")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 drivers/gpu/drm/i915/intel_color.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_color.c b/drivers/gpu/drm/i915/intel_color.c
index 8e4e829682b9..ff9ecd211abb 100644
--- a/drivers/gpu/drm/i915/intel_color.c
+++ b/drivers/gpu/drm/i915/intel_color.c
@@ -107,7 +107,7 @@ static void ctm_mult_by_limited(uint64_t *result, int64_t *input)
 	}
 }
 
-void i9xx_load_ycbcr_conversion_matrix(struct intel_crtc *intel_crtc)
+static void i9xx_load_ycbcr_conversion_matrix(struct intel_crtc *intel_crtc)
 {
 	int pipe = intel_crtc->pipe;
 	struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
-- 
2.13.5

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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-09-04  4:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-01 14:31 [PATCH 1/3] drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static ville.syrjala
2017-09-01 14:31 ` [PATCH 2/3] drm/i915: Make i2c lock ops static ville.syrjala
2017-09-01 14:38   ` Chris Wilson
2017-09-01 14:31 ` [PATCH 3/3] drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoder ville.syrjala
2017-09-01 14:43   ` Chris Wilson
2017-09-01 14:37 ` [PATCH 1/3] drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static Chris Wilson
2017-09-01 16:50   ` Ville Syrjälä
2017-09-01 15:13 ` ✓ Fi.CI.BAT: success for series starting with [1/3] " Patchwork
2017-09-01 18:04 ` ✓ Fi.CI.IGT: " Patchwork
2017-09-04  4:17 ` [PATCH 1/3] " Sharma, Shashank

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.