| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_wsi.c | 49 physical_device->master_fd, NULL,
|
| panvk_device.c | 212 if (device->master_fd != -1) 213 close(device->master_fd); 244 int master_fd = -1; local 303 master_fd = open(drm_device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC); 304 if (master_fd >= 0) { 305 /* TODO: free master_fd is accel is not working? */ 309 device->master_fd = master_fd; 354 if (master_fd != -1) 355 close(master_fd); [all...] |
| panvk_private.h | 189 int master_fd;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_wsi.c | 48 physical_device->master_fd, NULL,
|
| tu_drm.c | 404 int master_fd = -1; local 456 master_fd = 458 if (master_fd >= 0) { 459 /* TODO: free master_fd is accel is not working? */ 463 device->master_fd = master_fd; 500 if (master_fd != -1) 501 close(master_fd);
|
| tu_kgsl.c | 239 device->master_fd = -1;
|
| tu_private.h | 207 int master_fd; member in struct:tu_physical_device
|
| tu_device.c | 301 if (device->master_fd != -1) 302 close(device->master_fd);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_wsi.c | 56 physical_device->master_fd, &physical_device->instance->dri_options, false);
|
| radv_device.c | 569 int master_fd = -1; local 650 master_fd = open(drm_device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC); 651 if (master_fd >= 0) { 657 if (drmCommandWrite(master_fd, DRM_AMDGPU_INFO, &request, sizeof(struct drm_amdgpu_info)) < 660 close(master_fd); 661 master_fd = -1; 667 device->master_fd = master_fd; 802 if (master_fd != -1) 803 close(master_fd); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_wsi.c | 84 physical_device->master_fd, NULL, false);
|
| v3dv_device.c | 267 if (device->master_fd >= 0) 268 close(device->master_fd); 524 if (pdevice->display_fd == - 1 && pdevice->master_fd >= 0) 525 pdevice->display_fd = dup(pdevice->master_fd); 557 pdevice->master_fd >= 0) { 558 pdevice->display_fd = dup(pdevice->master_fd); 693 int32_t master_fd = -1; local 759 master_fd = open(primary_path, O_RDWR | O_CLOEXEC); 764 master_fd = open(primary_path, O_RDWR | O_CLOEXEC); 774 device->master_fd = master_fd; /* Master vc4 primary node * [all...] |
| v3dv_private.h | 124 int32_t master_fd; member in struct:v3dv_physical_device
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_wsi.c | 87 physical_device->master_fd,
|
| anv_device.c | 751 int master_fd = -1; local 973 master_fd = open(primary_path, O_RDWR | O_CLOEXEC); 974 if (master_fd >= 0) { 978 if (anv_gem_get_param(master_fd, I915_PARAM_CHIPSET_ID) == 0) { 979 close(master_fd); 980 master_fd = -1; 984 device->master_fd = master_fd; 1040 if (master_fd != -1) 1041 close(master_fd); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| tu_device.c | 179 int master_fd = -1; local 229 master_fd = 231 if (master_fd >= 0) { 232 /* TODO: free master_fd is accel is not working? */ 236 device->master_fd = master_fd; 304 if (master_fd != -1) 305 close(master_fd); 316 if (device->master_fd != -1) 317 close(device->master_fd); [all...] |
| tu_wsi.c | 43 physical_device->master_fd, NULL);
|
| tu_private.h | 305 int master_fd; member in struct:tu_physical_device
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_wsi.c | 45 physical_device->master_fd,
|
| radv_device.c | 246 int master_fd = -1; local 292 master_fd = open(drm_device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC); 293 if (master_fd >= 0) { 301 if (drmCommandWrite(master_fd, DRM_AMDGPU_INFO, &request, sizeof (struct drm_amdgpu_info)) < 0 || !accel_working) { 302 close(master_fd); 303 master_fd = -1; 308 device->master_fd = master_fd; 399 if (master_fd != -1) 400 close(master_fd); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_wsi.c | 52 physical_device->master_fd,
|
| anv_device.c | 387 int master_fd = -1; local 592 master_fd = open(primary_path, O_RDWR | O_CLOEXEC); 593 if (master_fd >= 0) { 597 if (anv_gem_get_param(master_fd, I915_PARAM_CHIPSET_ID) == 0) { 598 close(master_fd); 599 master_fd = -1; 603 device->master_fd = master_fd; 622 if (master_fd != -1) 623 close(master_fd); [all...] |
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| amdgpu_cs.c | 159 int master_fd, 165 if (!dev || !context || master_fd < 0) 175 r = drmCommandWrite(master_fd, DRM_AMDGPU_SCHED, &args, sizeof(args));
|
| amdgpu.h | 971 * \param master_fd - \c [in] The master fd to authorize the override. 978 int master_fd,
|
| /xsrc/external/mit/xterm/dist/ |
| main.c | 337 #define UTEMPTER_ADD(pty,hostname,master_fd) utempter_add_record(master_fd, hostname) 340 #define UTEMPTER_ADD(pty,hostname,master_fd) addToUtmp(pty, hostname, master_fd) 4301 TRACE(("...calling addToUtmp(pty=%s, hostname=%s, master_fd=%d)\n",
|