Symbol: to_xe_device
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
16
return &to_xe_device(drm)->uncore;
drivers/gpu/drm/xe/display/xe_display.c
497
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display.c
514
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display_bo.c
147
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display_bo.c
34
struct xe_device *xe = to_xe_device(bo->ttm.base.dev);
drivers/gpu/drm/xe/display/xe_display_bo.c
92
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display_pcode.c
11
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display_pcode.c
19
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display_pcode.c
28
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display_rpm.c
17
return xe_pm_runtime_resume_and_get(to_xe_device(drm)) ? INTEL_WAKEREF_DEF : NULL;
drivers/gpu/drm/xe/display/xe_display_rpm.c
22
return xe_pm_runtime_get_if_in_use(to_xe_device(drm)) ? INTEL_WAKEREF_DEF : NULL;
drivers/gpu/drm/xe/display/xe_display_rpm.c
27
xe_pm_runtime_get_noresume(to_xe_device(drm));
drivers/gpu/drm/xe/display/xe_display_rpm.c
35
xe_pm_runtime_put(to_xe_device(drm));
drivers/gpu/drm/xe/display/xe_display_rpm.c
40
xe_pm_runtime_put(to_xe_device(drm));
drivers/gpu/drm/xe/display/xe_display_rpm.c
45
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display_wa.c
15
struct xe_device *xe = to_xe_device(display->drm);
drivers/gpu/drm/xe/display/xe_dsb_buffer.c
43
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_fb_pin.c
150
struct xe_device *xe = to_xe_device(obj->dev);
drivers/gpu/drm/xe/display/xe_fb_pin.c
280
struct xe_device *xe = to_xe_device(obj->dev);
drivers/gpu/drm/xe/display/xe_fb_pin.c
326
struct xe_device *xe = to_xe_device(obj->dev);
drivers/gpu/drm/xe/display/xe_fb_pin.c
341
if (IS_DGFX(to_xe_device(bo->ttm.base.dev)) &&
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
102
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
37
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_initial_plane.c
102
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_stolen.c
54
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_stolen.c
86
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_tdf.c
12
struct xe_device *xe = to_xe_device(display->drm);
drivers/gpu/drm/xe/xe_bo.c
2075
struct xe_device *xe = to_xe_device(ddev);
drivers/gpu/drm/xe/xe_bo.c
3352
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_bo.c
3493
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_bo.c
3885
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_debugfs.c
63
return to_xe_device(node->minor->dev);
drivers/gpu/drm/xe/xe_device.c
167
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_device.c
223
struct xe_device *xe = to_xe_device(file_priv->minor->dev);
drivers/gpu/drm/xe/xe_device.c
241
struct xe_device *xe = to_xe_device(file_priv->minor->dev);
drivers/gpu/drm/xe/xe_device.c
325
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_device.c
457
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_device.c
86
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_device.h
26
return drm ? to_xe_device(drm) : NULL;
drivers/gpu/drm/xe/xe_device.h
33
return drm ? to_xe_device(drm) : NULL;
drivers/gpu/drm/xe/xe_dma_buf.c
285
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_dma_buf.c
37
xe_pm_runtime_get(to_xe_device(obj->dev));
drivers/gpu/drm/xe/xe_dma_buf.c
46
xe_pm_runtime_put(to_xe_device(obj->dev));
drivers/gpu/drm/xe/xe_eu_stall.c
979
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_exec.c
113
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_exec_queue.c
1025
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_exec_queue.c
1262
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_exec_queue.c
1452
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_exec_queue.c
1599
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_oa.c
2029
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_oa.c
2355
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_oa.c
2459
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_pci.c
1377
return to_xe_device(drm);
drivers/gpu/drm/xe/xe_query.c
805
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_sriov_vf.c
264
struct xe_device *xe = to_xe_device(node->minor->dev);
drivers/gpu/drm/xe/xe_svm.c
1733
struct xe_device *xe = to_xe_device(dpagemap->drm);
drivers/gpu/drm/xe/xe_svm.c
1999
dpagemap = xe_devmem_open(to_xe_device(drm), region_instance);
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
196
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
279
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
2069
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
2143
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
2212
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
3870
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
4201
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/xe_vm_madvise.c
583
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_wait_user_fence.c
103
struct xe_device *xe = to_xe_device(dev);