[PATCH 0/4] Add support for hx83102-based Holitech HTF065H045 panel

Val Packett posted 4 patches 1 month, 2 weeks ago
.../bindings/display/panel/himax,hx83102.yaml |   2 +
.../devicetree/bindings/vendor-prefixes.yaml  |   2 +
drivers/gpu/drm/panel/panel-himax-hx83102.c   | 151 ++++++++++++++++++
3 files changed, 155 insertions(+)
[PATCH 0/4] Add support for hx83102-based Holitech HTF065H045 panel
Posted by Val Packett 1 month, 2 weeks ago
This 720x1600 panel is found in several Motorola/Lenovo smartphones.
It will be used in the device tree for the Moto G9 Play (sm6115-motorola-guamp).
Fully tested on it, including brightness adjustment.

The initialization sequence is based on leaked documentation found online :)
as the sequence included in downstream Android DTS was near-empty (I think it
relies on the bootloader to do the bulk of the initialization).
That documentation is also the source for the exact model number (as it's the
same vendor, same controller IC, same resolution, and made for Motorola).

Thanks,
~val

Val Packett (4):
  dt-bindings: vendor-prefixes: Add Holitech
  dt-bindings: display: panel: Add compatible for Holitech HTF065H045
  drm/panel: himax-hx83102: Add support for Holitech HTF065H045
  drm/panel: himax-hx83102: Add support for DSI DCS backlight control

 .../bindings/display/panel/himax,hx83102.yaml |   2 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 drivers/gpu/drm/panel/panel-himax-hx83102.c   | 151 ++++++++++++++++++
 3 files changed, 155 insertions(+)

-- 
2.52.0
Re: [PATCH 0/4] Add support for hx83102-based Holitech HTF065H045 panel
Posted by David Heidelberg 4 weeks ago
On 17/02/2026 08:00, Val Packett wrote:
> This 720x1600 panel is found in several Motorola/Lenovo smartphones.
> It will be used in the device tree for the Moto G9 Play (sm6115-motorola-guamp).
> Fully tested on it, including brightness adjustment.
> 
> The initialization sequence is based on leaked documentation found online :)
> as the sequence included in downstream Android DTS was near-empty (I think it
> relies on the bootloader to do the bulk of the initialization).

Depends how bad is the driver in Android, but generally when panel is powered 
down (not with DSI command, but regulator-wise) it needs full sequence to 
power-on. This implies the Android driver should (but maybe doesn't?) do full 
initialization.

You can also extract the sequence from the EFI bootloader firmware image (it's 
XML file) and verify (if you want to).

> That documentation is also the source for the exact model number (as it's the
> same vendor, same controller IC, same resolution, and made for Motorola).
> 
> Thanks,
> ~val
> 
> Val Packett (4):
>    dt-bindings: vendor-prefixes: Add Holitech
>    dt-bindings: display: panel: Add compatible for Holitech HTF065H045
>    drm/panel: himax-hx83102: Add support for Holitech HTF065H045
>    drm/panel: himax-hx83102: Add support for DSI DCS backlight control
> 
>   .../bindings/display/panel/himax,hx83102.yaml |   2 +
>   .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
>   drivers/gpu/drm/panel/panel-himax-hx83102.c   | 151 ++++++++++++++++++
>   3 files changed, 155 insertions(+)
> 

-- 
David Heidelberg
Re: (subset) [PATCH 0/4] Add support for hx83102-based Holitech HTF065H045 panel
Posted by Neil Armstrong 1 week ago
Hi,

On Tue, 17 Feb 2026 04:00:08 -0300, Val Packett wrote:
> This 720x1600 panel is found in several Motorola/Lenovo smartphones.
> It will be used in the device tree for the Moto G9 Play (sm6115-motorola-guamp).
> Fully tested on it, including brightness adjustment.
> 
> The initialization sequence is based on leaked documentation found online :)
> as the sequence included in downstream Android DTS was near-empty (I think it
> relies on the bootloader to do the bulk of the initialization).
> That documentation is also the source for the exact model number (as it's the
> same vendor, same controller IC, same resolution, and made for Motorola).
> 
> [...]

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/4] dt-bindings: vendor-prefixes: Add Holitech
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/c122ddd573a90363d18d5f08aefc48f98b40c3d4
[2/4] dt-bindings: display: panel: Add compatible for Holitech HTF065H045
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/896e7b8c1780734833abaa795fad7eec0cae8125
[3/4] drm/panel: himax-hx83102: Add support for Holitech HTF065H045
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/cc72a4734829648465d52484620951199d2ab1e7
[4/4] drm/panel: himax-hx83102: Add support for DSI DCS backlight control
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/987170d0b8da06a399d867c609b5689f3e8dfdb0

-- 
Neil