[Freedreno] [PATCH 07/13] drm/msm: Use sychronized interface of the IOMMU-API

2017-08-17 Thread Joerg Roedel
From: Joerg Roedel The map and unmap functions of the IOMMU-API changed their semantics: They do no longer guarantee that the hardware TLBs are synchronized with the page-table updates they made. To make conversion easier, new synchronized functions have been introduced which give these guarante

Re: [Freedreno] Whether A200 driver is supported by Linux Mainline Kernel

2017-08-17 Thread Wladimir J. van der Laan
Hello abhijit, > Now I am trying to run some 2D application from freedreno. I saw that these > applications use libC2D2. > > I was able to get this library for UNIX, but I am not able to get libstlport > for UNIX which is one of dependencies. I am concluding libC2D2 is specific > to Andriod You

Re: [Freedreno] Whether A200 driver is supported by Linux Mainline Kernel

2017-08-17 Thread abhijit
Hi All, I am able to get the 3D graphic driver to run. Thank you very much for kind help. Now I am trying to run some 2D application from freedreno. I saw that these applications use libC2D2. I was able to get this library for UNIX, but I am not able to get libstlport for UNIX which is one