[PATCH v2] 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 v2] 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")
Reported-by: kernelci.org bot <bot@kernelci.org>
Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
Changes in v2:
- Add Reported-by: kernelci.org bot <bot@kernelci.org>
- Link to v1: https://lore.kernel.org/r/20251016-visionox-rm69299-bl-v1-1-d3b817ae5a26@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 v2] drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE
Posted by Neil Armstrong 1 month, 3 weeks ago
Hi,

On Fri, 17 Oct 2025 10:27:59 +0200, Guido Günther wrote:
> We handle backlight so need that dependency.
> 
> 

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-fixes)

[1/1] drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/2bfca4fe1f36eb6618e5712a8b5b41433bb6f10b

-- 
Neil

Re: [PATCH v2] drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE
Posted by Neil Armstrong 3 months, 3 weeks ago
On 10/17/25 10:27, Guido Günther wrote:
> We handle backlight so need that dependency.
> 
> Fixes: 49802972d116 ("drm/panel: visionox-rm69299: Add backlight support")
> Reported-by: kernelci.org bot <bot@kernelci.org>
> Signed-off-by: Guido Günther <agx@sigxcpu.org>
> ---
> Changes in v2:
> - Add Reported-by: kernelci.org bot <bot@kernelci.org>
> - Link to v1: https://lore.kernel.org/r/20251016-visionox-rm69299-bl-v1-1-d3b817ae5a26@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,

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Re: [PATCH v2] drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE
Posted by Randy Dunlap 2 months, 1 week ago
Hi,

On 10/17/25 2:49 AM, Neil Armstrong wrote:
> On 10/17/25 10:27, Guido Günther wrote:
>> We handle backlight so need that dependency.
>>
>> Fixes: 49802972d116 ("drm/panel: visionox-rm69299: Add backlight support")
>> Reported-by: kernelci.org bot <bot@kernelci.org>
>> Signed-off-by: Guido Günther <agx@sigxcpu.org>
>> ---
>> Changes in v2:
>> - Add Reported-by: kernelci.org bot <bot@kernelci.org>
>> - Link to v1: https://lore.kernel.org/r/20251016-visionox-rm69299-bl-v1-1-d3b817ae5a26@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,
> 
> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

This patch is still needed (linux-next-20251127).
Is someone planning to merge it...?

Thanks.
-- 
~Randy