From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 02AF0E00280 for ; Thu, 30 Jan 2014 02:16:52 -0800 (PST) Received: from [192.168.178.14] (chello080108009040.14.11.vie.surfer.at [80.108.9.40]) by ptmx.org (Postfix) with ESMTPSA id BAF4E22681 for ; Thu, 30 Jan 2014 11:16:51 +0100 (CET) Message-ID: <52EA2712.10807@pseudoterminal.org> Date: Thu, 30 Jan 2014 11:18:58 +0100 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1391026203-3722-1-git-send-email-otavio@ossystems.com.br> <1391026203-3722-3-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1391026203-3722-3-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm-extra PATCH v3 2/3] linux-cubox-i: Add Vivante GPU 4.6.9p13 support X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 10:16:56 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I did a quick test with a DVI monitor connected to the machine with a HDMI-DVI cable. In X11, I get only 1024x768, even though the monitor's native resolution is 1280x720. The boot splash and framebuffer console work in native 1280x768. I have seen a similar problem back then with both framebuffer and X11. It was the reason for the cea mode patch in the cubox-i kernel (the patch is included in meta-fsl-arm-extra). I suspect something similar is going on with the newer Vivante drivers. On 2014-01-29 21:10, Otavio Salvador wrote: > The 3.10.17-1.0.0 GPU has been updated tp 4.6.9p13 release. This patch > updates the kernel driver to be compatible with it. > > Signed-off-by: Otavio Salvador > --- >