Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c981 if (mode_clock > max(connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444, in intel_dp_dsc_get_slice_count()
982 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420)) in intel_dp_dsc_get_slice_count()
2472 min(connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444, in dsc_throughput_quirk_max_bpp_x16()
2473 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420) / 2) in dsc_throughput_quirk_max_bpp_x16()
4317 connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444 = INT_MAX; in init_dsc_overall_throughput_limits()
4318 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420 = INT_MAX; in init_dsc_overall_throughput_limits()
4329 connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444 = in init_dsc_overall_throughput_limits()
4332 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420 = in init_dsc_overall_throughput_limits()
H A Dintel_display_types.h568 } overall_throughput; member