Re: [PATCH] [v3] drm: amd: dc: don't use FP math when Kcov is enabled

From: Arnd Bergmann
Date: Mon Aug 13 2018 - 11:24:17 EST


On Mon, Aug 13, 2018 at 4:49 PM Alex Deucher <alexdeucher@xxxxxxxxx> wrote:
>
> On Sun, Aug 12, 2018 at 3:55 AM Christian KÃnig
> <ckoenig.leichtzumerken@xxxxxxxxx> wrote:
> > Adding Harry as well.
> > Am 11.08.2018 um 17:54 schrieb Arnd Bergmann:
> > >
> > > Fixes: bf2e2e2e0ea9 ("drm/amd/display: Limit DCN to x86 arch")
> > > Fixes: 4841203102a3 ("drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86")
>
> Maybe it would be better to revert 4841203102a3 so we can limit the
> scope of this to DCN support.

That would help, but we would still require the patch at
https://patchwork.kernel.org/patch/10090227/ or something else to avoid
broken randconfig builds.

Arnd