Re: [PATCH] drm: rcar-du: fix linker undefined references

2021-04-23 Thread Laurent Pinchart
Hi Randy, On Fri, Apr 23, 2021 at 03:02:27PM -0700, Randy Dunlap wrote: > On 4/23/21 2:56 PM, Randy Dunlap wrote: > > On 4/23/21 2:46 PM, Laurent Pinchart wrote: > >> On Fri, Apr 23, 2021 at 02:37:27PM -0700, Randy Dunlap wrote: > >>> When DRM_RCAR_DU=y and DRM_RCAR_LVDS=m, there are several build

Re: [PATCH] drm: rcar-du: fix linker undefined references

2021-04-23 Thread Randy Dunlap
On 4/23/21 2:56 PM, Randy Dunlap wrote: On 4/23/21 2:46 PM, Laurent Pinchart wrote: Hi Randy, Thank you for the patch. On Fri, Apr 23, 2021 at 02:37:27PM -0700, Randy Dunlap wrote: When DRM_RCAR_DU=y and DRM_RCAR_LVDS=m, there are several build errors as reported by 'kernel test robot'. These

Re: [PATCH] drm: rcar-du: fix linker undefined references

2021-04-23 Thread Randy Dunlap
On 4/23/21 2:46 PM, Laurent Pinchart wrote: Hi Randy, Thank you for the patch. On Fri, Apr 23, 2021 at 02:37:27PM -0700, Randy Dunlap wrote: When DRM_RCAR_DU=y and DRM_RCAR_LVDS=m, there are several build errors as reported by 'kernel test robot'. These can be corrected by changing "imply" to

Re: [PATCH] drm: rcar-du: fix linker undefined references

2021-04-23 Thread Laurent Pinchart
Hi Randy, Thank you for the patch. On Fri, Apr 23, 2021 at 02:37:27PM -0700, Randy Dunlap wrote: > When DRM_RCAR_DU=y and DRM_RCAR_LVDS=m, there are several build errors > as reported by 'kernel test robot'. These can be corrected by changing > "imply" to "select". > > In looking at this, the sa

[PATCH] drm: rcar-du: fix linker undefined references

2021-04-23 Thread Randy Dunlap
When DRM_RCAR_DU=y and DRM_RCAR_LVDS=m, there are several build errors as reported by 'kernel test robot'. These can be corrected by changing "imply" to "select". In looking at this, the same problem (build errors) happens when DRM_RCAR_DU=y and DRM_RCAR_CMM=m, so again change the "imply" to "sele