aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powervr-drivers/libgles-omap3/rc.pvr
blob: 244f480f2c1b021061bab3e00e692e10a93dc2b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh

#rmmod bc_example
rmmod omaplfb
rmmod pvrsrvkm

insmod $(busybox find /lib/modules/$(uname -r) -name "pvrsrvkm.ko")
#modprobe bc_example
modprobe omaplfb

pvr_maj=`grep "pvrsrvkm$" /proc/devices | cut -b1,2,3`

if [ -e /dev/pvrsrvkm ] ; then 
	rm -f /dev/pvrsrvkm
fi

mknod /dev/pvrsrvkm c $pvr_maj 0 
chmod 666 /dev/pvrsrvkm

/usr/bin/pvrsrvinit

# Set SGX to full speed
devmem2 0x48004b40 w 0