Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c969 u8 min_slice_count, i; in intel_dp_dsc_get_slice_count() local
1007 min_slice_count = DIV_ROUND_UP(mode_clock, min(tp_rgb_yuv444, tp_yuv422_420)); in intel_dp_dsc_get_slice_count()
1014 min_slice_count = max_t(u8, min_slice_count, 2); in intel_dp_dsc_get_slice_count()
1024 min_slice_count = max_t(u8, min_slice_count, in intel_dp_dsc_get_slice_count()
1055 if (min_slice_count <= test_slice_count) in intel_dp_dsc_get_slice_count()
1064 min_slice_count, in intel_dp_dsc_get_slice_count()