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

2016-06-07 Thread Sumit Semwal
On 07-Jun-2016 2:32 PM, "Jani Nikula" wrote: > > On Tue, 07 Jun 2016, Vinay Simha BN wrote: > > Provide a small convenience wrapper that transmits > > a set_tear_scanline command. > > > > Cc: Archit Taneja > > Cc: John Stultz > > Cc: Thierry Reding > > Cc: Sumit Semwal > > Cc: Jani Nikula >

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

2016-06-07 Thread Daniel Vetter
On Tue, Jun 07, 2016 at 11:21:10PM +0530, Sumit Semwal wrote: > On 07-Jun-2016 2:32 PM, "Jani Nikula" wrote: > > > > On Tue, 07 Jun 2016, Vinay Simha BN wrote: > > > Provide a small convenience wrapper that transmits > > > a set_tear_scanline command. > > > > > > Cc: Archit Taneja > > > Cc: John

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

2016-06-07 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Cc: Jani Nikula Signed-off-by: Vinay Simha BN -- v1: * helper function suggested by Thierry for set_tear_scanline * Also includes sma

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

2016-06-07 Thread Jani Nikula
On Tue, 07 Jun 2016, Vinay Simha BN wrote: > Provide a small convenience wrapper that transmits > a set_tear_scanline command. > > Cc: Archit Taneja > Cc: John Stultz > Cc: Thierry Reding > Cc: Sumit Semwal > Cc: Jani Nikula > Signed-off-by: Vinay Simha BN Reviewed-by: Jani Nikula > > --

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

2016-04-21 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Cc: Archit Taneja Cc: John Stultz [thierry.reding: suggested to create helper function (v1)] Cc: Thierry Reding [sumit.semwal: create a single patch for compilation fix (v2)] Cc: Sumit Semwal [vinay simha bn: subje

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

2016-04-20 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. compilation fix Signed-off-by: Vinay Simha BN --- 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 ind