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


Groups > linux.kernel > #1469360 > unrolled thread

Re: [RESEND] [PATCH v3 3/4] drm/dsi: Implement dcs set/get display brightness

Started byThierry Reding <thierry.reding@gmail.com>
First post2016-08-24 13:50 +0200
Last post2016-08-24 13:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RESEND] [PATCH v3 3/4] drm/dsi: Implement dcs set/get display  brightness Thierry Reding <thierry.reding@gmail.com> - 2016-08-24 13:50 +0200

#1469360 — Re: [RESEND] [PATCH v3 3/4] drm/dsi: Implement dcs set/get display brightness

FromThierry Reding <thierry.reding@gmail.com>
Date2016-08-24 13:50 +0200
SubjectRe: [RESEND] [PATCH v3 3/4] drm/dsi: Implement dcs set/get display brightness
Message-ID<s9EQW-1Ge-29@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

On Sun, Jul 31, 2016 at 08:45:22PM +0530, Vinay Simha BN wrote:
> Provide a small convenience wrapper that set/get the
> display brightness value
> 
> Cc: John Stultz <john.stultz@linaro.org>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Archit Taneja <archit.taneja@gmail.com>
> Cc: Rob Clark <robdclark@gmail.com>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Emil Velikov <emil.l.velikov@gmail.com>
> Signed-off-by: Vinay Simha BN <simhavcs@gmail.com>
> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
> 
> ---
> v1:
>  *tested in nexus7 2nd gen.
> 
> v2:
>  * implemented jani review comments
>    -functions name mapped accordingly
>    -bl value increased from 0xff to 0xffff
>    -backlight interface will be handled in panel driver,
>     so it is moved from the mipi_dsi helper function
> 
> v3:
>  * emil review comments
>    (err < 0) supposed to be (err <= 0)
> ---
>  drivers/gpu/drm/drm_mipi_dsi.c | 49 ++++++++++++++++++++++++++++++++++++++++++
>  include/drm/drm_mipi_dsi.h     |  4 ++++
>  2 files changed, 53 insertions(+)

Applied, thanks.

Thierry

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web