[Beignet] [PATCH] Add the pci id support for gbe_generate
Song, Ruiling
ruiling.song at intel.com
Thu May 22 21:25:13 PDT 2014
It does not work on my laptop. The lspci -nn will display GPU as:
00:02.0 VGA compatible controller [0300]: Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09)
> > --- /dev/null
> > +++ b/src/GetGenID.sh
> > @@ -0,0 +1,2 @@
> > +#!/bin/bash
> > +lspci -nn | grep "Gen .* Graphics" -i | grep "\[8086:.*\]" -o | awk -F : '{print $2}' | awk -F ] '{print $1}'
> > diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt index
More information about the Beignet
mailing list