[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250724202338.648499-1-me@brighamcampbell.com>
Date: Thu, 24 Jul 2025 14:23:36 -0600
From: Brigham Campbell <me@...ghamcampbell.com>
To: maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
tzimmermann@...e.de,
airlied@...il.com,
simona@...ll.ch,
linus.walleij@...aro.org,
neil.armstrong@...aro.org,
jessica.zhang@....qualcomm.com,
sam@...nborg.org
Cc: dianders@...omium.org,
skhan@...uxfoundation.org,
linux-kernel-mentees@...ts.linux.dev,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
Brigham Campbell <me@...ghamcampbell.com>
Subject: [PATCH 0/2] drm/panel: novatek-nt35560: Fix bug and clean up
This series does the following:
- Add mipi_dsi_dcs_read_multi() to drm_mipi_dsi.c for improved error
handling in drivers which use mipi_dsi_dcs_read() such as the
novatek-nt35560 driver.
- Fix a bug in nt35560_set_brightness() which causes the driver to
incorrectly report that it "failed to disable display backlight".
- Clean up novatek-nt35560 driver to use "multi" variants of MIPI
functions which promote cleaner code.
If there's a reason that mipi_dsi_dcs_read_multi doesn't exist, I'm
happy to drop it.
Brigham Campbell (2):
drm: Create mipi_dsi_dcs_read_multi()
drm/panel: novatek-nt35560: Fix bug and clean up
drivers/gpu/drm/drm_mipi_dsi.c | 37 +++
drivers/gpu/drm/panel/panel-novatek-nt35560.c | 212 ++++++------------
include/drm/drm_mipi_dsi.h | 2 +
3 files changed, 105 insertions(+), 146 deletions(-)
base-commit: 1511d3c4d2bb30f784924a877f3cef518bb73077
--
2.50.1
Powered by blists - more mailing lists