Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-13 Thread Saul Wold
On 08/12/2015 08:15 PM, Pengyu Ma wrote: # ~/checkbashisms -f /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients possible bashism in /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients line 3 (bash arrays, ${name[0|*|@]}): SOURCE_DIR=$( dirname ${BASH_SOURCE[0]} ) possible

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-13 Thread Pengyu Ma
On 08/13/2015 11:10 PM, Saul Wold wrote: On 08/12/2015 08:15 PM, Pengyu Ma wrote: # ~/checkbashisms -f /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients possible bashism in /usr/lib64/intel-gpu-tools/intel-gpu-tools/check_drm_clients line 3 (bash arrays, ${name[0|*|@]}):

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Saul Wold
On 08/12/2015 02:37 AM, Pengyu Ma wrote: I have installed intel-gpu-tools on my broadwell-u board, run kms_sysfs_edid_timing and other tests, most of them have no output, one example log: /usr/lib64/intel-gpu-tools/intel-gpu-tools/drv_missed_irq_hang Interrupts masked Interrupts unmasked

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Burton, Ross
On 12 August 2015 at 16:17, Saul Wold s...@linux.intel.com wrote: If you are running on a system with bash the /bin/sh will point to bash so there is no real change, the real test is to install these tools on a system without Bash and ensure they work. Or run checkbashisms, or just read the

Re: [meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-12 Thread Pengyu Ma
I have installed intel-gpu-tools on my broadwell-u board, run kms_sysfs_edid_timing and other tests, most of them have no output, one example log: /usr/lib64/intel-gpu-tools/intel-gpu-tools/drv_missed_irq_hang Interrupts masked Interrupts unmasked Cleared missed interrupts Pengyu On 08/12/2015

[meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-11 Thread Pengyu Ma
Disable gtk-doc to fix building error. Add libunwind package config to fix denpendece. Changes since v2: * Remove bash dependency. Changes since v1: * Add libunwind package config. Signed-off-by: Pengyu Ma pengyu...@windriver.com --- ...001-test-script-remove-dependency-on-bash.patch | 146