[PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2

2016-02-02 Thread Jean-Francois Moine
On Tue, 2 Feb 2016 17:26:13 + Andre Przywara wrote: > Can you sketch (or point me to) what I need to do? Just a > simple-framebuffer DT node? > I take it that the driver does not depend on any kind of U-Boot > initialisation, but instead takes care of this itself? > > And would this pave the

[PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2

2016-02-02 Thread Jean-Francois Moine
On Wed, 20 Jan 2016 11:14:38 + Andre Przywara wrote: > I haven't looked at it in detail yet, I just tried to compile it for > ARM64 to prepare for a test on the Allwinner A64. > > So just two things I spotted below: Hi André, I fixed them in the v3 patch request. Have you succeeded to get

[PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2

2016-02-02 Thread Andre Przywara
Hi, On 02/02/16 17:19, Jean-Francois Moine wrote: > On Wed, 20 Jan 2016 11:14:38 + > Andre Przywara wrote: > >> I haven't looked at it in detail yet, I just tried to compile it for >> ARM64 to prepare for a test on the Allwinner A64. >> >> So just two things I spotted below: > > Hi André,

[PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2

2016-01-20 Thread Andre Przywara
Hi Jean-Francois, I haven't looked at it in detail yet, I just tried to compile it for ARM64 to prepare for a test on the Allwinner A64. So just two things I spotted below: On 15/01/16 15:54, Jean-Francois Moine wrote: > In recent SoCs, as the H3, Allwinner uses a new display interface, DE2. > T

[PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2

2016-01-15 Thread Jean-Francois Moine
In recent SoCs, as the H3, Allwinner uses a new display interface, DE2. This patch adds a DRM video driver for this interface. Signed-off-by: Jean-Francois Moine --- Changes: - remarks from Russell King - DT documentation added - working resolution change with xrandr