[meta-freescale] [PATCH v2 01/43] xserver-xf86-config: Add support for i.MX 8MQ

Gary Bisson gary.bisson at boundarydevices.com
Tue Aug 7 02:09:31 PDT 2018


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://community.nxp.com/thread/473905#comment-1005537

Regards,
Gary Bisson
Boundary Devices, LLC
www.boundarydevices.com


On Mon, Aug 6, 2018 at 10:03 PM, Tom Hochstein <tom.hochstein at nxp.com> wrote:
> Add DRM driver.
>
> Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
> ---
>  .../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.conf
> @@ -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
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list