Home
last modified time | relevance | path

Searched refs:request_size_bytes_luma (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_shared_types.h317 unsigned int request_size_bytes_luma[DML2_MAX_PLANES]; member
947 unsigned int request_size_bytes_luma[DML2_MAX_PLANES]; member
1888 unsigned int *request_size_bytes_luma; member
H A Ddml2_core_dcn5_calcs_dchub.c817 p->request_size_bytes_luma[k] = 128; in dcn5_calculate_swath_and_det_configuration()
819 p->request_size_bytes_luma[k] = 256; in dcn5_calculate_swath_and_det_configuration()
831 p->request_size_bytes_luma[k] = 256; in dcn5_calculate_swath_and_det_configuration()
839 …p->request_size_bytes_luma[k] = dml2_core_utils_get_segment_horizontal_contiguous(p->BytePerPixY[k… in dcn5_calculate_swath_and_det_configuration()
848 p->request_size_bytes_luma[k] = 256; in dcn5_calculate_swath_and_det_configuration()
857 …p->request_size_bytes_luma[k] = dml2_core_utils_get_segment_horizontal_contiguous(p->BytePerPixY[k… in dcn5_calculate_swath_and_det_configuration()
2539 unsigned int request_size_bytes_luma[], in dcn5_calculate_extra_latency() argument
2575 if (request_size_bytes_luma[k] > max_request_size_bytes) in dcn5_calculate_extra_latency()
2576 max_request_size_bytes = request_size_bytes_luma[k]; in dcn5_calculate_extra_latency()
H A Ddml2_core_dcn5_funcs_mode_programming.c270 …CalculateSwathAndDETConfiguration_params->request_size_bytes_luma = mode_lib->mp.request_size_byte… in dcn5_mode_programming()
478 mode_lib->mp.request_size_bytes_luma, in dcn5_mode_programming()