Re: SOC15 DC support warning

2018-07-03 Thread Michel Dänzer
On 2018-07-03 06:53 PM, Tom St Denis wrote: > On 07/03/2018 12:50 PM, Bridgman, John wrote: >> I have seen a couple of reports that booting Raven desktop parts >> requires disabling DC, although I'm not sure if that actually makes >> sense (I didn't think we implemented non-DC display paths for >>

Re: SOC15 DC support warning

2018-07-03 Thread Tom St Denis
y exist) though no? Tom *From:* amd-gfx on behalf of Alex Deucher *Sent:* July 3, 2018 12:45 PM *To:* Michel Dänzer *Cc:* StDenis, Tom; Kuehling, Felix; amd-gfx@lists.freedesktop.org *Subject:* Re: SOC15 DC support wa

Re: SOC15 DC support warning

2018-07-03 Thread Bridgman, John
n, I guess ? From: amd-gfx on behalf of Alex Deucher Sent: July 3, 2018 12:45 PM To: Michel Dänzer Cc: StDenis, Tom; Kuehling, Felix; amd-gfx@lists.freedesktop.org Subject: Re: SOC15 DC support warning On Tue, Jul 3, 2018 at 12:36 PM, Michel Dänzer wrote: > On 2018-07-03 06:13 PM, F

Re: SOC15 DC support warning

2018-07-03 Thread Alex Deucher
On Tue, Jul 3, 2018 at 12:36 PM, Michel Dänzer wrote: > On 2018-07-03 06:13 PM, Felix Kuehling wrote: >> On 2018-07-03 10:19 AM, Tom St Denis wrote: >>> Hi all, >>> >>> This block >>> >>> #if defined(CONFIG_DRM_AMD_DC) >>> else if (amdgpu_device_has_dc_support(adev)) >>> amdgpu

Re: SOC15 DC support warning

2018-07-03 Thread Michel Dänzer
On 2018-07-03 06:13 PM, Felix Kuehling wrote: > On 2018-07-03 10:19 AM, Tom St Denis wrote: >> Hi all, >> >> This block >> >> #if defined(CONFIG_DRM_AMD_DC) >>     else if (amdgpu_device_has_dc_support(adev)) >>     amdgpu_device_ip_block_add(adev, &dm_ip_block); >> #else >> #    warnin

Re: SOC15 DC support warning

2018-07-03 Thread Tom St Denis
Hi Felix, I can (v2) the patch I sent to the list. Ultimately a build warning alone I think is the wrong approach. Cheers, Tom On 07/03/2018 12:13 PM, Felix Kuehling wrote: On 2018-07-03 10:19 AM, Tom St Denis wrote: Hi all, This block #if defined(CONFIG_DRM_AMD_DC)     else if (am

Re: SOC15 DC support warning

2018-07-03 Thread Felix Kuehling
On 2018-07-03 10:19 AM, Tom St Denis wrote: > Hi all, > > This block > > #if defined(CONFIG_DRM_AMD_DC) >     else if (amdgpu_device_has_dc_support(adev)) >     amdgpu_device_ip_block_add(adev, &dm_ip_block); > #else > #    warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15

SOC15 DC support warning

2018-07-03 Thread Tom St Denis
Hi all, This block #if defined(CONFIG_DRM_AMD_DC) else if (amdgpu_device_has_dc_support(adev)) amdgpu_device_ip_block_add(adev, &dm_ip_block); #else # warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." #endif in soc15_set_ip_blocks()