Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1383244

[PATCH v3] drm/dsi: Implement set tear scanline compile fix

From Vinay Simha BN <simhavcs@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v3] drm/dsi: Implement set tear scanline compile fix
Date 2016-04-20 12:30 +0200
Message-ID <rpXyp-6kN-9@gated-at.bofh.it> (permalink)
References <rpX5o-5R6-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Provide a small convenience wrapper that transmits
a set_tear_scanline command.
compilation fix

Signed-off-by: Vinay Simha BN <simhavcs@gmail.com>
---
 drivers/gpu/drm/drm_mipi_dsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b/drivers/gpu/drm/drm_mipi_dsi.c
index 26aba75..bba6db2 100644
--- a/drivers/gpu/drm/drm_mipi_dsi.c
+++ b/drivers/gpu/drm/drm_mipi_dsi.c
@@ -1003,7 +1003,7 @@ int mipi_dsi_set_tear_scanline(struct mipi_dsi_device *dsi,
 
         return 0;
 }
-EXPORT_SYMBOL(mipi_dsi_dcs_set_tear_scanline);
+EXPORT_SYMBOL(mipi_dsi_set_tear_scanline);
 /**
  * mipi_dsi_dcs_set_pixel_format() - sets the pixel format for the RGB image
  *    data used by the interface
-- 
2.1.2

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/4] dt-bindings: Add jdi panel vendor Vinay Simha BN <simhavcs@gmail.com> - 2016-04-20 11:40 +0200
  [PATCH v2 4/4] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel Vinay Simha BN <simhavcs@gmail.com> - 2016-04-20 11:40 +0200
  [PATCH v2 3/4] drm/dsi: Implement set tear scanline Vinay Simha BN <simhavcs@gmail.com> - 2016-04-20 11:40 +0200
    Re: [PATCH v2 3/4] drm/dsi: Implement set tear scanline kbuild test robot <lkp@intel.com> - 2016-04-20 12:00 +0200
      [PATCH v3] drm/dsi: Implement set tear scanline compile fix Vinay Simha BN <simhavcs@gmail.com> - 2016-04-20 12:30 +0200
  Re: [PATCH v2 1/4] dt-bindings: Add jdi panel vendor Rob Herring <robh@kernel.org> - 2016-04-21 17:40 +0200

csiph-web