On 06/06/2017 11:22 PM, Eric Anholt wrote:
Maarten Lankhorst writes:
This fixes the following depmod error when building drm as a module:
depmod: ERROR: Found 6 modules in dependency cycles!
depmod: ERROR: Cycle detected: drm -> drm_kms_helper -> drm
Fixes: 13dfc0540a57 ("drm/bridge: Refact
; Laurent Pinchart
> ; Thierry Reding
>
> Cc: linux-ker...@vger.kernel.org; dri-devel@lists.freedesktop.org
> Subject: [PATCH v3] drm/bridge: Build the panel wrapper in drm_kms_helper
>
> This fixes the following depmod error when building drm as a module:
> depmod: ERRO
Maarten Lankhorst writes:
> This fixes the following depmod error when building drm as a module:
> depmod: ERROR: Found 6 modules in dependency cycles!
> depmod: ERROR: Cycle detected: drm -> drm_kms_helper -> drm
>
> Fixes: 13dfc0540a57 ("drm/bridge: Refactor out the panel wrapper from the
> lv
This fixes the following depmod error when building drm as a module:
depmod: ERROR: Found 6 modules in dependency cycles!
depmod: ERROR: Cycle detected: drm -> drm_kms_helper -> drm
Fixes: 13dfc0540a57 ("drm/bridge: Refactor out the panel wrapper from the
lvds-encoder bridge.")
Signed-off-by: Maa