Searched refs:xe_pm_set_vram_threshold (Results 1 – 3 of 3) sorted by relevance
32 int xe_pm_set_vram_threshold(struct xe_device *xe, u32 threshold);
64 ret = xe_pm_set_vram_threshold(xe, vram_d3cold_threshold); in vram_d3cold_threshold_store()
292 err = xe_pm_set_vram_threshold(xe, DEFAULT_VRAM_THRESHOLD); in xe_pm_init()682 int xe_pm_set_vram_threshold(struct xe_device *xe, u32 threshold) in xe_pm_set_vram_threshold() function