Searched refs:process_grace_period (Results 1 – 5 of 5) sorted by relevance
427 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() local459 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()
134 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()
42 u32 process_grace_period[VPU_HWS_NUM_PRIORITY_BANDS]; member
424 setup->process_grace_period[band] = hw->hws.process_grace_period[band]; in ivpu_jsm_hws_setup_priority_bands()
957 u32 process_grace_period[VPU_HWS_NUM_PRIORITY_BANDS]; member
Completed in 16 milliseconds