Home
last modified time | relevance | path

Searched refs:to_xe_device (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_device.h13 static inline struct xe_device *to_xe_device(const struct drm_device *dev) in to_xe_device() function
22 return drm ? to_xe_device(drm) : NULL; in kdev_to_xe_device()
29 return drm ? to_xe_device(drm) : NULL; in pdev_to_xe_device()
Dxe_dma_buf.c37 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()
Dxe_device.c64 struct xe_device *xe = to_xe_device(dev); in xe_file_open()
145 struct xe_device *xe = to_xe_device(dev); in xe_file_close()
196 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl()
214 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl()
279 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy()
Dxe_wait_user_fence.c104 struct xe_device *xe = to_xe_device(dev); in xe_wait_user_fence_ioctl()
Dxe_exec_queue.c533 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_create_ioctl()
665 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_get_property_ioctl()
818 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_destroy_ioctl()
Dxe_debugfs.c34 return to_xe_device(node->minor->dev); in node_to_xe()
Dxe_exec.c107 struct xe_device *xe = to_xe_device(dev); in xe_exec_ioctl()
Dxe_bo.c1173 struct xe_device *xe = to_xe_device(ddev); in xe_gem_fault()
1966 struct xe_device *xe = to_xe_device(dev); in xe_gem_create_ioctl()
2083 struct xe_device *xe = to_xe_device(dev); in xe_gem_mmap_offset_ioctl()
2354 struct xe_device *xe = to_xe_device(dev); in xe_bo_dumb_create()
Dxe_ttm_vram_mgr.c315 struct xe_device *xe = to_xe_device(dev); in ttm_vram_mgr_fini()
Dxe_query.c702 struct xe_device *xe = to_xe_device(dev); in xe_query_ioctl()
Dxe_oa.c1798 struct xe_device *xe = to_xe_device(dev); in xe_oa_stream_open_ioctl()
2088 struct xe_device *xe = to_xe_device(dev); in xe_oa_add_config_ioctl()
2190 struct xe_device *xe = to_xe_device(dev); in xe_oa_remove_config_ioctl()
Dxe_vm.c1721 struct xe_device *xe = to_xe_device(dev); in xe_vm_create_ioctl()
1810 struct xe_device *xe = to_xe_device(dev); in xe_vm_destroy_ioctl()
2916 struct xe_device *xe = to_xe_device(dev); in xe_vm_bind_ioctl()
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dxe_fb_pin.c84 struct xe_device *xe = to_xe_device(fb->base.dev); in __xe_pin_fb_vma_dpt()
189 struct xe_device *xe = to_xe_device(fb->base.dev); in __xe_pin_fb_vma_ggtt()
270 struct xe_device *xe = to_xe_device(dev); in __xe_pin_fb_vma()
278 if (IS_DGFX(to_xe_device(bo->ttm.base.dev)) && in __xe_pin_fb_vma()
Dxe_plane_initial.c30 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()
Dintel_fb_bo.c29 struct xe_device *xe = to_xe_device(bo->ttm.base.dev); in intel_fb_bo_framebuffer_init()
Dxe_display.c78 struct xe_device *xe = to_xe_device(dev); in display_destroy()
105 struct xe_device *xe = to_xe_device(dev); in xe_display_fini_nommio()
Dxe_dsb_buffer.c43 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_dsb_buffer_create()
Dintel_fbdev_fb.c21 struct xe_device *xe = to_xe_device(dev); in intel_fbdev_fb_alloc()