drm timing problems in sama5d3 Xplained.

2016-09-05 Thread Alex Vazquez
Hi All. I am using DRM in a sama5d3 Xplained with display TM43 and I've found with the following problem: 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. I explain better: The

enable display using drm

2016-03-01 Thread Alex Vazquez
Hi. I want to know if it's possible (enable/disable) the display using some function of drm. I have looking for but I don't find nothing about this. Regards! -- next part -- An HTML attachment was scrubbed... URL:

free resource

2015-09-14 Thread Alex Vazquez
Hi! I want to know if when i use drmModeFreeResources() i need free the resources crtc, encoder and connector before or it is not necessary. Regards. -- next part -- An HTML attachment was scrubbed... URL:

create framebuffer device layer overlay

2015-09-06 Thread Alex Vazquez
Hi, Daniel! I used my application also Pc and I would like to be as compatible as possible. How could create the device framebuffer from overlay layer using libdrm? Thanks! 2015-09-04 14:52 GMT+02:00 Daniel Vetter : > On Fri, Sep 04, 2015 at 11:59:58AM +0200, Alex Vazquez wrote: > &g

create framebuffer device layer overlay

2015-09-04 Thread Alex Vazquez
Hi,all! I'm using atmel-hlcdc driver to control a LCD panel and an application uses the /dev/fb0 framebuffer created by the driver. The display works fine except that the panel's standard orientation is landscape mode (480x275) and I need to use it in portrait mode (275x480). I know that the