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.c978 if (mode_clock > max(connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444, in intel_dp_dsc_min_slice_count()
979 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420)) in intel_dp_dsc_min_slice_count()
2521 min(connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444, in dsc_throughput_quirk_max_bpp_x16()
2522 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420) / 2) in dsc_throughput_quirk_max_bpp_x16()
4459 connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444 = INT_MAX; in init_dsc_overall_throughput_limits()
4460 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420 = INT_MAX; in init_dsc_overall_throughput_limits()
4471 connector->dp.dsc_branch_caps.overall_throughput.rgb_yuv444 = in init_dsc_overall_throughput_limits()
4474 connector->dp.dsc_branch_caps.overall_throughput.yuv422_420 = in init_dsc_overall_throughput_limits()
H A Dintel_display_types.h569 } overall_throughput; member