[PATCH v2 0/5] drm/panel: panel-simple: Fix panel-dpi probe error

Maxime Ripard posted 5 patches 3 months, 2 weeks ago
drivers/gpu/drm/drm_mipi_dsi.c       |   3 +-
drivers/gpu/drm/panel/panel-simple.c | 132 ++++++++++++++++++++++-------------
include/drm/drm_mipi_dsi.h           |   3 +
3 files changed, 87 insertions(+), 51 deletions(-)
[PATCH v2 0/5] drm/panel: panel-simple: Fix panel-dpi probe error
Posted by Maxime Ripard 3 months, 2 weeks ago
Hi,

Here's a series fixing (hopefully) the panel-simple regression for
panels with a panel-dpi compatible.

It's only build tested, so if you could give that series a try
Francesco, I'd really appreciate it.

Thanks!
Maxime 

Link: https://lore.kernel.org/dri-devel/20250612081834.GA248237@francesco-nb/
Signed-off-by: Maxime Ripard <mripard@kernel.org>
---
Changes in v2:
- Fix build failure if !DRM_MIPI_DSI and DRM_PANEL_SIMPLE=m
- Link to v1: https://lore.kernel.org/r/20250625-drm-panel-simple-fixes-v1-0-c428494a86b8@kernel.org

---
Maxime Ripard (5):
      drm/mipi-dsi: Add dev_is_mipi_dsi function
      drm/panel: panel-simple: make panel_dpi_probe return a panel_desc
      drm/panel: panel-simple: Make panel_simple_probe return its panel
      drm/panel: panel-simple: Add function to look panel data up
      drm/panel: panel-simple: get rid of panel_dpi hack

 drivers/gpu/drm/drm_mipi_dsi.c       |   3 +-
 drivers/gpu/drm/panel/panel-simple.c | 132 ++++++++++++++++++++++-------------
 include/drm/drm_mipi_dsi.h           |   3 +
 3 files changed, 87 insertions(+), 51 deletions(-)
---
base-commit: 86731a2a651e58953fc949573895f2fa6d456841
change-id: 20250624-drm-panel-simple-fixes-ad7f88b9a328

Best regards,
-- 
Maxime Ripard <mripard@kernel.org>
Re: [PATCH v2 0/5] drm/panel: panel-simple: Fix panel-dpi probe error
Posted by Maxime Ripard 3 months, 1 week ago
On Thu, 26 Jun 2025 12:04:58 +0200, Maxime Ripard wrote:
> Here's a series fixing (hopefully) the panel-simple regression for
> panels with a panel-dpi compatible.
> 
> It's only build tested, so if you could give that series a try
> Francesco, I'd really appreciate it.
> 
> Thanks!
> Maxime
> 
> [...]

Applied to misc/kernel.git (drm-misc-fixes).

Thanks!
Maxime
Re: [PATCH v2 0/5] drm/panel: panel-simple: Fix panel-dpi probe error
Posted by Francesco Dolcini 3 months, 2 weeks ago
Hello Maxime,
it works for me, thanks!

On Thu, Jun 26, 2025 at 12:04:58PM +0200, Maxime Ripard wrote:
> Here's a series fixing (hopefully) the panel-simple regression for
> panels with a panel-dpi compatible.
> 
> It's only build tested, so if you could give that series a try
> Francesco, I'd really appreciate it.
> 
> Thanks!
> Maxime 
> 
> Link: https://lore.kernel.org/dri-devel/20250612081834.GA248237@francesco-nb/
> Signed-off-by: Maxime Ripard <mripard@kernel.org>

For the whole series,

Tested-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Toradex Colibri iMX6

Francesco
Re: [PATCH v2 0/5] drm/panel: panel-simple: Fix panel-dpi probe error
Posted by Maxime Ripard 3 months, 1 week ago
Hi,

On Thu, Jun 26, 2025 at 12:21:28PM +0200, Francesco Dolcini wrote:
> Hello Maxime,
> it works for me, thanks!
> 
> On Thu, Jun 26, 2025 at 12:04:58PM +0200, Maxime Ripard wrote:
> > Here's a series fixing (hopefully) the panel-simple regression for
> > panels with a panel-dpi compatible.
> > 
> > It's only build tested, so if you could give that series a try
> > Francesco, I'd really appreciate it.
> > 
> > Thanks!
> > Maxime 
> > 
> > Link: https://lore.kernel.org/dri-devel/20250612081834.GA248237@francesco-nb/
> > Signed-off-by: Maxime Ripard <mripard@kernel.org>
> 
> For the whole series,
> 
> Tested-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Toradex Colibri iMX6

Thanks again for testing, and sorry for the regression

Maxime