remove legacy libtbm backend
[platform/adaptation/spreadtrum/libtbm-sprd.git] / src / tbm_bufmgr_tgl.h
index 1790885..cae2c04 100644 (file)
@@ -34,7 +34,8 @@
 
 #include <linux/ioctl.h>
 
-static char tgl_devfile[] = "/dev/tgl";
+static char tgl_devfile[] = "/dev/slp_global_lock";
+static char tgl_devfile1[] = "/dev/tgl";
 
 #define TGL_IOCTL_BASE         0x32
 #define TGL_IO(nr)                     _IO(TGL_IOCTL_BASE, nr)