From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 48E93E006BE for ; Mon, 27 Jan 2014 15:13:01 -0800 (PST) Received: by mail-pb0-f51.google.com with SMTP id un15so6449221pbc.24 for ; Mon, 27 Jan 2014 15:13:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=z7+Uk7SLeYCfPLUr+cp3onbHvdjFGhJWOyHCAqpxGxc=; b=glbkmgOyhjQfjRs1NxmIhouBNzVHZGvAl8sXfXptKsKPOv5tVs+MGy7A5QwOR2zPap AZL4Hrma4o7drMl2PbVB2kPN7mRPqPMw5vYTXvu/r+vaEa+w8SdehUHPHQUAETiyqWud BUGws2fVsjo+4XcjvgwdwAOLL6qe55Uh96cnjDp+j4I5Tp3cH8BXzVTSfJ+rnFKL8Xak d3F5CETKegSy1eMZoISLqJWFa+CJP64g+RuHlstnOFhbuh4j0RAnqGd14rx988Tpua9n /DZUvhD9bbA0bRlnkFi2nMxO1oQxMfawPCwnJIn1vobVMJ9Ncgiy2myn29D3qmMx9b7h BP5g== X-Gm-Message-State: ALoCoQldpC3eSHQD46LFiK5b5SbvX6suyPV5uNKKeDy03TFRSG1WkIOafV9BivYTL4Xbv9ikHUSW X-Received: by 10.66.148.2 with SMTP id to2mr5510880pab.146.1390864380620; Mon, 27 Jan 2014 15:13:00 -0800 (PST) Received: from [192.168.0.53] ([63.226.49.26]) by mx.google.com with ESMTPSA id bc4sm35532728pbb.2.2014.01.27.15.12.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 27 Jan 2014 15:12:59 -0800 (PST) Message-ID: <52E6E7F8.9030908@boundarydevices.com> Date: Mon, 27 Jan 2014 16:12:56 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale Mailing List References: <1390689029-15623-1-git-send-email-otavio@ossystems.com.br> <1390689029-15623-2-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1390689029-15623-2-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm-extra PATCH 1/3] linux-boundary (3.0.35): 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: Mon, 27 Jan 2014 23:13:03 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 01/25/2014 03:30 PM, 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 > --- > > ...0-gpu-viante-4.6.9p13-kernel-part-integra.patch | 6261 ++++++++++++++++++++ > recipes-kernel/linux/linux-boundary_3.0.35.bb | 3 +- > 2 files changed, 6263 insertions(+), 1 deletion(-) > create mode 100644 recipes-kernel/linux/linux-boundary-3.0.35/ENGR00278350-gpu-viante-4.6.9p13-kernel-part-integra.patch > > diff --git a/recipes-kernel/linux/linux-boundary-3.0.35/ENGR00278350-gpu-viante-4.6.9p13-kernel-part-integra.patch b/recipes-kernel/linux/linux-boundary-3.0.35/ENGR00278350-gpu-viante-4.6.9p13-kernel-part-integra.patch > new file mode 100644 > index 0000000..1e039fd > --- /dev/null > +++ b/recipes-kernel/linux/linux-boundary-3.0.35/ENGR00278350-gpu-viante-4.6.9p13-kernel-part-integra.patch > @@ -0,0 +1,6261 @@ > +From 2e575255b8c53d3cfe2af068411696fe3c40debb Mon Sep 17 00:00:00 2001 > +From: Loren Huang > +Date: Mon, 2 Sep 2013 12:16:48 +0800 > +Subject: [PATCH 01/16] ENGR00278350 gpu:viante 4.6.9p13 kernel part > + integration > + > +Integrated 4.6.9p13 kernel part change. > +This integration is mainly for android test. > +Linux test will be focused on 3.10 kernel. > + > +Signed-off-by: Loren HUANG > +Acked-by: Shawn Guo Tested-by: Eric Nelson Tested using MACHINE=nitrogen6x and MACHINE=nitrogen6x-lite. Verified Qt3D demos function at > 100fps with a 720P display using fsl-image-gui. Also verified operation using a variety of Vivante samples in /opt/viv_samples/vdk and /opt/viv_samples/cl11. Regards, Eric