Share master fd widh tdm backend 42/63642/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 7 Mar 2016 12:14:05 +0000 (21:14 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 11 Apr 2016 04:04:57 +0000 (13:04 +0900)
Change-Id: Iecb82426fd0beeb9f7cda78035293ed1c9cc68c4

src/tbm_bufmgr_sprd.c

index 36eabbf..7ce1b42 100755 (executable)
@@ -367,7 +367,6 @@ _tgl_get_data(int fd, unsigned int key, unsigned int *locked)
        return arg.data1;
 }
 
-#if 0
 static int
 _tbm_sprd_open_drm()
 {
@@ -459,7 +458,6 @@ _tbm_sprd_open_drm()
 
        return fd;
 }
-#endif
 
 static int
 _sprd_bo_cache_flush (tbm_bo bo, int flags)
@@ -1862,8 +1860,6 @@ init_tbm_bufmgr_priv (tbm_bufmgr bufmgr, int fd)
        }
 
        if (tbm_backend_is_display_server()) {
-#if 0
-               /* this code is applied with libtdm-sprd */
                int master_fd = -1;
 
                bufmgr_sprd->fd = -1;
@@ -1874,9 +1870,6 @@ init_tbm_bufmgr_priv (tbm_bufmgr bufmgr, int fd)
                } else {
                        bufmgr_sprd->fd = dup(master_fd);
                }
-#else
-               bufmgr_sprd->fd = dup(fd);
-#endif
 
                if (bufmgr_sprd->fd < 0) {
                        TBM_SPRD_LOG ("[libtbm-sprd:%d] error: Fail to create drm!\n", getpid());