Re: [Freedreno] [v5 2/5] drm/panel-simple: Support DP AUX backlight

2021-06-02 Thread Doug Anderson
Hi, On Sun, May 30, 2021 at 8:57 AM Rajeev Nandan wrote: > > If there is no backlight specified in the device tree and the panel > has access to the DP AUX channel then create a DP AUX backlight if > supported by the panel. > > Signed-off-by: Rajeev Nandan > --- > > This patch depends on [1]

Re: [Freedreno] [v5 2/5] drm/panel-simple: Support DP AUX backlight

2021-05-30 Thread kernel test robot
Hi Rajeev, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on drm-tip/drm-tip drm-exynos/exynos-drm-next tegra-drm/drm/tegra/for-next linus/master v5.13-rc3 next-20210528] [cannot apply to drm/drm-next] [If your patch

[Freedreno] [v5 2/5] drm/panel-simple: Support DP AUX backlight

2021-05-30 Thread Rajeev Nandan
If there is no backlight specified in the device tree and the panel has access to the DP AUX channel then create a DP AUX backlight if supported by the panel. Signed-off-by: Rajeev Nandan --- This patch depends on [1] (drm/panel: panel-simple: Stash DP AUX bus; allow using it for DDC) and the