Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c3072 struct kbase_queue_group *protm_grp; in scheduler_group_schedule() local
3087 protm_grp = scheduler->active_protm_grp; in scheduler_group_schedule()
3088 if (protm_grp && protm_grp != group) { in scheduler_group_schedule()
3105 if (protm_grp && in scheduler_group_schedule()
3106 group->scan_seq_num < protm_grp->scan_seq_num) { in scheduler_group_schedule()
5212 struct kbase_queue_group *protm_grp; in schedule_actions() local
5275 protm_grp = scheduler->active_protm_grp; in schedule_actions()
5287 if (protm_grp && scheduler->top_grp == protm_grp) { in schedule_actions()
5289 protm_grp->handle); in schedule_actions()
5292 update_offslot_non_idle_cnt_for_onslot_grp(protm_grp); in schedule_actions()
[all …]
H A Dmali_kbase_csf.c73 struct kbase_queue_group *protm_grp; member
2695 track->protm_grp = group; in process_cs_interrupts()
3010 struct kbase_queue_group *group = track->protm_grp; in process_tracked_info_for_protm()
3095 struct irq_idle_and_protm_track track = { .protm_grp = NULL, .idle_seq = U32_MAX }; in kbase_csf_interrupt()