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.c847 if (mode_clock > max(connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444, in intel_dp_dsc_min_slice_count()
848 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420)) in intel_dp_dsc_min_slice_count()
2456 min(connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444, in dsc_throughput_quirk_max_bpp_x16()
2457 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420) / 2) in dsc_throughput_quirk_max_bpp_x16()
4519 connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444 = INT_MAX; in init_dsc_overall_throughput_limits()
4520 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420 = INT_MAX; in init_dsc_overall_throughput_limits()
4531 connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444 = in init_dsc_overall_throughput_limits()
4534 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420 = in init_dsc_overall_throughput_limits()
H A Dintel_display_types.h572 } overall_throughput; member