Re: [PATCH] drm/bridge: ite-it6505: add missing Kconfig option select

2022-05-04 Thread Neil Armstrong
Hi, On Tue, 26 Apr 2022 16:15:36 +0200, Fabien Parent wrote: > The IT6505 is using functions provided by the DRM_DP_HELPER driver. > In order to avoid having the bridge enabled but the helper disabled, > let's add a select in order to be sure that the DP helper functions are > always available. >

Re: [PATCH] drm/bridge: ite-it6505: add missing Kconfig option select

2022-04-27 Thread Fabien Parent
On Tue, Apr 26, 2022 at 05:29:31PM +0200, Neil Armstrong wrote: > On 26/04/2022 16:15, Fabien Parent wrote: > > The IT6505 is using functions provided by the DRM_DP_HELPER driver. > > In order to avoid having the bridge enabled but the helper disabled, > > let's add a select in order to be sure tha

[PATCH] drm/bridge: ite-it6505: add missing Kconfig option select

2022-04-27 Thread Fabien Parent
The IT6505 is using functions provided by the DRM_DP_HELPER driver. In order to avoid having the bridge enabled but the helper disabled, let's add a select in order to be sure that the DP helper functions are always available. Fixes: b5c84a9edcd4 ("drm/bridge: add it6505 driver") Signed-off-by: Fa

Re: [PATCH] drm/bridge: ite-it6505: add missing Kconfig option select

2022-04-26 Thread Neil Armstrong
Hi, On 26/04/2022 17:39, Fabien Parent wrote: On Tue, Apr 26, 2022 at 05:29:31PM +0200, Neil Armstrong wrote: On 26/04/2022 16:15, Fabien Parent wrote: The IT6505 is using functions provided by the DRM_DP_HELPER driver. In order to avoid having the bridge enabled but the helper disabled, let's

Re: [PATCH] drm/bridge: ite-it6505: add missing Kconfig option select

2022-04-26 Thread Neil Armstrong
On 26/04/2022 16:15, Fabien Parent wrote: The IT6505 is using functions provided by the DRM_DP_HELPER driver. In order to avoid having the bridge enabled but the helper disabled, let's add a select in order to be sure that the DP helper functions are always available. Fixes: b5c84a9edcd4 ("drm/b