summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
...
* libmali-xlnx: MALI will not provide wayland-eglMadhurkiran Harikrishnan2019-11-192-14/+0
| | | | | | | | | | Starting from 1.15 wayland, wayland-egl implementations are wired from wayland source code. EGL providers need not provide symbols/library. Applications will hence be linked to the one provided by the wayland. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* libmali-xlnx: upgrade MALI recipe for 2019.2Manjukumar Matha2019-11-191-15/+8
| | | | | | | | | | | Upgrade MALI recipe and going forward from Wayland 1.15 the implementation for wayland-egl comes from wayland, EGL providers can leverage that and need not provide a separate implementation. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* xf86-video-armsoc: Remove the recipe for xf86-video-armsocMadhurkiran Harikrishnan2019-06-282-23/+3
| | | | | | | | | meta-openembedded holds xf86-video-armsoc recipe, meta-xilinx need not have the same. Also, move the patches to a bbappend file, so that it can be used by any xf86-video-armsoc recipe. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* kernel-module-mali: Fix errors associated with kernel upgrade to 4.19Madhurkiran Harikrishnan2019-06-284-0/+226
| | | | | | | | These patches fixes errors caused by removal of ancient init_timer API. Also, addresses the removal of hot/cold cache pages in the kernel. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* libmali-xlnx_git.bb: Fix the package arch for libmaliManjukumar Matha2019-06-281-1/+1
| | | | | | | | | Package arch for libmali cannot be soc_variant specific since it will cause the same library to be packaged differently between 'eg' and 'ev' devices. This has to be soc_family specfic package which applies to 'zynqmp' family. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* libmali-xlnx.bb: Add support for wayland in libMaliMadhurkiran Harikrishnan2019-01-013-14/+62
| | | | | | | Along with X11 and fbdev, MALI will now have wayland support as well. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* libmali-xlnx.bb: Add recipe to support MALI 400 binariesManjukumar Matha2018-06-255-0/+156
| | | | | | | | This recipe allows user to fetch the MALI 400 binaries from xilinx.com manually and use it with compatible machines based on UltraScale+ for libgles1/libgles2 and egl libraries. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* kernel-module-mali.bb: Set compatible and package arch according to SOC_VARIANTManjukumar Matha2018-06-211-1/+4
| | | | | | | MALI 400 is available only for eg and ev devices. Set compatible string and package arch to reflect the same. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* xf86-video-armsoc: Update xilinx drm driver nameVarunkumar Allagadapa2018-05-251-1/+1
| | | | | | | | This patch updates xilinx drm driver name to "xlnx" Signed-off-by: Varunkumar Allagadapa <varunkum@xilinx.com> Signed-off-by: Bhargava Sreekantappa Gayathri<bhargava.sreekantappa-gayathri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* kernel-module-mali: Update Mali driver to r8p0-01rel0Madhurkiran Harikrishnan2018-05-2515-204/+418
| | | | | | | | | This patch will update Mali kernel driver to r8p0-01rel0. Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com> Tested-by: Jaewon Lee <jaewon.lee@xilinx.com> Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* meta-xilinx: Restructuring meta-xilinx to support multiple layersManjukumar Matha2017-12-1315-0/+724
As discussed previously on mailing list, we are proceeding with layer restructuring. For rocko release we will have the following layers meta-xilinx ->meta-xilinx-bsp (current meta-xilinx) ->meta-xilinx-contrib In the subsequent releases we will add other layers from Xilinx meta-xilinx ->meta-xilinx-bsp (current meta-xilinx) ->meta-petalinux ->meta-xilinx-tools ->meta-xilinx-contrib This will provide one clone to get all the required meta layers from Xilinx for a complete solution, and the users can blacklist any layer which they don't want to use using bblayer.conf. This will enables us to help our vendors/partners to add their reference designs, board definitions etc. Recipe changes : * Move reference design zybo-linux-bd.bb to meta-xilinx-contrib * Move kernel patches realted to zybo-linux-bd-zynq7 board to meta-xilinx-contrib * Update README Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>