Home
last modified time | relevance | path

Searched refs:vram_d3cold_threshold (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_device_sysfs.c51 u32 vram_d3cold_threshold; in vram_d3cold_threshold_store() local
57 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);