check the master_fd
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 7 Apr 2022 09:45:25 +0000 (18:45 +0900)
committerXuelian Bai <xuelian.bai@samsung.com>
Thu, 18 Jan 2024 01:31:56 +0000 (09:31 +0800)
commitad1bff80838ab8bfa295cbdc0d0512af65546cde
treeefbfd48c02b1600453eea4587ddeba01d6d2ce79
parent1b596cfd68d7291b106e7066a72d80667f5a7853
check the master_fd

Display Server(Enlightenment) always use the master_fd, so if the process can get the
master_fd from tbm_drm_helper_get_master_fd(), there is no need to get
the authentication information.
If the process does not have the master_fd, it needs to get the
authentication from the master process which is the Display
Server(Enlightenment).

Change-Id: Ib18113468b133c5335f1f280760383e40977062a
src/egl/drivers/dri2/platform_tizen.c