Lines Matching full:slices
429 // Get next bigger num slices available in common caps in inc_num_slices()
437 // No available slices found in inc_num_slices()
442 // Numbers of slices found - get the next bigger number in inc_num_slices()
450 if (new_num_slices == num_slices) // No biger number of slices found in inc_num_slices()
460 // Get next bigger num slices available in common caps in dec_num_slices()
468 // No numbers of slices found in dec_num_slices()
473 // Numbers of slices found - get the next smaller number in dec_num_slices()
482 // No smaller number of slices found in dec_num_slices()
492 // Choose next bigger number of slices if the requested number of slices is not available
495 // Get next bigger num slices available in common caps in fit_num_slices_up()
503 // No available slices found in fit_num_slices_up()
508 // Numbers of slices found - get the equal or next bigger number in fit_num_slices_up()
654 // Slice width (i.e. number of slices per line) in setup_dsc_config()
683 min_slices_h = 0; // DSC TODO: Maybe try increasing the number of slices first? in setup_dsc_config()
692 else if (max_slices_h > 0) { // Fall back to max slices if min slices is not working out in setup_dsc_config()
705 } else if (min_slices_h > 0) // Fall back to min slices if max slices is not possible in setup_dsc_config()
721 …// Slice height (i.e. number of slices per column): start with policy and pick the first one that … in setup_dsc_config()
919 /* DSC Policy: Use minimum number of slices that fits the pixel clock */ in dc_dsc_get_policy_for_timing()
922 /* DSC Policy: Use max available slices in dc_dsc_get_policy_for_timing()