Searched refs:schedulable (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c343 * 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; local
479 /* We consider SubVP + DRR schedulable if the stretched frame duration of the DRR display (i.e. the
486 schedulable = true;
488 return 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; local
603 bool schedulable = true; // true by default for single display case local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c709 * subvp_subvp_schedulable - Determine if SubVP + SubVP config is schedulable
719 * Return: True if the SubVP + SubVP config is schedulable, false otherwise
779 * subvp_drr_schedulable() - Determine if SubVP + DRR config is schedulable
790 * Return: True if the SubVP + DRR config is schedulable, false otherwise
794 bool schedulable = false; local
866 /* We consider SubVP + DRR schedulable if the stretched frame duration of the DRR display (i.e. the
873 schedulable = true;
875 return schedulable;
880 * subvp_vblank_schedulable - Determine if SubVP + VBLANK config is schedulable
890 * Return: True if the SubVP + VBLANK/DRR config is schedulable, fals
897 bool schedulable = false; local
1035 bool schedulable = false; local
[all...]
/linux-master/kernel/trace/
H A Dftrace.c2693 int schedulable = mod_flags & FTRACE_MODIFY_MAY_SLEEP_FL; local
2710 if (schedulable)

Completed in 127 milliseconds