| /xsrc/external/mit/xdm/dist/config/ |
| TakeConsole | 5 chown root /dev/console 6 chmod 622 /dev/console
|
| GiveConsole | 9 chown $USER /dev/console
|
| /xsrc/external/mit/xkeyboard-config/dist/scripts/ |
| extract-group-names-from-symbols.sh | 17 pushd $1 > /dev/null 19 popd > /dev/null
|
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| etnaviv_device.c | 45 struct etna_device *dev = calloc(sizeof(*dev), 1); local 47 if (!dev) 50 atomic_set(&dev->refcnt, 1); 51 dev->fd = fd; 52 dev->handle_table = drmHashCreate(); 53 dev->name_table = drmHashCreate(); 54 etna_bo_cache_init(&dev->bo_cache); 56 return dev; 64 struct etna_device *dev = etna_device_new(dup_fd) local [all...] |
| etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) 38 ret = drmCommandWriteRead(dev->fd, DRM_ETNAVIV_GET_PARAM, &req, sizeof(req)); 47 drm_public struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) 57 gpu->dev = dev; 60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); 84 struct etna_device *dev = gpu->dev; local 95 *value = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_0) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| freedreno_device.c | 41 struct fd_device *dev; local 56 dev = NULL; 60 dev = msm_device_new(fd, version); 61 dev->version = version->version_minor; 65 dev = kgsl_device_new(fd); 69 dev = NULL; 75 if (!dev) 78 p_atomic_set(&dev->refcnt, 1); 79 dev->fd = fd; 80 dev->handle_table 100 struct fd_device *dev = fd_device_new(dup_fd); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| etnaviv_device.c | 35 struct etna_device *dev; local 48 dev = calloc(sizeof(*dev), 1); 49 if (!dev) { 53 dev->drm_version = ETNA_DRM_VERSION(version->version_major, 59 if (!dev) 62 p_atomic_set(&dev->refcnt, 1); 63 dev->fd = fd; 64 dev->handle_table = _mesa_hash_table_create(NULL, _mesa_hash_u32, _mesa_key_u32_equal); 65 dev->name_table = _mesa_hash_table_create(NULL, _mesa_hash_u32, _mesa_key_u32_equal) 84 struct etna_device *dev = etna_device_new(dup_fd); local [all...] |
| etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) 38 ret = drmCommandWriteRead(dev->fd, DRM_ETNAVIV_GET_PARAM, &req, sizeof(req)); 47 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) 57 gpu->dev = dev; 60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); 84 struct etna_device *dev = gpu->dev; local 95 *value = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_0) [all...] |
| /xsrc/external/mit/xorg-server/dist/config/ |
| config.c | 82 remove_device(const char *backend, DeviceIntPtr dev) 85 LogMessage(X_INFO, "config/%s: removing device %s\n", backend, dev->name); 91 DeleteInputDeviceRequest(dev); 98 DeviceIntPtr dev, next; local 100 for (dev = inputInfo.devices; dev; dev = next) { 101 next = dev->next; 102 if (dev->config_info && strcmp(dev->config_info, config_info) == 0 117 DeviceIntPtr dev; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/config/ |
| config.c | 75 remove_device(const char *backend, DeviceIntPtr dev) 78 LogMessage(X_INFO, "config/%s: removing device %s\n", backend, dev->name); 84 DeleteInputDeviceRequest(dev); 91 DeviceIntPtr dev, next; local 93 for (dev = inputInfo.devices; dev; dev = next) { 94 next = dev->next; 95 if (dev->config_info && strcmp(dev->config_info, config_info) == 0 108 DeviceIntPtr dev; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| freedreno_device.c | 54 struct fd_device *dev; local 69 dev = NULL; 73 dev = msm_device_new(fd); 74 dev->version = version->version_minor; 78 dev = kgsl_device_new(fd); 82 dev = NULL; 88 if (!dev) 91 p_atomic_set(&dev->refcnt, 1); 92 dev->fd = fd; 93 dev->handle_table = _mesa_hash_table_create(NULL, u32_hash, u32_equals) 107 struct fd_device *dev = fd_device_new(dup_fd); local [all...] |
| msm_device.c | 33 static void msm_device_destroy(struct fd_device *dev) 35 struct msm_device *msm_dev = to_msm_device(dev); 49 struct fd_device *dev; local 55 dev = &msm_dev->base; 56 dev->funcs = &funcs; 58 dev->bo_size = sizeof(struct msm_bo); 60 return dev;
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| freedreno_device.c | 43 struct fd_device *dev; local 58 dev = NULL; 62 dev = msm_device_new(fd); 63 dev->version = version->version_minor; 67 dev = kgsl_device_new(fd); 71 dev = NULL; 77 if (!dev) 80 atomic_set(&dev->refcnt, 1); 81 dev->fd = fd; 82 dev->handle_table = drmHashCreate() 96 struct fd_device *dev = fd_device_new(dup_fd); local [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/ |
| x86_build-base.sh | 33 libclang-11-dev \ 34 libclang-9-dev \ 35 libclc-dev \ 36 libelf-dev \ 37 libepoxy-dev \ 38 libexpat1-dev \ 39 libgtk-3-dev \ 42 libomxil-bellagio-dev \ 43 libpciaccess-dev \ 44 libunwind-dev \ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_vX_meta.c | 52 panvk_per_arch(meta_init)(struct panvk_physical_device *dev) 54 panvk_pool_init(&dev->meta.bin_pool, &dev->pdev, NULL, PAN_BO_EXECUTE, 56 panvk_pool_init(&dev->meta.desc_pool, &dev->pdev, NULL, 0, 58 panvk_per_arch(meta_blit_init)(dev); 59 panvk_per_arch(meta_copy_init)(dev); 60 panvk_per_arch(meta_clear_init)(dev); 64 panvk_per_arch(meta_cleanup)(struct panvk_physical_device *dev) 66 panvk_per_arch(meta_blit_cleanup)(dev); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| egldevice.c | 56 _EGLDevice *dev_list, *dev; local 69 dev = dev_list; 73 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM)); 74 drmFreeDevice(&dev->device); 76 free(dev); 110 _EGLDevice *dev; local 116 dev = _eglGlobal.DeviceList; 119 assert(dev); 120 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE)); 122 while (dev->Next) 159 _EGLDevice *dev; local 244 MAYBE_UNUSED _EGLDevice *dev; local 279 _EGLDevice *dev, *devs; local [all...] |
| /xsrc/external/mit/xorg-server/dist/test/ |
| touch.c | 41 DeviceIntRec dev; local 47 memset(&dev, 0, sizeof(dev)); 48 dev.name = xnfstrdup("test device"); 49 dev.id = 2; 50 dev.valuator = &val; 52 dev.touch = &touch; 53 inputInfo.devices = &dev; 57 dev.last.num_touches = size; 58 dev.last.touches = calloc(dev.last.num_touches, sizeof(*dev.last.touches)) 100 DeviceIntRec dev; local 168 DeviceIntRec dev; local 215 DeviceIntRec dev; local 259 DeviceIntRec dev; local [all...] |
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| amdgpu_device.c | 96 static void amdgpu_device_free_internal(amdgpu_device_handle dev) 98 /* Remove dev from dev_list, if it was added there. */ 99 if (dev == dev_list) { 100 dev_list = dev->next; 103 if (node->next == dev) { 104 node->next = dev->next; 110 close(dev->fd); 111 if ((dev->flink_fd >= 0) && (dev->fd != dev->flink_fd) 153 struct amdgpu_device *dev = NULL; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_perfetto_util.c | 32 tu_device_get_perfetto_state(struct tu_device *dev) 34 return &dev->perfetto; 38 tu_device_get_timestamp(struct tu_device *dev, 41 return tu_drm_get_timestamp(dev->physical_device, ts);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/ |
| pipe_loader_priv.h | 34 struct pipe_screen *(*create_screen)(struct pipe_loader_device *dev, 37 const struct driOptionDescription *(*get_driconf)(struct pipe_loader_device *dev, 40 void (*release)(struct pipe_loader_device **dev); 55 * (*dev)->driver_name must be freed by the caller if it was allocated on the 59 pipe_loader_base_release(struct pipe_loader_device **dev);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/ |
| pipe_loader_priv.h | 34 struct pipe_screen *(*create_screen)(struct pipe_loader_device *dev, 37 const char *(*get_driconf_xml)(struct pipe_loader_device *dev); 39 void (*release)(struct pipe_loader_device **dev); 54 * (*dev)->driver_name must be freed by the caller if it was allocated on the 58 pipe_loader_base_release(struct pipe_loader_device **dev);
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| linux_devmem.h | 27 * Functions and datastructures that are private to the /dev/mem based 36 extern int pci_device_linux_devmem_read_rom(struct pci_device *dev,
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| kgsl_device.c | 35 static void kgsl_device_destroy(struct fd_device *dev) 37 struct kgsl_device *kgsl_dev = to_kgsl_device(dev); 51 struct fd_device *dev; local 57 dev = &kgsl_dev->base; 58 dev->funcs = &funcs; 60 dev->bo_size = sizeof(struct kgsl_bo); 62 return dev;
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| msm_device.c | 35 static void msm_device_destroy(struct fd_device *dev) 37 struct msm_device *msm_dev = to_msm_device(dev); 51 struct fd_device *dev; local 57 dev = &msm_dev->base; 58 dev->funcs = &funcs; 60 dev->bo_size = sizeof(struct msm_bo); 62 return dev;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_props.c | 183 panfrost_supports_compressed_format(struct panfrost_device *dev, unsigned fmt) 191 return dev->compressed_formats & (1 << idx); 231 panfrost_open_device(void *memctx, int fd, struct panfrost_device *dev) 233 dev->fd = fd; 234 dev->memctx = memctx; 235 dev->gpu_id = panfrost_query_gpu_version(fd); 236 dev->arch = pan_arch(dev->gpu_id); 237 dev->core_count = panfrost_query_core_count(fd); 238 dev->thread_tls_alloc = panfrost_query_thread_tls_alloc(fd, dev->arch) [all...] |