From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A71E8E00C93; Tue, 6 Dec 2016 16:51:32 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, URI_HEX autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.1 URI_HEX URI: URI hostname has long hexadecimal sequence * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 503 seconds by postgrey-1.32 at yocto-www; Tue, 06 Dec 2016 16:51:31 PST Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 48D93E00C80 for ; Tue, 6 Dec 2016 16:51:30 -0800 (PST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id uB70h7lp029183 for ; Tue, 6 Dec 2016 18:43:07 -0600 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id uB70h7r2007928 for ; Tue, 6 Dec 2016 18:43:07 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Tue, 6 Dec 2016 18:43:07 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id uB70h7Bi019866; Tue, 6 Dec 2016 18:43:07 -0600 Date: Tue, 6 Dec 2016 19:43:07 -0500 From: Denys Dmytriyenko To: Eric Ruei Message-ID: <20161207004307.GM28380@edge> References: <1481055050-26926-1-git-send-email-e-ruei1@ti.com> MIME-Version: 1.0 In-Reply-To: <1481055050-26926-1-git-send-email-e-ruei1@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] ti-sgx-ddk-um: fix a bug at the drmModeAddFB() call at null_drm_ws.c X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 00:51:32 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Does not apply, please rebase. On Tue, Dec 06, 2016 at 03:10:50PM -0500, Eric Ruei wrote: > Both parameter depth and bpp are set to uiPixelWidthInBits at the current > implementation, however, the depth may not be the same as bpp for certain > pixel format such as XRGB8888. This bug was exposed by the recent DRM > driver change introducing strict error checking. To fix this problem, add utility > function uiPixelDepthInBits to derive and use depth based on the pixel format. > > > Signed-off-by: Eric Ruei > --- > recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb > index 15c9232..77fc198 100644 > --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb > +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb > @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" > BRANCH = "ti-img-sgx/${PV}" > > SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" > -SRCREV = "fccafce7d0a023e36c064ccbaa7d33e89252ea00" > +SRCREV = "3c0537748dd283b2de9c5369570aa2aade5a9979" > > # There's only hardfp version available > python __anonymous() { > @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8" > > inherit update-rc.d > > -PR = "r16" > +PR = "r17" > PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" > > DEPENDS += "libdrm udev libgbm wayland libffi" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti