[Beignet] [PATCH] Add new BXT and KBL pciids to GetGenID.sh.

Pan, Xiuli xiuli.pan at intel.com
Thu Oct 20 08:09:37 UTC 2016


LGTM.
Thanks

-----Original Message-----
From: Beignet [mailto:beignet-bounces at lists.freedesktop.org] On Behalf Of Yang Rong
Sent: Monday, September 12, 2016 6:25 PM
To: beignet at lists.freedesktop.org
Cc: Yang, Rong R <rong.r.yang at intel.com>
Subject: [Beignet] [PATCH] Add new BXT and KBL pciids to GetGenID.sh.

Signed-off-by: Yang Rong <rong.r.yang at intel.com>
---
 GetGenID.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/GetGenID.sh b/GetGenID.sh
index 6181105..a0e5f85 100755
--- a/GetGenID.sh
+++ b/GetGenID.sh
@@ -15,7 +15,10 @@ genpciid+=(22b0 22b1 22b2 22b3)  #SKL
 genpciid+=(1906 1916 1926 190e 191e 1902 1912 1932 190b 191b 192b 193b 190a 191a 192a 193a)  #BXT
-genpciid+=(5a84)
+genpciid+=(5a84 5a85)
+#KBL
+genpciid+=(5906 5916 5926 5913 5921 5923 5927 5902 5912 5917) =(590b 
+genpciid+591b 593b 5908 590e 591e 5915 590a 591a 591d)
 pciid=($(lspci -nn | grep "\[8086:.*\]" -o | awk -F : '{print $2}' | awk -F ] '{print $1}'))  n=${#pciid[*]}
 i=0
--
2.1.4

_______________________________________________
Beignet mailing list
Beignet at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list