Commit Graph

112 Commits

Author SHA1 Message Date
Ross Burton
828ff7d8ff gmmlib: fix upstream release checking
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-02-04 13:17:50 +08:00
Ankit Navik
dbbeea0871 metrics-discovery: Initial recipe for Metrics Discovery API
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>
2019-01-13 14:22:07 +08:00
Anuj Mittal
80d9481197 gmmlib: add recipe
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>
2018-11-28 11:29:39 +08:00
Anuj Mittal
5cbac7d165 igt-gpu-tools: fix packaging
Make sure new project name is used to ensure files are packaged
correctly.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-09-27 16:45:16 +08:00
Avinash Reddy Palleti
cd6de40d4c igt-gpu-tools: update compile time dependencies
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>
2018-09-27 16:42:29 +08:00
Anuj Mittal
cc31254d1a igt-gpu-tools: upgrade 1.22 -> 1.23
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>
2018-09-20 16:20:17 +08:00
Anuj Mittal
487ca63931 intel-gpu-tools: upgrade 1.21 -> 1.22
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>
2018-04-16 16:08:53 -07:00
Anuj Mittal
b76785739c intel-gpu-tools: upgrade to 1.21
* 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>
2018-02-16 15:44:01 -08:00
California Sullivan
be9a2e5ae2 intel-gpu-tools: backport patch fixing 32-bit builds
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>
2018-01-19 13:44:14 -08:00
Anuj Mittal
7bf03f7612 xf86-video-mga: remove recipe from meta-intel
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>
2018-01-17 11:36:26 -08:00
Anuj Mittal
3845413cfb intel-gpu-tools: update from 1.19 to 1.20
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>
2018-01-16 17:01:04 -08:00
Saul Wold
d53dbb38c4 meta-intel: Reorganize the layout to remove common
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>
2017-11-20 15:33:02 -08:00