Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c3724 enum dml2_core_internal_request_type *RequestChroma, in dcn5_calculate_dcc_configuration() argument
3895 *RequestChroma = dml2_core_internal_request_type_256_bytes; in dcn5_calculate_dcc_configuration()
3897 *RequestChroma = dml2_core_internal_request_type_128_bytes_non_contiguous; in dcn5_calculate_dcc_configuration()
3899 *RequestChroma = dml2_core_internal_request_type_128_bytes_contiguous; in dcn5_calculate_dcc_configuration()
3910 *RequestChroma = dml2_core_internal_request_type_256_bytes; in dcn5_calculate_dcc_configuration()
3912 *RequestChroma = dml2_core_internal_request_type_128_bytes_non_contiguous; in dcn5_calculate_dcc_configuration()
3914 *RequestChroma = dml2_core_internal_request_type_128_bytes_contiguous; in dcn5_calculate_dcc_configuration()
3925 *RequestChroma = dml2_core_internal_request_type_256_bytes; in dcn5_calculate_dcc_configuration()
3927 *RequestChroma = dml2_core_internal_request_type_128_bytes_non_contiguous; in dcn5_calculate_dcc_configuration()
3929 *RequestChroma = dml2_core_internal_request_type_128_bytes_contiguous; in dcn5_calculate_dcc_configuration()
[all …]
H A Ddml2_core_shared_types.h320 enum dml2_core_internal_request_type RequestChroma[DML2_MAX_PLANES]; member
950 enum dml2_core_internal_request_type RequestChroma[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn5_funcs_mode_programming.c1062 &mode_lib->mp.RequestChroma[k], in dcn5_mode_programming()