Home
last modified time | relevance | path

Searched refs:__DML2_CALCS_MAX_VSTARTUP__ (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.h17 #define __DML2_CALCS_MAX_VSTARTUP__ 1023.0 // <brief max vstartup lines supported by hardware macro
H A Ddml2_core_dcn6_calcs_dchub.c37 max_vstartup_lines = (unsigned int)math_min2(max_vstartup_lines, __DML2_CALCS_MAX_VSTARTUP__); in dcn6_calculate_max_vstartup()
H A Ddml2_core_dcn5_calcs_dchub.c1960 max_vstartup_lines = (unsigned int)math_min2(max_vstartup_lines, __DML2_CALCS_MAX_VSTARTUP__); in dcn5_calculate_max_vstartup()