Home
last modified time | relevance | path

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

/linux/drivers/accel/ivpu/
H A Divpu_debugfs.c413 static void print_priority_band(struct seq_file *s, struct ivpu_hw_info *hw, in print_priority_band() function
428 print_priority_band(s, hw, VPU_JOB_SCHEDULING_PRIORITY_BAND_IDLE, "Idle"); in priority_bands_show()
429 print_priority_band(s, hw, VPU_JOB_SCHEDULING_PRIORITY_BAND_NORMAL, "Normal"); in priority_bands_show()
430 print_priority_band(s, hw, VPU_JOB_SCHEDULING_PRIORITY_BAND_FOCUS, "Focus"); in priority_bands_show()
431 print_priority_band(s, hw, VPU_JOB_SCHEDULING_PRIORITY_BAND_REALTIME, "Realtime"); in priority_bands_show()