Re: [PATCH 3/3] drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

2020-06-29 Thread Sam Ravnborg
On Tue, May 05, 2020 at 05:03:29PM +0100, Emil Velikov wrote: > From: Emil Velikov > > The helper uses the MIPI_DCS_SET_TEAR_SCANLINE, although it's currently > using the generic write. This does not look right. > > Perhaps some platforms don't distinguish between the two writers? > > Cc: Rober

Re: [PATCH 3/3] drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

2020-06-07 Thread Vinay Simha B N
hi emil, On Wed, May 13, 2020 at 3:17 PM Emil Velikov wrote: > > Hi Vinay, > > On Thu, 7 May 2020 at 17:18, Emil Velikov wrote: > > > > On Thu, 7 May 2020 at 13:29, Vinay Simha B N wrote: > > > > > > Emil, > > > > > > Reply inline > > > > > > On Tue, 5 May 2020 at 9:35 PM, Emil Velikov > > >

Re: [PATCH 3/3] drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

2020-06-05 Thread Thierry Reding
On Tue, May 05, 2020 at 05:03:29PM +0100, Emil Velikov wrote: > From: Emil Velikov > > The helper uses the MIPI_DCS_SET_TEAR_SCANLINE, although it's currently > using the generic write. This does not look right. > > Perhaps some platforms don't distinguish between the two writers? I don't think

Re: [PATCH 3/3] drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

2020-05-13 Thread Emil Velikov
Hi Vinay, On Thu, 7 May 2020 at 17:18, Emil Velikov wrote: > > On Thu, 7 May 2020 at 13:29, Vinay Simha B N wrote: > > > > Emil, > > > > Reply inline > > > > On Tue, 5 May 2020 at 9:35 PM, Emil Velikov > > wrote: > >> > >> From: Emil Velikov > >> > >> The helper uses the MIPI_DCS_SET_TEAR_SCA

Re: [PATCH 3/3] drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

2020-05-08 Thread Vinay Simha B N
Emil, Reply inline On Tue, 5 May 2020 at 9:35 PM, Emil Velikov wrote: > From: Emil Velikov > > The helper uses the MIPI_DCS_SET_TEAR_SCANLINE, although it's currently > using the generic write. This does not look right. > > Perhaps some platforms don't distinguish between the two writers? > >

Re: [PATCH 3/3] drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

2020-05-07 Thread Emil Velikov
On Thu, 7 May 2020 at 13:29, Vinay Simha B N wrote: > > Emil, > > Reply inline > > On Tue, 5 May 2020 at 9:35 PM, Emil Velikov wrote: >> >> From: Emil Velikov >> >> The helper uses the MIPI_DCS_SET_TEAR_SCANLINE, although it's currently >> using the generic write. This does not look right. >> >>

[PATCH 3/3] drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

2020-05-05 Thread Emil Velikov
From: Emil Velikov The helper uses the MIPI_DCS_SET_TEAR_SCANLINE, although it's currently using the generic write. This does not look right. Perhaps some platforms don't distinguish between the two writers? Cc: Robert Chiras Cc: Vinay Simha BN Cc: Jani Nikula Cc: Thierry Reding Fixes: e839