[PATCH] add support for AM572x in the DDX

Rob Clark robdclark at gmail.com
Sat Dec 6 08:43:39 PST 2014


On Fri, Dec 5, 2014 at 12:40 PM, Robert Nelson <robertcnelson at gmail.com> wrote:
> On Fri, Dec 5, 2014 at 11:34 AM, Rob Clark <robdclark at gmail.com> wrote:
>> On Fri, Dec 5, 2014 at 12:01 PM, Robert Nelson <robertcnelson at gmail.com> wrote:
>>> On Fri, Dec 5, 2014 at 10:57 AM, Emil Velikov <emil.l.velikov at 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

gotcha, well I've pushed your patch.  I don't really have the hw
unpacked and setup to test these days, but if someone confirm latest
master is good then I suppose I should spin a release tag for distro's
to pick up..


BR,
-R


> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/


More information about the dri-devel mailing list