Searched refs:to_xe_device (Results 1 – 24 of 24) sorted by relevance
15 static inline struct xe_device *to_xe_device(const struct drm_device *dev) in to_xe_device() function24 return drm ? to_xe_device(drm) : NULL; in kdev_to_xe_device()31 return drm ? to_xe_device(drm) : NULL; in pdev_to_xe_device()
37 xe_pm_runtime_get(to_xe_device(obj->dev)); in xe_dma_buf_attach()46 xe_pm_runtime_put(to_xe_device(obj->dev)); in xe_dma_buf_detach()210 struct xe_device *xe = to_xe_device(dev); in xe_dma_buf_init_obj()
345 struct xe_device *xe = to_xe_device(drm); in intel_pcode_read()353 struct xe_device *xe = to_xe_device(drm); in intel_pcode_write_timeout()362 struct xe_device *xe = to_xe_device(drm); in intel_pcode_request()
76 struct xe_device *xe = to_xe_device(dev); in xe_file_open()157 struct xe_device *xe = to_xe_device(dev); in xe_file_close()208 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl()226 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl()310 struct xe_device *xe = to_xe_device(dev); in xe_pci_barrier_mmap()395 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy()
104 struct xe_device *xe = to_xe_device(dev); in xe_wait_user_fence_ioctl()
584 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_create_ioctl()717 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_get_property_ioctl()873 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_destroy_ioctl()
107 struct xe_device *xe = to_xe_device(dev); in xe_exec_ioctl()
37 return to_xe_device(node->minor->dev); in node_to_xe()
288 struct xe_device *xe = to_xe_device(dev); in ttm_vram_mgr_fini()
1692 struct xe_device *xe = to_xe_device(ddev); in xe_gem_fault()2646 struct xe_device *xe = to_xe_device(dev); in xe_gem_create_ioctl()2775 struct xe_device *xe = to_xe_device(dev); in xe_gem_mmap_offset_ioctl()3100 struct xe_device *xe = to_xe_device(dev); in xe_bo_dumb_create()
1992 struct xe_device *xe = to_xe_device(dev); in xe_oa_stream_open_ioctl()2311 struct xe_device *xe = to_xe_device(dev); in xe_oa_add_config_ioctl()2413 struct xe_device *xe = to_xe_device(dev); in xe_oa_remove_config_ioctl()
934 struct xe_device *xe = to_xe_device(dev); in xe_eu_stall_stream_open()
799 struct xe_device *xe = to_xe_device(dev); in xe_query_ioctl()
2059 struct xe_device *xe = to_xe_device(dev); in xe_vm_create_ioctl()2146 struct xe_device *xe = to_xe_device(dev); in xe_vm_destroy_ioctl()3520 struct xe_device *xe = to_xe_device(dev); in xe_vm_bind_ioctl()
32 struct xe_device *xe = to_xe_device(bo->ttm.base.dev); in intel_fb_bo_framebuffer_init()75 struct xe_device *xe = to_xe_device(drm); in intel_fb_bo_lookup_valid_bo()
86 struct xe_device *xe = to_xe_device(fb->base.dev); in __xe_pin_fb_vma_dpt()203 struct xe_device *xe = to_xe_device(fb->base.dev); in __xe_pin_fb_vma_ggtt()279 struct xe_device *xe = to_xe_device(dev); in __xe_pin_fb_vma()289 if (IS_DGFX(to_xe_device(bo->ttm.base.dev)) && in __xe_pin_fb_vma()385 struct xe_device *xe = to_xe_device(fb->base.dev); in reuse_vma()
31 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_plane_initial_vblank_wait()48 struct xe_device *xe = to_xe_device(this->base.dev); in intel_reuse_initial_plane_obj()157 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_alloc_initial_plane_obj()
35 struct xe_device *xe = to_xe_device(drm); in intel_hdcp_gsc_check_status()101 struct xe_device *xe = to_xe_device(drm); in intel_hdcp_gsc_context_alloc()
12 struct xe_device *xe = to_xe_device(display->drm); in intel_td_flush()
15 struct xe_device *xe = to_xe_device(display->drm); in intel_display_needs_wa_16023588340()
12 return to_xe_device(display->drm); in display_to_xe()
37 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_dsb_buffer_create()
23 struct xe_device *xe = to_xe_device(dev); in intel_fbdev_fb_alloc()
17 return &to_xe_device(drm)->uncore; in to_intel_uncore()
Completed in 103 milliseconds