Lines Matching full:slices

793 	// Get next bigger num slices available in common caps  in inc_num_slices()
801 // No available slices found in inc_num_slices()
806 // Numbers of slices found - get the next bigger number in inc_num_slices()
814 if (new_num_slices == num_slices) // No bigger number of slices found in inc_num_slices()
824 // Get next bigger num slices available in common caps in dec_num_slices()
832 // No numbers of slices found in dec_num_slices()
837 // Numbers of slices found - get the next smaller number in dec_num_slices()
846 // No smaller number of slices found in dec_num_slices()
856 // Choose next bigger number of slices if the requested number of slices is not available
859 // Get next bigger num slices available in common caps in fit_num_slices_up()
867 // No available slices found in fit_num_slices_up()
872 // Numbers of slices found - get the equal or next bigger number in fit_num_slices_up()
1007 // Slice width (i.e. number of slices per line) in setup_dsc_config()
1038 min_slices_h = 0; // DSC TODO: Maybe try increasing the number of slices first? in setup_dsc_config()
1049 else if (max_slices_h > 0) { // Fall back to max slices if min slices is not working out in setup_dsc_config()
1062 } else if (min_slices_h > 0) // Fall back to min slices if max slices is not possible in setup_dsc_config()
1067 // When we force ODM, num dsc h slices must be divisible by num odm h slices in setup_dsc_config()
1101 …// Slice height (i.e. number of slices per column): start with policy and pick the first one that … in setup_dsc_config()
1226 /* DSC Policy: Use minimum number of slices that fits the pixel clock */ in dc_dsc_get_policy_for_timing()
1229 /* DSC Policy: Use max available slices in dc_dsc_get_policy_for_timing()