Fix panel not recovering after unprepare and backlight intensity. I extensively reproduced the vendor bootloader sequence, but after the boot isn't possible to do the full initialization of the display (at least on Pixel 3, and panel can't be found anywhere else).
The downstream, due to having attached touchscreen reusing same supplies, never turns the panel off. Let's do the same. Signed-off-by: David Heidelberg <[email protected]> --- Changes in v2: - Unintended change 255 -> 256 for default brigtness. Drop it. - Added R-bs. - Link to v1: https://patch.msgid.link/[email protected] --- David Heidelberg (2): drm/panel: lg-sw43408: do not assert reset across unprepare drm/panel: lg-sw43408: use the full DCS brightness range drivers/gpu/drm/panel/panel-lg-sw43408.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) --- base-commit: 95d6a9ccef99117115e41e9adb271243bd5e985b change-id: 20260809-fix-blueline-panel-af2b7c967f2d Best regards, -- David Heidelberg <[email protected]>

