Home
last modified time | relevance | path

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

/drivers/accel/ivpu/
A Divpu_debugfs.c427 hw->hws.grace_period[band], hw->hws.process_grace_period[band], in priority_bands_show()
446 u32 process_grace_period; in priority_bands_fops_write() local
459 ret = sscanf(buf, "%u %u %u %u", &band, &grace_period, &process_grace_period, in priority_bands_fops_write()
468 vdev->hw->hws.process_grace_period[band] = process_grace_period; in priority_bands_fops_write()
A Divpu_hw.c134 vdev->hw->hws.process_grace_period[VPU_JOB_SCHEDULING_PRIORITY_BAND_IDLE] = 50000; in priority_bands_init()
138 vdev->hw->hws.process_grace_period[VPU_JOB_SCHEDULING_PRIORITY_BAND_NORMAL] = 50000; in priority_bands_init()
142 vdev->hw->hws.process_grace_period[VPU_JOB_SCHEDULING_PRIORITY_BAND_FOCUS] = 50000; in priority_bands_init()
146 vdev->hw->hws.process_grace_period[VPU_JOB_SCHEDULING_PRIORITY_BAND_REALTIME] = 50000; in priority_bands_init()
A Divpu_hw.h42 u32 process_grace_period[VPU_HWS_NUM_PRIORITY_BANDS]; member
A Divpu_jsm_msg.c424 setup->process_grace_period[band] = hw->hws.process_grace_period[band]; in ivpu_jsm_hws_setup_priority_bands()
A Dvpu_jsm_api.h957 u32 process_grace_period[VPU_HWS_NUM_PRIORITY_BANDS]; member

Completed in 16 milliseconds