Symbol: to_xe_device
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
15
return &to_xe_device(drm)->uncore;
drivers/gpu/drm/xe/display/intel_fb_bo.c
31
struct xe_device *xe = to_xe_device(bo->ttm.base.dev);
drivers/gpu/drm/xe/display/intel_fb_bo.c
74
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/intel_fbdev_fb.c
28
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_display.c
525
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
41
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_fb_pin.c
227
struct xe_device *xe = to_xe_device(fb->base.dev);
drivers/gpu/drm/xe/display/xe_fb_pin.c
275
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/display/xe_fb_pin.c
287
if (IS_DGFX(to_xe_device(bo->ttm.base.dev)) &&
drivers/gpu/drm/xe/display/xe_fb_pin.c
389
struct xe_device *xe = to_xe_device(fb->base.dev);
drivers/gpu/drm/xe/display/xe_fb_pin.c
87
struct xe_device *xe = to_xe_device(fb->base.dev);
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
37
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
94
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_initial_plane.c
126
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/display/xe_initial_plane.c
31
struct xe_device *xe = to_xe_device(crtc->base.dev);
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
1934
struct xe_device *xe = to_xe_device(ddev);
drivers/gpu/drm/xe/xe_bo.c
3156
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_bo.c
3294
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_bo.c
3631
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_debugfs.c
61
return to_xe_device(node->minor->dev);
drivers/gpu/drm/xe/xe_device.c
164
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_device.c
218
struct xe_device *xe = to_xe_device(file_priv->minor->dev);
drivers/gpu/drm/xe/xe_device.c
236
struct xe_device *xe = to_xe_device(file_priv->minor->dev);
drivers/gpu/drm/xe/xe_device.c
320
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_device.c
419
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_device.c
83
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_device.h
24
return drm ? to_xe_device(drm) : NULL;
drivers/gpu/drm/xe/xe_device.h
31
return drm ? to_xe_device(drm) : NULL;
drivers/gpu/drm/xe/xe_dma_buf.c
246
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
957
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
1089
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_exec_queue.c
1258
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_exec_queue.c
1410
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_exec_queue.c
865
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_oa.c
2019
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_oa.c
2340
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_oa.c
2444
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_pci.c
1280
return to_xe_device(drm);
drivers/gpu/drm/xe/xe_pcode.c
357
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/xe_pcode.c
365
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/xe_pcode.c
374
struct xe_device *xe = to_xe_device(drm);
drivers/gpu/drm/xe/xe_query.c
797
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
1714
struct xe_device *xe = to_xe_device(dpagemap->drm);
drivers/gpu/drm/xe/xe_svm.c
1980
dpagemap = xe_devmem_open(to_xe_device(drm), region_instance);
drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
288
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
1927
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
1995
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
2064
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm.c
3613
struct xe_device *xe = to_xe_device(dev);
drivers/gpu/drm/xe/xe_vm_madvise.c
408
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);