summaryrefslogtreecommitdiffstats
path: root/pvr-source/services4/srvkm/env/linux/ion.c
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2013-07-03 15:14:18 -0700
committerHashcode <hashcode0f@gmail.com>2015-02-06 11:00:32 -0800
commit236af44d2574763532288a063f7745ebd2432b5f (patch)
tree3e92c8856dc82938600d174ad08446cc0e1b71ce /pvr-source/services4/srvkm/env/linux/ion.c
parent391c312c8964088c512de2cfb1e29c78d245d06b (diff)
downloadhardware_ti_omap4-236af44d2574763532288a063f7745ebd2432b5f.tar.gz
hardware_ti_omap4-236af44d2574763532288a063f7745ebd2432b5f.tar.bz2
hardware_ti_omap4-236af44d2574763532288a063f7745ebd2432b5f.zip
SGX-BIN: DDK binaries and KM source 1.9@2291151
Includes new pixel formats. Change-Id: I4a56e6bff9c477610f2ce30706831f66dcc9c651
Diffstat (limited to 'pvr-source/services4/srvkm/env/linux/ion.c')
-rw-r--r--pvr-source/services4/srvkm/env/linux/ion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pvr-source/services4/srvkm/env/linux/ion.c b/pvr-source/services4/srvkm/env/linux/ion.c
index 3e772bc..e84fdc4 100644
--- a/pvr-source/services4/srvkm/env/linux/ion.c
+++ b/pvr-source/services4/srvkm/env/linux/ion.c
@@ -74,7 +74,7 @@ int PVRSRVExportFDToIONHandles(int fd, struct ion_client **client,
int ret = -EINVAL;
/* Take the bridge mutex so the handle won't be freed underneath us */
- LinuxLockMutex(&gPVRSRVLock);
+ LinuxLockMutexNested(&gPVRSRVLock, PVRSRV_LOCK_CLASS_BRIDGE);
psFile = fget(fd);
if(!psFile)