[PATCH 0/2] drm/panel: novatek-nt51021: add the BOE TV101WUM-NM0

Ryan Brue posted 2 patches 1 week, 5 days ago
.../bindings/display/panel/novatek,nt51021.yaml    |  1 +
drivers/gpu/drm/panel/panel-novatek-nt51021.c      | 66 +++++++++++++++++++++-
2 files changed, 65 insertions(+), 2 deletions(-)
[PATCH 0/2] drm/panel: novatek-nt51021: add the BOE TV101WUM-NM0
Posted by Ryan Brue 1 week, 5 days ago
This series depends on the following series:
[PATCH v2 0/3] Novatek NT51021 DSI panel IC driver
https://lore.kernel.org/all/20260911-qcom-novatek-nt51021-panels-v2-0-135e3190a7fb@mainlining.org/

The BOE TV101WUM-NM0 is a 10.1" panel present in the Amazon Fire HD 10
(2017) tablet. It differs from the BOE panels in the dependent series in
key ways:

- The pin count is 51 instead of 46
- The vendor asks for SYNC_EVENT_VDO_MODE with cont_clock=1 instead of
burst mode.
- Different timings and flags expected.

The init sequence, flags and timings are mostly adapted straight from
Amazon's vendor kernel.

Tested on the Amazon Fire HD 10 (2017) driven by mediatek-drm: 1200x1920
at 62.5 Hz across a cold boot, display off and on cycles and a
suspend/resume, with the MIPI TX PLL reading back at the intended rate
every time.

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
---
Ryan Brue (2):
      dt-bindings: display: panel: add the BOE TV101WUM-NM0
      drm/panel: novatek-nt51021: add the BOE TV101WUM-NM0

 .../bindings/display/panel/novatek,nt51021.yaml    |  1 +
 drivers/gpu/drm/panel/panel-novatek-nt51021.c      | 66 +++++++++++++++++++++-
 2 files changed, 65 insertions(+), 2 deletions(-)
---
base-commit: 5e036ce12de91c6fd674dad33b169c6150be2a7a
change-id: 20260912-add-boe-tv101wum-nm0-da01c4474db6
prerequisite-message-id: <20260911-qcom-novatek-nt51021-panels-v2-0-135e3190a7fb@mainlining.org>
prerequisite-patch-id: d8b58f07dc5c9e1fcf7c51a14b48eddca2e09090
prerequisite-patch-id: 79dfdac7b7fa79f7d05a5f3849909c9a7f956398
prerequisite-patch-id: 79c01de4e67563772dde152cd4c4d0c568b14d17

Best regards,
--  
Ryan Brue <ryanbrue.dev@gmail.com>
Re: [PATCH 0/2] drm/panel: novatek-nt51021: add the BOE TV101WUM-NM0
Posted by Nickolay Goppen 1 week, 4 days ago
12.09.2026 21:22, Ryan Brue wrote:
> This series depends on the following series:
> [PATCH v2 0/3] Novatek NT51021 DSI panel IC driver
> https://lore.kernel.org/all/20260911-qcom-novatek-nt51021-panels-v2-0-135e3190a7fb@mainlining.org/
>
> The BOE TV101WUM-NM0 is a 10.1" panel present in the Amazon Fire HD 10
> (2017) tablet. It differs from the BOE panels in the dependent series in
> key ways:
>
> - The pin count is 51 instead of 46
> - The vendor asks for SYNC_EVENT_VDO_MODE with cont_clock=1 instead of
> burst mode.
> - Different timings and flags expected.
>
> The init sequence, flags and timings are mostly adapted straight from
> Amazon's vendor kernel.
>
> Tested on the Amazon Fire HD 10 (2017) driven by mediatek-drm: 1200x1920
> at 62.5 Hz across a cold boot, display off and on cycles and a
> suspend/resume, with the MIPI TX PLL reading back at the intended rate
> every time.
>
> Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
> ---
> Ryan Brue (2):
>        dt-bindings: display: panel: add the BOE TV101WUM-NM0
>        drm/panel: novatek-nt51021: add the BOE TV101WUM-NM0
>
>   .../bindings/display/panel/novatek,nt51021.yaml    |  1 +
>   drivers/gpu/drm/panel/panel-novatek-nt51021.c      | 66 +++++++++++++++++++++-
>   2 files changed, 65 insertions(+), 2 deletions(-)
> ---
> base-commit: 5e036ce12de91c6fd674dad33b169c6150be2a7a
> change-id: 20260912-add-boe-tv101wum-nm0-da01c4474db6
> prerequisite-message-id: <20260911-qcom-novatek-nt51021-panels-v2-0-135e3190a7fb@mainlining.org>
> prerequisite-patch-id: d8b58f07dc5c9e1fcf7c51a14b48eddca2e09090
> prerequisite-patch-id: 79dfdac7b7fa79f7d05a5f3849909c9a7f956398
> prerequisite-patch-id: 79c01de4e67563772dde152cd4c4d0c568b14d17
>
> Best regards,
> --
> Ryan Brue <ryanbrue.dev@gmail.com>
I will incorporate this series into my series and add Co-developed-by to 
the patches and your name and email to maintainers.

-- 
Best regards,
Nickolay