Re: [PATCH 1/2] Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"

2018-08-17 Thread Leo Li
On 2018-08-17 03:16 AM, Christian König wrote: Am 16.08.2018 um 21:44 schrieb sunpeng...@amd.com: [SNIP] +config DRM_AMD_DC_DCN1_0 +    bool "DCN 1.0 Raven family" +    depends on DRM_AMD_DC && X86 +    default y +    help +  Choose this option if you want to have +  RV family for disp

Re: [PATCH 1/2] Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"

2018-08-17 Thread Christian König
Am 16.08.2018 um 21:44 schrieb sunpeng...@amd.com: [SNIP] +config DRM_AMD_DC_DCN1_0 + bool "DCN 1.0 Raven family" + depends on DRM_AMD_DC && X86 + default y + help + Choose this option if you want to have + RV family for display engine + Probably better t

Re: [PATCH 1/2] Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"

2018-08-16 Thread Alex Deucher
On Thu, Aug 16, 2018 at 3:45 PM wrote: > > From: "Leo (Sunpeng) Li" > > This reverts commit 8624c3c4dbfe24fc6740687236a2e196f5f4bfb0. > > We need CONFIG_DRM_AMD_DC_DCN1_0 to guard code that is using fp math. MIssing your SOB. WIth that fixed, series is: Acked-by: Alex Deucher _

[PATCH 1/2] Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"

2018-08-16 Thread sunpeng.li
From: "Leo (Sunpeng) Li" This reverts commit 8624c3c4dbfe24fc6740687236a2e196f5f4bfb0. We need CONFIG_DRM_AMD_DC_DCN1_0 to guard code that is using fp math. --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/amd/display/Kconfig | 8 driv