On Fri, Dec 5, 2014 at 11:34 AM, Rob Clark robdclark@gmail.com wrote:
On Fri, Dec 5, 2014 at 12:01 PM, Robert Nelson robertcnelson@gmail.com wrote:
On Fri, Dec 5, 2014 at 10:57 AM, Emil Velikov emil.l.velikov@gmail.com wrote:
Adding the freedreno ML to the Cc list :-)
Sorry Emil,
underneath this is omapdrm + PowerVR, so i should have prefixed it as: "xf86-video-omap"...
Hey Robert,
I can update xf86-video-omap.. where there some other patches wanted/desired (has_dmm() iirc?)
Hi Rob,
The version i posted today has the "has_dmm" change merged in, which other then the README update is the only change I made.
static inline Bool has_dmm(OMAPPtr pOMAP) { - return pOMAP->chipset >= 0x4430; + return pOMAP->chipset >= 0x4430 || pOMAP->chipset == 0x0752; }
Haven't really heard back from TI about all the other random changes they made to their fork of your xf86-video-omap tree:
http://git.ti.com/gitweb/?p=glsdk/xf86-video-omap.git;a=summary
Regards,