Home
last modified time | relevance | path

Searched refs:RequestLuma (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.c3723 enum dml2_core_internal_request_type *RequestLuma, in dcn5_calculate_dcc_configuration() argument
3888 *RequestLuma = dml2_core_internal_request_type_256_bytes; in dcn5_calculate_dcc_configuration()
3890 *RequestLuma = dml2_core_internal_request_type_128_bytes_non_contiguous; in dcn5_calculate_dcc_configuration()
3892 *RequestLuma = dml2_core_internal_request_type_128_bytes_contiguous; in dcn5_calculate_dcc_configuration()
3903 *RequestLuma = dml2_core_internal_request_type_256_bytes; in dcn5_calculate_dcc_configuration()
3905 *RequestLuma = dml2_core_internal_request_type_128_bytes_non_contiguous; in dcn5_calculate_dcc_configuration()
3907 *RequestLuma = dml2_core_internal_request_type_128_bytes_contiguous; in dcn5_calculate_dcc_configuration()
3918 *RequestLuma = dml2_core_internal_request_type_256_bytes; in dcn5_calculate_dcc_configuration()
3920 *RequestLuma = dml2_core_internal_request_type_128_bytes_non_contiguous; in dcn5_calculate_dcc_configuration()
3922 *RequestLuma = dml2_core_internal_request_type_128_bytes_contiguous; in dcn5_calculate_dcc_configuration()
[all …]
H A Ddml2_core_shared_types.h319 enum dml2_core_internal_request_type RequestLuma[DML2_MAX_PLANES]; member
949 enum dml2_core_internal_request_type RequestLuma[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn5_funcs_mode_programming.c1061 &mode_lib->mp.RequestLuma[k], in dcn5_mode_programming()