Searched refs:use_one_row_for_frame (Results 1 – 8 of 8) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_mode_vba_util_32.h | 428 bool use_one_row_for_frame[], 891 bool use_one_row_for_frame[],
|
| A D | display_mode_vba_util_32.c | 1969 bool use_one_row_for_frame[], in dml32_CalculateVMRowAndSwath() 2193 use_one_row_for_frame[k] = myPipe[k].FORCE_ONE_ROW_FOR_FRAME || UsesMALLForStaticScreen[k] || in dml32_CalculateVMRowAndSwath() 2198 use_one_row_for_frame_flip[k] = use_one_row_for_frame[k] && in dml32_CalculateVMRowAndSwath() 2201 if (use_one_row_for_frame[k]) { in dml32_CalculateVMRowAndSwath() 2217 if (use_one_row_for_frame[k]) in dml32_CalculateVMRowAndSwath() 2239 …rint("DML::%s: k=%d, use_one_row_for_frame = %d\n", __func__, k, use_one_row_for_frame[k]); in dml32_CalculateVMRowAndSwath() 4872 bool use_one_row_for_frame[], in dml32_CalculateMetaAndPTETimes() argument 5029 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes() 5038 __func__, k, use_one_row_for_frame[k]); in dml32_CalculateMetaAndPTETimes() 5074 if (use_one_row_for_frame[k]) { in dml32_CalculateMetaAndPTETimes()
|
| A D | display_mode_vba_32.c | 2835 mode_lib->vba.use_one_row_for_frame[i][j][k] = in dml32_ModeSupportAndSystemConfigurationFull() 3568 mode_lib->vba.use_one_row_for_frame[i][j][k]; in dml32_ModeSupportAndSystemConfigurationFull()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 425 bool use_one_row_for_frame[DML2_MAX_PLANES]; member 793 bool use_one_row_for_frame[DML2_MAX_PLANES]; member 1343 bool *use_one_row_for_frame; member 1644 bool *use_one_row_for_frame; member
|
| A D | dml2_core_dcn4_calcs.c | 1892 bool use_one_row_for_frame, in CalculateRowBandwidth() argument 3098 if (p->use_one_row_for_frame[k]) { in CalculateVMRowAndSwath() 3127 if (p->use_one_row_for_frame[k]) in CalculateVMRowAndSwath() 3132 p->use_one_row_for_frame[k], in CalculateVMRowAndSwath() 3153 …G_VERBOSE("DML::%s: k=%u, use_one_row_for_frame = %u\n", __func__, k, p->use_one_row_for_frame[k]); in CalculateVMRowAndSwath() 8958 CalculateVMRowAndSwath_params->use_one_row_for_frame = mode_lib->ms.use_one_row_for_frame; in dml_core_mode_support() 9831 if (p->use_one_row_for_frame[k]) { in CalculateMetaAndPTETimes() 9839 …G_VERBOSE("DML::%s: k=%u, use_one_row_for_frame = %u\n", __func__, k, p->use_one_row_for_frame[k]); in CalculateMetaAndPTETimes() 9862 if (p->use_one_row_for_frame[k]) { in CalculateMetaAndPTETimes() 10745 CalculateVMRowAndSwath_params->use_one_row_for_frame = mode_lib->mp.use_one_row_for_frame; in dml_core_mode_programming() [all …]
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | display_mode_core_structs.h | 908 dml_bool_t use_one_row_for_frame[2][__DML_NUM_PLANES__]; member 1128 dml_bool_t use_one_row_for_frame[__DML_NUM_PLANES__]; member 1452 dml_bool_t *use_one_row_for_frame; member
|
| A D | display_mode_core.c | 495 dml_bool_t use_one_row_for_frame[], 3422 dml_bool_t use_one_row_for_frame[], in CalculateMetaAndPTETimes() argument 3567 if (use_one_row_for_frame[k]) { in CalculateMetaAndPTETimes() 3573 dml_print("DML::%s: k=%u, use_one_row_for_frame = %u\n", __func__, k, use_one_row_for_frame[k]); in CalculateMetaAndPTETimes() 3596 if (use_one_row_for_frame[k]) { in CalculateMetaAndPTETimes() 5277 if (p->use_one_row_for_frame[k]) { in CalculateVMRowAndSwath() 5301 if (p->use_one_row_for_frame[k]) in CalculateVMRowAndSwath() 6633 mode_lib->ms.use_one_row_for_frame_this_state[k] = mode_lib->ms.use_one_row_for_frame[j][k]; in dml_prefetch_check() 7761 mode_lib->ms.use_one_row_for_frame[j][k] = mode_lib->ms.use_one_row_for_frame_this_state[k]; in dml_core_mode_support() 8756 CalculateVMRowAndSwath_params->use_one_row_for_frame = locals->use_one_row_for_frame; in dml_core_mode_programming() [all …]
|
| /drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_mode_vba.h | 659 bool use_one_row_for_frame[DC__VOLTAGE_STATES][2][DC__NUM_DPP__MAX]; member
|
Completed in 138 milliseconds