Re: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency

2024-09-22 Thread Dmitry Baryshkov
On Fri, 06 Sep 2024 08:38:56 +0200, Alexander Stein wrote: > When drm/bridge-connector was moved to DRM_DISPLAY_HELPER not all > users were updated. Add missing Kconfig selections. Now that drm-misc-next contains both commits... Applied to drm-misc-next, thanks! [1/1] drm/imx: Add missing DRM_BR

Re: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency

2024-09-07 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build warnings: [auto build test WARNING on next-20240905] [cannot apply to v6.11-rc6 v6.11-rc5 v6.11-rc4 linus/master v6.11-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

Re: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency

2024-09-07 Thread kernel test robot
Hi Alexander, kernel test robot noticed the following build warnings: [auto build test WARNING on next-20240905] [cannot apply to v6.11-rc6 v6.11-rc5 v6.11-rc4 linus/master v6.11-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

Re: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency

2024-09-06 Thread Dmitry Baryshkov
On Fri, Sep 06, 2024 at 01:46:43PM GMT, Philipp Zabel wrote: > On Fr, 2024-09-06 at 14:35 +0300, Dmitry Baryshkov wrote: > > On Fri, 6 Sept 2024 at 09:39, Alexander Stein > > wrote: > > > > > > When drm/bridge-connector was moved to DRM_DISPLAY_HELPER not all > > > users were updated. Add missing

Re: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency

2024-09-06 Thread Philipp Zabel
On Fr, 2024-09-06 at 14:35 +0300, Dmitry Baryshkov wrote: > On Fri, 6 Sept 2024 at 09:39, Alexander Stein > wrote: > > > > When drm/bridge-connector was moved to DRM_DISPLAY_HELPER not all > > users were updated. Add missing Kconfig selections. > > > > Fixes: 9da7ec9b19d8 ("drm/bridge-connector:

Re: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency

2024-09-06 Thread Philipp Zabel
On Fr, 2024-09-06 at 14:35 +0300, Dmitry Baryshkov wrote: > On Fri, 6 Sept 2024 at 09:39, Alexander Stein > wrote: > > > > When drm/bridge-connector was moved to DRM_DISPLAY_HELPER not all > > users were updated. Add missing Kconfig selections. > > > > Fixes: 9da7ec9b19d8 ("drm/bridge-connector:

Re: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency

2024-09-06 Thread Dmitry Baryshkov
On Fri, 6 Sept 2024 at 09:39, Alexander Stein wrote: > > When drm/bridge-connector was moved to DRM_DISPLAY_HELPER not all > users were updated. Add missing Kconfig selections. > > Fixes: 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER > module") > Signed-off-by: Alexander Stein