Lines Matching defs:pdev
223 panvk_arch_dispatch(device->pdev.arch, meta_cleanup, device);
224 panfrost_close_device(&device->pdev);
324 device->pdev.debug |= PAN_DBG_TRACE;
326 device->pdev.debug |= PAN_DBG_NO_CACHE;
327 panfrost_open_device(NULL, fd, &device->pdev);
330 if (device->pdev.arch <= 5) {
333 device->pdev.model->name);
337 panvk_arch_dispatch(device->pdev.arch, meta_init, device);
340 sprintf(device->name, "%s", device->pdev.model->name);
342 if (panvk_device_get_cache_uuid(device->pdev.gpu_id, device->cache_uuid)) {
353 device->drm_syncobj_type = vk_drm_syncobj_get_type(device->pdev.fd);
373 panfrost_close_device(&device->pdev);
902 const struct panfrost_device *pdev = &device->physical_device->pdev;
913 int ret = drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_CREATE, &create);
919 switch (pdev->arch) {
953 switch (physical_device->pdev.arch) {
1008 const struct panfrost_device *pdev = &physical_device->pdev;
1009 vk_device_set_drm_fd(&device->vk, pdev->fd);
1086 const struct panfrost_device *pdev = &queue->device->physical_device->pdev;
1095 ret = drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_WAIT, &wait);
1193 mem->bo = panfrost_bo_import(&device->physical_device->pdev, fd_info->fd);
1197 mem->bo = panfrost_bo_create(&device->physical_device->pdev,
1381 const struct panfrost_device *pdev = &device->physical_device->pdev;
1392 int ret = drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_CREATE, &create);
1409 const struct panfrost_device *pdev = &device->physical_device->pdev;
1415 drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_DESTROY, &destroy);
1425 const struct panfrost_device *pdev = &device->physical_device->pdev;
1435 int ret = drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_WAIT, &wait);
1454 const struct panfrost_device *pdev = &device->physical_device->pdev;
1467 if (drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_SIGNAL, &objs))
1478 const struct panfrost_device *pdev = &device->physical_device->pdev;
1485 if (drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_RESET, &objs))