summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* gmmlib: build for native as wellAnuj Mittal2019-08-211-0/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: disable x32 buildNaveen Saini2019-08-081-0/+2
| | | | | | | | | Upstream doesn't support building for x32. Instread of patching makefile for x32 and risk runtime failures, disable the build. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* hdcp: upgrade v19.1.0 -> v19.2.0Naveen Saini2019-08-031-1/+1
| | | | | | | | Release details can be found here: https://github.com/intel/hdcp/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metrics-discovery: v1.5.102 -> v1.5.108Naveen Saini2019-08-021-2/+2
| | | | | | | | | | LICENSE.md contains Year (2018 -> 2019) update More details can be found here: https://github.com/intel/metrics-discovery/releases/tag/metrics-discovery-1.5.108 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 19.1.2 -> 19.2.3Anuj Mittal2019-07-101-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* hdcp: add recipeNaveen Saini2019-07-042-0/+68
| | | | | | | | | | | | | | | | | Intel(R) unified HDCP (High-bandwidth Digital Content Protection) is a user space implementation to prevent copying of digital audio & video content across digital display interfaces. The Intel(R) unified HDCP is dependent on kernel space HDCP implementation to provide a complete stack to enable the HDCP1.4 and HDCP2.2 protection. HDCP2.2 service support is available kernel 5.2-rc onward. Currently 4.19 kernel and mainline-tracking (base branch) from Intel PKT does not have HDCP2.2 support. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igt-gpu-tools: upgrade 1.23 -> 1.24Naveen Saini2019-07-012-52/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC9 build failures already fixed, patch is not required anymore. Below Copyright information is appended to COPYING Copyright (C) 1999-2007 Brian Paul All Rights Reserved. Copyright 2015 Philip Taylor <philip@zaynar.co.uk> Copyright 2018 Advanced Micro Devices, Inc. Shader debugger removed due to lack of use and accumulation of bitrot. (Arkadiusz Hiler) So removing --disable-shader-debugger configuration option. Added support for testing DP/HDMI audio with the Chamelium device, dropping the audio tests that required exotic custom hardware to execute. (Simon Ser) Removing audio configuration. Stack traces now contain source file names and line numbers, using libdw. (Maarten Lankhorst) Due to this faced build failure: | checking for libdw... no | configure: error: Package requirements (libdw) were not met: | | No package 'libdw' found To fix above added elfutils in DEPENDS. Dropped gtkdoc support. So no need to inherit gtkdoc More details can be found here: https://gitlab.freedesktop.org/drm/igt-gpu-tools/commit/22850c1906550fb97b405c019275dcfb34be8cf7 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igt-gpu-tools: fix build error with gcc9Anuj Mittal2019-06-012-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport from master to fix build error when building with gcc 9: | ../../igt-gpu-tools-1.23/lib/igt_fb.c: In function 'create_bo_for_fb': | ../../igt-gpu-tools-1.23/lib/igt_fb.c:413:16: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith] | 413 | memset(ptr + offsets[0], full_range ? 0x00 : 0x10, | | ^ | ../../igt-gpu-tools-1.23/lib/igt_fb.c:415:16: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith] | 415 | memset(ptr + offsets[1], 0x80, | | ^ | ../../igt-gpu-tools-1.23/lib/igt_fb.c: In function 'convert_rgb24_to_nv12': | ../../igt-gpu-tools-1.23/lib/igt_fb.c:1382:12: error: array subscript 2 is outside array bounds of 'struct igt_vec4[2]' [-Werror=array-bounds] | 1382 | rgb->d[0] = rgb24[2]; | | ~~~~~~~~~~^~~~~~~~~~ | ../../igt-gpu-tools-1.23/lib/igt_fb.c:1549:20: note: while referencing 'rgb' | 1549 | struct igt_vec4 rgb[2]; | | ^~~ | ../../igt-gpu-tools-1.23/lib/igt_fb.c:1383:12: error: array subscript 2 is outside array bounds of 'struct igt_vec4[2]' [-Werror=array-bounds] | 1383 | rgb->d[1] = rgb24[1]; | | ~~~~~~~~~~^~~~~~~~~~ | ../../igt-gpu-tools-1.23/lib/igt_fb.c:1549:20: note: while referencing 'rgb' | 1549 | struct igt_vec4 rgb[2]; | | ^~~ | ../../igt-gpu-tools-1.23/lib/igt_fb.c:1384:12: error: array subscript 2 is outside array bounds of 'struct igt_vec4[2]' [-Werror=array-bounds] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 18.4.1 -> 19.1.2Naveen Saini2019-05-061-1/+1
| | | | | | | | For more details, please check: https://github.com/intel/gmmlib/tree/intel-gmmlib-19.1.2 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metrics-discovery: Updates mesa util filesAnkit Navik2019-04-041-1/+1
| | | | | | | | Updates mesa util files, includes additional KBL and CFL chipsets and updates metrics-discovery to v1.5.102. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 18.3.0 -> 18.4.1Anuj Mittal2019-02-151-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: fix upstream release checkingRoss Burton2019-02-041-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metrics-discovery: Initial recipe for Metrics Discovery APIAnkit Navik2019-01-131-0/+17
| | | | | | | | Add generic recipe for Metrics Discovery API. Its a user mode library that provides access to GPU performance data. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: add recipeAnuj Mittal2018-11-281-0/+19
| | | | | | | It provides buffer management for Intel(R) Graphics Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igt-gpu-tools: fix packagingAnuj Mittal2018-09-271-6/+6
| | | | | | | Make sure new project name is used to ensure files are packaged correctly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igt-gpu-tools: update compile time dependenciesAvinash Reddy Palleti2018-09-271-1/+1
| | | | | | | Adding missing build dependencies for igt-gpu-tools recipe. Signed-off-by: Avinash Reddy Palleti <avinash.reddy.palleti@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igt-gpu-tools: upgrade 1.22 -> 1.23Anuj Mittal2018-09-201-2/+2
| | | | | | | | | | Project name has changed from intel-gpu-tools to igt-gpu-tools. For changes, please see: https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/tree/NEWS?h=igt-gpu-tools-1.23 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-gpu-tools: upgrade 1.21 -> 1.22Anuj Mittal2018-04-161-2/+5
| | | | | | | | | For changes, please see: https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/tree/NEWS Also add a PACKAGECONFIG to enable audio tests. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* intel-gpu-tools: upgrade to 1.21Anuj Mittal2018-02-162-89/+4
| | | | | | | | | | | * Remove the backported patch * libunwind is a hard dependency now * Point the SRC_URI to xz file since i-g-t doesn't have the default format tarball. Part of Intel graphics stack 2017Q4. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* intel-gpu-tools: backport patch fixing 32-bit buildsCalifornia Sullivan2018-01-192-0/+84
| | | | | | | | | | | | | | | | | | | | | | Fixes the following error seen in 32-bit builds: | ../../intel-gpu-tools-1.20/lib/igt_x86.c:96:10: error: redefinition of 'igt_x86_features' | unsigned igt_x86_features(void) | ^~~~~~~~~~~~~~~~ | In file included from ../../intel-gpu-tools-1.20/lib/igt_x86.c:38:0: | ../../intel-gpu-tools-1.20/lib/igt_x86.h:47:24: note: previous definition of 'igt_x86_features' was here | static inline unsigned igt_x86_features(void) | ^~~~~~~~~~~~~~~~ | ../../intel-gpu-tools-1.20/lib/igt_x86.c:148:7: error: redefinition of 'igt_x86_features_to_string' | char *igt_x86_features_to_string(unsigned features, char *line) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | In file included from ../../intel-gpu-tools-1.20/lib/igt_x86.c:38:0: | ../../intel-gpu-tools-1.20/lib/igt_x86.h:51:21: note: previous definition of 'igt_x86_features_to_string' was here | static inline char *igt_x86_features_to_string(unsigned features, char *line) I unfortunately missed this before merging the upgrade. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* xf86-video-mga: remove recipe from meta-intelAnuj Mittal2018-01-172-91/+0
| | | | | | | | | | This driver was added for a platform that is no longer supported. This recipe is also maintained in meta-oe in case it's required outside of meta-intel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* intel-gpu-tools: update from 1.19 to 1.20Anuj Mittal2018-01-161-2/+2
| | | | | | | Part of Intel graphics stack 2017Q3 release. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* meta-intel: Reorganize the layout to remove commonSaul Wold2017-11-204-0/+143
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>