[PATCH] drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE

Guido Günther posted 1 patch 3 months, 3 weeks ago
There is a newer version of this series
drivers/gpu/drm/panel/Kconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE
Posted by Guido Günther 3 months, 3 weeks ago
We handle backlight so need that dependency.

Fixes: 49802972d116 ("drm/panel: visionox-rm69299: Add backlight support")
Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
 drivers/gpu/drm/panel/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
index 407c5f6a268b..59f5a31f3381 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -1112,6 +1112,7 @@ config DRM_PANEL_VISIONOX_RM69299
 	tristate "Visionox RM69299"
 	depends on OF
 	depends on DRM_MIPI_DSI
+	depends on BACKLIGHT_CLASS_DEVICE
 	help
 	  Say Y here if you want to enable support for Visionox
 	  RM69299  DSI Video Mode panel.

---
base-commit: 7ea30958b3054f5e488fa0b33c352723f7ab3a2a
change-id: 20251016-visionox-rm69299-bl-7e6a2e30626d

Best regards,
-- 
Guido Günther <agx@sigxcpu.org>

Re: [PATCH] drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE
Posted by Gustavo Padovan 3 months, 3 weeks ago
Hello,

---- On Thu, 16 Oct 2025 08:41:27 -0300 Guido Günther <agx@sigxcpu.org> wrote ---

 > We handle backlight so need that dependency. 
 >  
 > Fixes: 49802972d116 ("drm/panel: visionox-rm69299: Add backlight support") 
 > Signed-off-by: Guido Günther <agx@sigxcpu.org> 

Missing the KernelCI report tag:

Reported-by: kernelci.org bot <bot@kernelci.org>

 > --- 
 >  drivers/gpu/drm/panel/Kconfig | 1 + 
 >  1 file changed, 1 insertion(+) 
 >  
 > diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig 
 > index 407c5f6a268b..59f5a31f3381 100644 
 > --- a/drivers/gpu/drm/panel/Kconfig 
 > +++ b/drivers/gpu/drm/panel/Kconfig 
 > @@ -1112,6 +1112,7 @@ config DRM_PANEL_VISIONOX_RM69299 
 >      tristate "Visionox RM69299" 
 >      depends on OF 
 >      depends on DRM_MIPI_DSI 
 > +    depends on BACKLIGHT_CLASS_DEVICE 
 >      help 
 >        Say Y here if you want to enable support for Visionox 
 >        RM69299  DSI Video Mode panel. 
 >  
 > --- 
 > base-commit: 7ea30958b3054f5e488fa0b33c352723f7ab3a2a 
 > change-id: 20251016-visionox-rm69299-bl-7e6a2e30626d 
 >  
 > Best regards, 
 > -- 
 > Guido Günther <agx@sigxcpu.org> 
 >  
 >