Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A 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()
H A 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()
H A Dxe_device.c64 struct xe_device *xe = to_xe_device(dev); in xe_file_open()
154 struct xe_device *xe = to_xe_device(dev); in xe_file_close()
207 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl()
225 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl()
290 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy()
H A Dxe_wait_user_fence.c104 struct xe_device *xe = to_xe_device(dev); in xe_wait_user_fence_ioctl()
H A Dxe_exec_queue.c527 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_create_ioctl()
659 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_get_property_ioctl()
812 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_destroy_ioctl()
H A Dxe_bo.c1166 struct xe_device *xe = to_xe_device(ddev); in xe_gem_fault()
1963 struct xe_device *xe = to_xe_device(dev); in xe_gem_create_ioctl()
2080 struct xe_device *xe = to_xe_device(dev); in xe_gem_mmap_offset_ioctl()
2351 struct xe_device *xe = to_xe_device(dev); in xe_bo_dumb_create()
H A Dxe_ttm_vram_mgr.c315 struct xe_device *xe = to_xe_device(dev); in ttm_vram_mgr_fini()
H A Dxe_vm.c1721 struct xe_device *xe = to_xe_device(dev); in xe_vm_create_ioctl()
1814 struct xe_device *xe = to_xe_device(dev); in xe_vm_destroy_ioctl()
2920 struct xe_device *xe = to_xe_device(dev); in xe_vm_bind_ioctl()
/linux/drivers/gpu/drm/xe/display/
H A 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()
H A 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()
H A Dxe_dsb_buffer.c43 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_dsb_buffer_create()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c