Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device.h15 static inline struct xe_device *to_xe_device(const struct drm_device *dev) in to_xe_device() function
24 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()
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()
210 struct xe_device *xe = to_xe_device(dev); in xe_dma_buf_init_obj()
H A Dxe_device.c71 struct xe_device *xe = to_xe_device(dev); in xe_file_open()
152 struct xe_device *xe = to_xe_device(dev); in xe_file_close()
203 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl()
221 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl()
305 struct xe_device *xe = to_xe_device(dev); in xe_pci_barrier_mmap()
390 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.c597 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_create_ioctl()
731 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_get_property_ioctl()
887 struct xe_device *xe = to_xe_device(dev); in xe_exec_queue_destroy_ioctl()
H A Dxe_debugfs.c35 return to_xe_device(node->minor->dev); in node_to_xe()
H A Dxe_exec.c107 struct xe_device *xe = to_xe_device(dev); in xe_exec_ioctl()
H A Dxe_ttm_vram_mgr.c288 struct xe_device *xe = to_xe_device(dev); in ttm_vram_mgr_fini()
H A Dxe_bo.c1496 struct xe_device *xe = to_xe_device(ddev); in xe_gem_fault()
2462 struct xe_device *xe = to_xe_device(dev); in xe_gem_create_ioctl()
2591 struct xe_device *xe = to_xe_device(dev); in xe_gem_mmap_offset_ioctl()
2910 struct xe_device *xe = to_xe_device(dev); in xe_bo_dumb_create()
H A Dxe_oa.c1948 struct xe_device *xe = to_xe_device(dev); in xe_oa_stream_open_ioctl()
2265 struct xe_device *xe = to_xe_device(dev); in xe_oa_add_config_ioctl()
2367 struct xe_device *xe = to_xe_device(dev); in xe_oa_remove_config_ioctl()
H A Dxe_query.c796 struct xe_device *xe = to_xe_device(dev); in xe_query_ioctl()
H A Dxe_eu_stall.c932 struct xe_device *xe = to_xe_device(dev); in xe_eu_stall_stream_open()
H A Dxe_vm.c2026 struct xe_device *xe = to_xe_device(dev); in xe_vm_create_ioctl()
2112 struct xe_device *xe = to_xe_device(dev); in xe_vm_destroy_ioctl()
3277 struct xe_device *xe = to_xe_device(dev); in xe_vm_bind_ioctl()
/linux-6.15/drivers/gpu/drm/xe/display/
H A Dintel_fb_bo.c32 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()
H A Dxe_plane_initial.c30 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_plane_initial_vblank_wait()
47 struct xe_device *xe = to_xe_device(this->base.dev); in intel_reuse_initial_plane_obj()
160 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_alloc_initial_plane_obj()
H A Dxe_tdf.c12 struct xe_device *xe = to_xe_device(display->drm); in intel_td_flush()
H A Dxe_fb_pin.c87 struct xe_device *xe = to_xe_device(fb->base.dev); in __xe_pin_fb_vma_dpt()
201 struct xe_device *xe = to_xe_device(fb->base.dev); in __xe_pin_fb_vma_ggtt()
283 struct xe_device *xe = to_xe_device(dev); in __xe_pin_fb_vma()
293 if (IS_DGFX(to_xe_device(bo->ttm.base.dev)) && in __xe_pin_fb_vma()
391 struct xe_device *xe = to_xe_device(fb->base.dev); in reuse_vma()
H A Dxe_hdcp_gsc.c40 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()
H A Dxe_dsb_buffer.c43 struct xe_device *xe = to_xe_device(crtc->base.dev); in intel_dsb_buffer_create()
H A Dintel_fbdev_fb.c22 struct xe_device *xe = to_xe_device(dev); in intel_fbdev_fb_alloc()
H A Dxe_display.c86 struct xe_device *xe = to_xe_device(dev); in display_destroy()
/linux-6.15/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_uncore.h17 return &to_xe_device(drm)->uncore; in to_intel_uncore()