From: Kirill A. Shutemov Date: Wed, 21 Mar 2012 11:13:50 +0000 (+0200) Subject: gfx: pvr: fix list of supported FW version X-Git-Tag: 2.1b_release~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1334c626cde10d7fa4be24f7d1a91bfef904f8c1;p=kernel%2Fkernel-mfld-blackbay.git gfx: pvr: fix list of supported FW version The only supported FW version is 1.7.17.296760. Signed-off-by: Kirill A. Shutemov Acked-by: Pauli Nieminen --- diff --git a/drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c b/drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c index ee17d04..dccb448 100644 --- a/drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c +++ b/drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c @@ -1982,8 +1982,7 @@ IMG_VOID SGXPanic(PVRSRV_DEVICE_NODE *dev_node) static int fw_version_supported(const int fw_ver[4]) { static const int sup_versions[][4] = { - { 1, 6, 16, 4120 }, - { 1, 6, 16, 4043 }, + { 1, 7, 17, 296760 }, }; int i;