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
kernel.org/r/20240906063857.2223442-1-alexander.stein%40ew.tq-group.com patch subject: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency config: alpha-kismet-CONFIG_DRM_BRIDGE_CONNECTOR-CONFIG_DRM_IMX_PARALLEL_DISPLAY-0-0 (https://download.01.org/0day-ci/archive/20240907/20240907215

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

2024-09-07 Thread kernel test robot
kernel.org/r/20240906063857.2223442-1-alexander.stein%40ew.tq-group.com patch subject: [PATCH 1/1] drm/imx: Add missing DRM_BRIDGE_CONNECTOR dependency config: alpha-kismet-CONFIG_DRM_BRIDGE_CONNECTOR-CONFIG_DRM_IMX_LDB-0-0 (https://download.01.org/0day-ci/archive/20240907/202409071746.fbgs0kyw-...

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

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

2024-09-05 Thread Alexander Stein
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 --- drivers/gpu/drm/imx/ipuv3/Kconfig | 2 ++ 1 file changed, 2 ins