<div dir="ltr">Hi All.<div>I am using DRM in a sama5d3 Xplained with display TM43 and I've found with the following problem:<br></div><div>I deleted the network interfaces in the device tree for my system to boot faster. My problem is that now the startup script run before the driver has loaded correctly. </div><div>I explain better:<br></div><div>The startup script begin to appear before the creation of the framebuffer message appears. (See LogKernel.txt)<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">atmel-hlcdc-display-controller atmel-hlcdc-dc: fb0:  frame buffer device</blockquote><div><br></div><div>1 - I can't use the framebuffer until the message is not displayed. (This did not matter. I want to use drm.)</div><div>2 - DRM don't work fine. If I try to paint on the screen (using planes) before the message it is created framebuffer appears, nothing appears on the display.</div><div><br></div><div>This problem I can replicate with the demo atmel if I remove network interfaces in the device tree and adding a startup script that uses drm. <br></div><div><br></div><div>I add the demo with the modified device tree so you can prove that occurs. <br></div><div><br></div><div><a href="https://drive.google.com/file/d/0B3EMwEbIHhkAbDhGMU1BcEVoYkU/view?usp=sharing">https://drive.google.com/file/d/0B3EMwEbIHhkAbDhGMU1BcEVoYkU/view?usp=sharing</a><br></div><div><br></div><div>You only need to add the startup script in /etc/rcS.d/<br></div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">#!/bin/sh<br>modetest -M atmel-hlcdc -P 26:480x272+0+0@AR15</blockquote></div><div><br></div><div>I also tested with the latest version of kernel 4.8 RC3 and the problem is still happening.<br></div><div><br></div><div>Thanks!</div><div>Regards!</div><div><br></div></div>