Re: [PATCH] drm/bridge: fix LONTIUM_LT8912B dependencies

2021-05-05 Thread Michal Suchánek
On Wed, May 05, 2021 at 12:02:07AM +0200, Adrien Grassein wrote: > LONTIUM_LT8912B uses "drm_display_mode_to_videomode" from > DRM framework that needs VIDEOMODE_HELPERS to be enabled. > > Fixes: 30e2ae943c26 ("drm/bridge: Introduce LT8912B DSI to HDMI bridge") > Reported-by: Michal Suchánek >

Re: [PATCH] drm/bridge: fix LONTIUM_LT8912B dependencies

2021-05-05 Thread Robert Foss
Pushed to drm-misc-next On Wed, 5 May 2021 at 16:28, Robert Foss wrote: > > Hi Adrien, > > Thanks for the quick fix. > > On Wed, 5 May 2021 at 00:02, Adrien Grassein > wrote: > > > > LONTIUM_LT8912B uses "drm_display_mode_to_videomode" from > > DRM framework that needs VIDEOMODE_HELPERS to be

Re: [PATCH] drm/bridge: fix LONTIUM_LT8912B dependencies

2021-05-05 Thread Robert Foss
Hi Adrien, Thanks for the quick fix. On Wed, 5 May 2021 at 00:02, Adrien Grassein wrote: > > LONTIUM_LT8912B uses "drm_display_mode_to_videomode" from > DRM framework that needs VIDEOMODE_HELPERS to be enabled. > > Fixes: 30e2ae943c26 ("drm/bridge: Introduce LT8912B DSI to HDMI bridge") >

[PATCH] drm/bridge: fix LONTIUM_LT8912B dependencies

2021-05-04 Thread Adrien Grassein
LONTIUM_LT8912B uses "drm_display_mode_to_videomode" from DRM framework that needs VIDEOMODE_HELPERS to be enabled. Fixes: 30e2ae943c26 ("drm/bridge: Introduce LT8912B DSI to HDMI bridge") Reported-by: Michal Suchánek Signed-off-by: Adrien Grassein --- drivers/gpu/drm/bridge/Kconfig | 1 + 1