Searched refs:to_xe_device (Results 1 – 20 of 20) 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()213 struct xe_device *xe = to_xe_device(dev); in xe_dma_buf_init_obj()
67 struct xe_device *xe = to_xe_device(dev); in xe_file_open()148 struct xe_device *xe = to_xe_device(dev); in xe_file_close()199 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl()217 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl()281 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()
540 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_create_ioctl()672 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_get_property_ioctl()828 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_destroy_ioctl()
34 return to_xe_device(node->minor->dev); in node_to_xe()
107 struct xe_device *xe = to_xe_device(dev); in xe_exec_ioctl()
1273 struct xe_device *xe = to_xe_device(ddev); in xe_gem_fault()2141 struct xe_device *xe = to_xe_device(dev); in xe_gem_create_ioctl()2258 struct xe_device *xe = to_xe_device(dev); in xe_gem_mmap_offset_ioctl()2535 struct xe_device *xe = to_xe_device(dev); in xe_bo_dumb_create()
288 struct xe_device *xe = to_xe_device(dev); in ttm_vram_mgr_fini()
716 struct xe_device *xe = to_xe_device(dev); in xe_query_ioctl()
1959 struct xe_device *xe = to_xe_device(dev); in xe_oa_stream_open_ioctl()2276 struct xe_device *xe = to_xe_device(dev); in xe_oa_add_config_ioctl()2378 struct xe_device *xe = to_xe_device(dev); in xe_oa_remove_config_ioctl()
1779 struct xe_device *xe = to_xe_device(dev); in xe_vm_create_ioctl()1865 struct xe_device *xe = to_xe_device(dev); in xe_vm_destroy_ioctl()2985 struct xe_device *xe = to_xe_device(dev); in xe_vm_bind_ioctl()
85 struct xe_device *xe = to_xe_device(fb->base.dev); in __xe_pin_fb_vma_dpt()199 struct xe_device *xe = to_xe_device(fb->base.dev); in __xe_pin_fb_vma_ggtt()281 struct xe_device *xe = to_xe_device(dev); in __xe_pin_fb_vma()290 if (IS_DGFX(to_xe_device(bo->ttm.base.dev)) && in __xe_pin_fb_vma()
40 struct xe_device *xe = to_xe_device(display->drm); in intel_hdcp_gsc_check_status()75 struct xe_device *xe = to_xe_device(display->drm); in intel_hdcp_gsc_initialize_message()
30 struct xe_device *xe = to_xe_device(this->base.dev); in intel_reuse_initial_plane_obj()143 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_alloc_initial_plane_obj()
32 struct xe_device *xe = to_xe_device(bo->ttm.base.dev); in intel_fb_bo_framebuffer_init()
43 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_dsb_buffer_create()
79 struct xe_device *xe = to_xe_device(dev); in display_destroy()106 struct xe_device *xe = to_xe_device(dev); in xe_display_fini_nommio()
22 struct xe_device *xe = to_xe_device(dev); in intel_fbdev_fb_alloc()
15 return &to_xe_device(drm)->uncore; in to_intel_uncore()