Home
last modified time | relevance | path

Searched refs:xe_pm_runtime_put (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_debugfs.c98 xe_pm_runtime_put(xe); in hw_engines()
107 xe_pm_runtime_put(xe); in hw_engines()
118 xe_pm_runtime_put(gt_to_xe(gt)); in powergate_info()
127 xe_pm_runtime_put(gt_to_xe(gt)); in force_reset()
136 xe_pm_runtime_put(gt_to_xe(gt)); in force_reset_sync()
148 xe_pm_runtime_put(gt_to_xe(gt)); in sa_info()
157 xe_pm_runtime_put(gt_to_xe(gt)); in topology()
166 xe_pm_runtime_put(gt_to_xe(gt)); in steering()
177 xe_pm_runtime_put(gt_to_xe(gt)); in ggtt()
206 xe_pm_runtime_put(gt_to_xe(gt)); in register_save_restore()
[all …]
H A Dxe_gt_freq.c67 xe_pm_runtime_put(dev_to_xe(dev)); in act_freq_show()
82 xe_pm_runtime_put(dev_to_xe(dev)); in cur_freq_show()
98 xe_pm_runtime_put(dev_to_xe(dev)); in rp0_freq_show()
112 xe_pm_runtime_put(dev_to_xe(dev)); in rpe_freq_show()
126 xe_pm_runtime_put(dev_to_xe(dev)); in rpa_freq_show()
150 xe_pm_runtime_put(dev_to_xe(dev)); in min_freq_show()
170 xe_pm_runtime_put(dev_to_xe(dev)); in min_freq_store()
187 xe_pm_runtime_put(dev_to_xe(dev)); in max_freq_show()
207 xe_pm_runtime_put(dev_to_xe(dev)); in max_freq_store()
H A Dxe_sriov_vf.c206 xe_pm_runtime_put(xe); in vf_post_migration_recovery()
210 xe_pm_runtime_put(xe); in vf_post_migration_recovery()
214 xe_pm_runtime_put(xe); in vf_post_migration_recovery()
H A Dxe_pci_sriov.c101 xe_pm_runtime_put(xe); in pf_enable_vfs()
127 xe_pm_runtime_put(xe); in pf_disable_vfs()
167 xe_pm_runtime_put(xe); in xe_pci_sriov_configure()
H A Dxe_debugfs.c71 xe_pm_runtime_put(xe); in info()
117 xe_pm_runtime_put(xe); in forcewake_open()
129 xe_pm_runtime_put(xe); in forcewake_release()
181 xe_pm_runtime_put(xe); in wedged_mode_set()
H A Dxe_device_sysfs.c40 xe_pm_runtime_put(xe); in vram_d3cold_threshold_show()
65 xe_pm_runtime_put(xe); in vram_d3cold_threshold_store()
H A Dxe_hwmon.c298 xe_pm_runtime_put(hwmon->xe); in xe_hwmon_power_max_interval_show()
388 xe_pm_runtime_put(hwmon->xe); in xe_hwmon_power_max_interval_store()
418 xe_pm_runtime_put(hwmon->xe); in xe_hwmon_attributes_visible()
687 xe_pm_runtime_put(hwmon->xe); in xe_hwmon_is_visible()
719 xe_pm_runtime_put(hwmon->xe); in xe_hwmon_read()
745 xe_pm_runtime_put(hwmon->xe); in xe_hwmon_write()
H A Dxe_gt_sriov_pf_debugfs.c128 xe_pm_runtime_put(xe); \
192 xe_pm_runtime_put(xe); \
247 xe_pm_runtime_put(xe); in set_threshold()
362 xe_pm_runtime_put(xe); in control_write()
H A Dxe_gt_idle.c259 xe_pm_runtime_put(pc_to_xe(pc)); in name_show()
274 xe_pm_runtime_put(pc_to_xe(pc)); in idle_status_show()
289 xe_pm_runtime_put(pc_to_xe(pc)); in idle_residency_ms_show()
H A Dxe_pm.h26 void xe_pm_runtime_put(struct xe_device *xe);
H A Dxe_huc_debugfs.c42 xe_pm_runtime_put(xe); in huc_info()
H A Dxe_gsc_debugfs.c42 xe_pm_runtime_put(xe); in gsc_info()
H A Dxe_drm_client.c336 xe_pm_runtime_put(xe); in show_run_ticks()
356 xe_pm_runtime_put(xe); in show_run_ticks()
H A Dxe_device.c173 xe_pm_runtime_put(xe); in xe_file_close()
208 xe_pm_runtime_put(xe); in xe_drm_ioctl()
226 xe_pm_runtime_put(xe); in xe_drm_compat_ioctl()
995 xe_pm_runtime_put(xe); in xe_device_wedged_fini()
H A Dxe_ggtt.c322 xe_pm_runtime_put(xe); in ggtt_node_remove_work_func()
345 xe_pm_runtime_put(xe); in xe_ggtt_node_remove()
656 xe_pm_runtime_put(tile_to_xe(ggtt->tile)); in __xe_ggtt_insert_bo_at()
H A Dxe_vsec.c178 xe_pm_runtime_put(xe); in xe_pmt_telem_read()
H A Dxe_gt_throttle.c48 xe_pm_runtime_put(gt_to_xe(gt)); in xe_gt_throttle_get_limit_reasons()
H A Dxe_hw_engine_class_sysfs.c579 xe_pm_runtime_put(xe); in xe_hw_engine_class_sysfs_attr_show()
598 xe_pm_runtime_put(xe); in xe_hw_engine_class_sysfs_attr_store()
H A Dxe_dma_buf.c46 xe_pm_runtime_put(to_xe_device(obj->dev)); in xe_dma_buf_detach()
H A Dxe_sched_job.c180 xe_pm_runtime_put(xe); in xe_sched_job_destroy()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_mocs.c130 xe_pm_runtime_put(xe); in mocs_kernel_test_run_device()
174 xe_pm_runtime_put(xe); in mocs_reset_test_run_device()
H A Dxe_kunit_helpers.c94 KUNIT_DEFINE_ACTION_WRAPPER(put_xe_pm_runtime, xe_pm_runtime_put, struct xe_device *);
H A Dxe_bo.c196 xe_pm_runtime_put(xe); in ccs_test_run_device()
362 xe_pm_runtime_put(xe); in evict_test_run_device()
H A Dxe_dma_buf.c271 xe_pm_runtime_put(xe); in dma_buf_run_device()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_hdcp_gsc.c67 xe_pm_runtime_put(xe); in intel_hdcp_gsc_check_status()
262 xe_pm_runtime_put(xe); in intel_hdcp_gsc_msg_send()

12