mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-19 11:10:52 +00:00
ca02a57aa96a8a5a816c027a8ee494820b22749e
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 <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
The official OpenEmbedded/Yocto BSP layer for Texas Instruments platforms. It is hosted on http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ with the source repository at git://git.yoctoproject.org/meta-ti This layer depends on: URI: git://git.openembedded.org/openembedded-core layers: meta branch: krogoth The base BSP part of meta-ti should work with different OpenEmbedded/Yocto distributions and layer stacks, such as: distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago. Please follow the recommended setup procedures of your OE distribution. Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org Please note - meta-ti mailing list requires subscription for posting: https://lists.yoctoproject.org/listinfo/meta-ti Maintainers: Denys Dmytriyenko <denys@ti.com>
Description
Languages
BitBake
92.7%
Shell
3.8%
Pascal
1.5%
C++
0.9%
Pawn
0.6%
Other
0.4%