<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">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 Vega/Raven).
<br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Might be specific to people with a dGPU plugged in, I guess ?</p>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Alex Deucher <alexdeucher@gmail.com><br>
<b>Sent:</b> July 3, 2018 12:45 PM<br>
<b>To:</b> Michel Dänzer<br>
<b>Cc:</b> StDenis, Tom; Kuehling, Felix; amd-gfx@lists.freedesktop.org<br>
<b>Subject:</b> Re: SOC15 DC support warning</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On Tue, Jul 3, 2018 at 12:36 PM, Michel Dänzer <michel@daenzer.net> wrote:<br>
> On 2018-07-03 06:13 PM, Felix Kuehling wrote:<br>
>> On 2018-07-03 10:19 AM, Tom St Denis wrote:<br>
>>> Hi all,<br>
>>><br>
>>> This block<br>
>>><br>
>>> #if defined(CONFIG_DRM_AMD_DC)<br>
>>>         else if (amdgpu_device_has_dc_support(adev))<br>
>>>             amdgpu_device_ip_block_add(adev, &dm_ip_block);<br>
>>> #else<br>
>>> #    warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15."<br>
>>> #endif<br>
>>><br>
>>><br>
>>> in soc15_set_ip_blocks() should probably be ported to a runtime<br>
>>> drm_warn() no?  This means a kernel with no DC support will just<br>
>>> silently fail to light up on SOC15.<br>
>>><br>
>>> I can write a patch for this if nobody objects.<br>
>><br>
>> Maybe do both. So someone building a kernel without DC gets a warning as<br>
>> well as someone running it.<br>
><br>
> Yep, we already do both for CONFIG_MTRR & CONFIG_X86_PAT.<br>
><br>
> BTW, the build warning should also be guarded by #ifndef<br>
> CONFIG_COMPILE_TEST, per commit 31bb90f1cd084 "drm/amdgpu: shut up<br>
> #warning for compile testing".<br>
><br>
><br>
> OTOH, do we even need the capability to build the driver without DC anymore?<br>
<br>
Yeah, we can probably go ahead and remove CONFIG_DRM_AMD_DC.<br>
<br>
Alex<br>
<br>
><br>
><br>
> --<br>
> Earthling Michel Dänzer               |               <a href="http://www.amd.com">
http://www.amd.com</a><br>
> Libre software enthusiast             |             Mesa and X developer<br>
> _______________________________________________<br>
> amd-gfx mailing list<br>
> amd-gfx@lists.freedesktop.org<br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a><br>
_______________________________________________<br>
amd-gfx mailing list<br>
amd-gfx@lists.freedesktop.org<br>
<a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a><br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>