Re: [PATCH v3] drm/bridge: Build the panel wrapper in drm_kms_helper

2017-06-07 Thread Archit Taneja
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

RE: [PATCH v3] drm/bridge: Build the panel wrapper in drm_kms_helper

2017-06-06 Thread Lofstedt, Marta
Thanks Maarten now I can build the kernel again. /Marta > -Original Message- > From: dri-devel [mailto:dri-devel-boun...@lists.freedesktop.org] On Behalf > Of Maarten Lankhorst > Sent: Tuesday, June 6, 2017 5:32 PM > To: Archit Taneja ; Eric Anholt ; > Andrzej Hajda ; Laurent Pinchart > ;

Re: [PATCH v3] drm/bridge: Build the panel wrapper in drm_kms_helper

2017-06-06 Thread Eric Anholt
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