Searched refs:vram_total_mb (Results 1 – 1 of 1) sorted by relevance
683 u32 vram_total_mb = 0; in xe_pm_set_vram_threshold() local689 vram_total_mb += DIV_ROUND_UP_ULL(man->size, 1024 * 1024); in xe_pm_set_vram_threshold()692 drm_dbg(&xe->drm, "Total vram %u mb\n", vram_total_mb); in xe_pm_set_vram_threshold()694 if (threshold > vram_total_mb) in xe_pm_set_vram_threshold()