Searched refs:schedulable (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_mall_phantom.c | 343 * subvp_subvp_schedulable: Determine if SubVP + SubVP config is schedulable 355 * bool - True if the SubVP + SubVP config is schedulable, false otherwise 415 * dml2_svp_drr_schedulable: Determine if SubVP + DRR config is schedulable 429 * bool - True if the SubVP + DRR config is schedulable, false otherwise 433 bool schedulable = false; in dml2_svp_drr_schedulable() local 479 /* We consider SubVP + DRR schedulable if the stretched frame duration of the DRR display (i.e. the in dml2_svp_drr_schedulable() 486 schedulable = true; in dml2_svp_drr_schedulable() 488 return schedulable; in dml2_svp_drr_schedulable() 493 * subvp_vblank_schedulable: Determine if SubVP + VBLANK config is schedulable 505 * bool - True if the SubVP + VBLANK/DRR config is schedulable, fals 512 bool schedulable = false; subvp_vblank_schedulable() local 603 bool schedulable = true; // true by default for single display case dml2_svp_validate_static_schedulability() local [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/ |
H A D | dml2_pmo_dcn4_fams2.c | 1242 /* when allow wave overlaps an entire frame, it is always schedulable (DRR can do this)*/ in build_method_scheduling_params() 1333 /* timing group is not schedulable */ in is_timing_group_schedulable() 1352 bool schedulable; in is_config_schedulable() local 1368 schedulable = true; in is_config_schedulable() 1373 /* synchronized timing group was not schedulable */ in is_config_schedulable() 1374 schedulable = false; in is_config_schedulable() 1380 if ((schedulable && s->pmo_dcn4.num_timing_groups <= 1) || !schedulable) { in is_config_schedulable() 1381 /* 1. the only timing group was schedulable, so early pass in is_config_schedulable() 1382 * 2. one of the timing groups was not schedulable, s in is_config_schedulable() [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 714 * subvp_subvp_schedulable - Determine if SubVP + SubVP config is schedulable 724 * Return: True if the SubVP + SubVP config is schedulable, false otherwise 784 * subvp_drr_schedulable() - Determine if SubVP + DRR config is schedulable 795 * Return: True if the SubVP + DRR config is schedulable, false otherwise 799 bool schedulable = false; in subvp_drr_schedulable() local 871 /* We consider SubVP + DRR schedulable if the stretched frame duration of the DRR display (i.e. the in subvp_drr_schedulable() 879 schedulable = true; in subvp_drr_schedulable() 881 return schedulable; in subvp_drr_schedulable() 886 * subvp_vblank_schedulable - Determine if SubVP + VBLANK config is schedulable 896 * Return: True if the SubVP + VBLANK/DRR config is schedulable, fals 903 bool schedulable = false; subvp_vblank_schedulable() local 1041 bool schedulable = false; subvp_validate_static_schedulability() local [all...] |
/linux/tools/perf/Documentation/ |
H A D | perf-list.txt | 72 W - group is weak and will fallback to non-group if not schedulable,
|
/linux/kernel/trace/ |
H A D | ftrace.c | 2721 int schedulable = mod_flags & FTRACE_MODIFY_MAY_SLEEP_FL; in ftrace_replace_code() local 2738 if (schedulable) in ftrace_replace_code()
|
/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 389 necessary: there are task sets that are schedulable, but do not respect the
|