Message ID | 20230116224909.23884-1-mailingradian@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/mipi-dsi: 16-bit Brightness Endianness Fix | expand |
Hi Richard. On Mon, Jan 16, 2023 at 05:49:06PM -0500, Richard Acayan wrote: > Changes since v2 (20230114010006.50471-1-mailingradian@gmail.com): > - patch vtdr6130 to use _large (3/3) > - remove Change-Id again (1/3) > - change patch subject (1-2/3) > - correct function name in patch description (2/3) > - add Tested-by tags (1-2/3) > > Changes since v1 (20230113041848.200704-1-mailingradian@gmail.com): > - move 16-bit brightness handling to new functions and revert API > change (1/2) > - remove Change-Id in compliance with checkpatch.pl (1/2) > - separate panel driver changes (2/2) > > This series adds proper support for 16-bit MIPI DSI brightness and > cleans up existing panel drivers with 16-bit brightness. The series is: Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Neil - I hope you can land this in drm-misc. Sam
Hi, On Mon, 16 Jan 2023 17:49:06 -0500, Richard Acayan wrote: > Changes since v2 (20230114010006.50471-1-mailingradian@gmail.com): > - patch vtdr6130 to use _large (3/3) > - remove Change-Id again (1/3) > - change patch subject (1-2/3) > - correct function name in patch description (2/3) > - add Tested-by tags (1-2/3) > > [...] Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next) [1/3] drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness https://cgit.freedesktop.org/drm/drm-misc/commit/?id=c9d27c6be518b4ef2966d9564654ef99292ea1b3 [2/3] drm/panel: sofef00: Use 16-bit brightness function https://cgit.freedesktop.org/drm/drm-misc/commit/?id=fd40749a4f62a03d0aebe6eb446ea84a9901795a [3/3] drm/panel: vtdr6130: Use 16-bit brightness function https://cgit.freedesktop.org/drm/drm-misc/commit/?id=9402cde9347eca050e14ea9e47270e84a6899162
On 19/01/2023 08:14, Sam Ravnborg wrote: > Hi Richard. > On Mon, Jan 16, 2023 at 05:49:06PM -0500, Richard Acayan wrote: >> Changes since v2 (20230114010006.50471-1-mailingradian@gmail.com): >> - patch vtdr6130 to use _large (3/3) >> - remove Change-Id again (1/3) >> - change patch subject (1-2/3) >> - correct function name in patch description (2/3) >> - add Tested-by tags (1-2/3) >> >> Changes since v1 (20230113041848.200704-1-mailingradian@gmail.com): >> - move 16-bit brightness handling to new functions and revert API >> change (1/2) >> - remove Change-Id in compliance with checkpatch.pl (1/2) >> - separate panel driver changes (2/2) >> >> This series adds proper support for 16-bit MIPI DSI brightness and >> cleans up existing panel drivers with 16-bit brightness. > > The series is: > Reviewed-by: Sam Ravnborg <sam@ravnborg.org> > > Neil - I hope you can land this in drm-misc. Sure, done ! Thanks, Neil > > Sam