Thanks, Gary, my mistake. That file should not have been submitted. Tom
> -----Original Message----- > From: Gary Bisson [mailto:[email protected]] > Sent: Tuesday, August 7, 2018 4:10 AM > To: Tom Hochstein <[email protected]> > Cc: meta-freescale Mailing List <[email protected]> > Subject: Re: [meta-freescale] [PATCH v2 01/43] xserver-xf86-config: Add > support for i.MX 8MQ > > Hi Tom, > > Have you tested this patch on an actual i.MX8MQ platform? > > Isn't the "vivante" driver mentioned in xorg.conf referring to xf86-video-imx- > vivante which cannot be built for i.MX8MQ since it requires libg2d? > > Moreover since imx-gpu-viv has no x11 backend for i.MX8 I'm curious about > how this actually works. > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fco > mmunity.nxp.com%2Fthread%2F473905%23comment- > 1005537&data=02%7C01%7Ctom.hochstein%40nxp.com%7Cc0f54ac2b1 > 1d42139aab08d5fc457d5e%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0 > %7C636692297741068895&sdata=Gq4sSOu6STlWuss%2BpN%2FwIvbPV > RjKu5LFtKUn431jgxA%3D&reserved=0 > > Regards, > Gary Bisson > Boundary Devices, LLC > https://emea01.safelinks.protection.outlook.com/?url=www.boundarydevic > es.com&data=02%7C01%7Ctom.hochstein%40nxp.com%7Cc0f54ac2b11 > d42139aab08d5fc457d5e%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0 > %7C636692297741068895&sdata=28q9wbF2g3g4We%2F%2FO6WS8zOqI > cBM0w0UgilkuIboTKM%3D&reserved=0 > > > On Mon, Aug 6, 2018 at 10:03 PM, Tom Hochstein > <[email protected]> wrote: > > Add DRM driver. > > > > Signed-off-by: Tom Hochstein <[email protected]> > > --- > > .../xorg-xserver/xserver-xf86-config/imxdrm/xorg.conf | 15 > +++++++++++++++ > > 1 file changed, 15 insertions(+) > > create mode 100644 > > recipes-graphics/xorg-xserver/xserver-xf86-config/imxdrm/xorg.conf > > > > diff --git > > a/recipes-graphics/xorg-xserver/xserver-xf86-config/imxdrm/xorg.conf > > b/recipes-graphics/xorg-xserver/xserver-xf86-config/imxdrm/xorg.conf > > new file mode 100644 > > index 0000000..ec12ed9 > > --- /dev/null > > +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/imxdrm/xorg.co > > +++ nf > > @@ -0,0 +1,15 @@ > > +Section "Device" > > + Identifier "i.MX Accelerated DRM Device" > > + Driver "vivante" > > + Option "kmsdev" "/dev/dri/card0" > > +EndSection > > + > > +Section "ServerFlags" > > + Option "BlankTime" "0" > > + Option "StandbyTime" "0" > > + Option "SuspendTime" "0" > > + Option "OffTime" "0" > > + Option "Xinerama" "off" > > + Option "Clone" "on" > > + Option "SWcursor" "true" > > +EndSection > > -- > > 2.7.4 > > > > -- > > _______________________________________________ > > meta-freescale mailing list > > [email protected] > > > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flis > > ts.yoctoproject.org%2Flistinfo%2Fmeta- > freescale&data=02%7C01%7Ctom > > > .hochstein%40nxp.com%7Cc0f54ac2b11d42139aab08d5fc457d5e%7C686ea1d > 3bc2b > > > 4c6fa92cd99c5c301635%7C0%7C0%7C636692297741068895&sdata=cKk4 > hW2IQR > > HWheo075%2Fpl8jKRPLj59ZqtAmm8HdFHBg%3D&reserved=0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
