Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c847 u8 test_slice_count = valid_dsc_slicecount[i] << bigjoiner; in intel_dp_dsc_get_slice_count() local
849 if (test_slice_count > in intel_dp_dsc_get_slice_count()
854 if (bigjoiner && test_slice_count < 4) in intel_dp_dsc_get_slice_count()
857 if (min_slice_count <= test_slice_count) in intel_dp_dsc_get_slice_count()
858 return test_slice_count; in intel_dp_dsc_get_slice_count()