Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_dp.c1050 u8 test_slice_count = valid_dsc_slicecount[i] * num_joined_pipes; in intel_dp_dsc_get_slice_count() local
1060 if (test_slice_count > in intel_dp_dsc_get_slice_count()
1072 if (mode_hdisplay % test_slice_count) in intel_dp_dsc_get_slice_count()
1075 if (min_slice_count <= test_slice_count) in intel_dp_dsc_get_slice_count()
1076 return test_slice_count; in intel_dp_dsc_get_slice_count()