otherwise those dev2mem hacks further in the script
will f*ck up suspend on later kernels.
modprobe omaplfb
modprobe bufferclass_ti
+ if ! lsmod | grep -q pvrsrvkm; then
+ echo pvrsrvkm failed to load
+ exit 1
+ fi
+
pvr_maj=`grep "pvrsrvkm$" /proc/devices | cut -b1,2,3`
bc_maj=`grep "bc" /proc/devices | cut -b1,2,3`
# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
# see libgles-omap3.inc for detailed installation instructions
+PR = "r2"
+
SGXPV = "4_00_00_01"
IMGPV = "1.4.14.2616"
BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin"