Searched refs:vram_d3cold_threshold (Results 1 – 1 of 1) sorted by relevance
51 u32 vram_d3cold_threshold; in vram_d3cold_threshold_store() local57 ret = kstrtou32(buff, 0, &vram_d3cold_threshold); in vram_d3cold_threshold_store()61 drm_dbg(&xe->drm, "vram_d3cold_threshold: %u\n", vram_d3cold_threshold); in vram_d3cold_threshold_store()64 ret = xe_pm_set_vram_threshold(xe, vram_d3cold_threshold); in vram_d3cold_threshold_store()70 static DEVICE_ATTR_RW(vram_d3cold_threshold);