Searched refs:MetaRowBytes (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 252 double MetaRowBytes, 448 double MetaRowBytes[][2][DC__NUM_DPP__MAX], 3448 double MetaRowBytes, in CalculateFlipSchedule() argument 3483 …ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * BandwidthAvailab… in CalculateFlipSchedule() 3495 …TimeForFetchingRowInVBlankImmediateFlip = dml_max3((MetaRowBytes + DPTEBytesPerRow * HostVMIneffic… in CalculateFlipSchedule() 3505 …(MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesToRequestRowInImme… in CalculateFlipSchedule() 3507 …*final_flip_bw = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesT… in CalculateFlipSchedule() 4591 v->MetaRowBytes[i][j][k] = v->MetaRowBytesY + v->MetaRowBytesC; in dml30_ModeSupportAndSystemConfigurationFull() 4812 v->MetaRowBytes, in dml30_ModeSupportAndSystemConfigurationFull() 4986 v->MetaRowBytes[i][j][k], in dml30_ModeSupportAndSystemConfigurationFull() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 259 double MetaRowBytes, 3169 double MetaRowBytes, in CalculateFlipSchedule() argument 3205 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) in CalculateFlipSchedule() 3219 …TimeForFetchingRowInVBlankImmediateFlip = dml_max3((MetaRowBytes + DPTEBytesPerRow) * HostVMIneffi… in CalculateFlipSchedule() 3225 …cyFactor / (*DestinationLinesToRequestVMInImmediateFlip * LineTime), (MetaRowBytes + DPTEBytesPerR… in CalculateFlipSchedule() 4576 locals->MetaRowBytes[0][0][k] = mode_lib->vba.MetaRowBytesY + mode_lib->vba.MetaRowBytesC; in dml21_ModeSupportAndSystemConfigurationFull() 4752 locals->MetaRowBytes[0][0][k], in dml21_ModeSupportAndSystemConfigurationFull() 4907 …+ locals->PDEAndMetaPTEBytesPerFrame[0][0][k] + locals->MetaRowBytes[0][0][k] + locals->DPTEBytesP… in dml21_ModeSupportAndSystemConfigurationFull() 4923 locals->MetaRowBytes[0][0][k], in dml21_ModeSupportAndSystemConfigurationFull()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 545 double MetaRowBytes[DC__VOLTAGE_STATES][2][DC__NUM_DPP__MAX]; member
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 4579 locals->MetaRowBytes[0][0][k] = mode_lib->vba.MetaRowBytesY + mode_lib->vba.MetaRowBytesC; in dml20_ModeSupportAndSystemConfigurationFull() 4738 mode_lib->vba.MetaRowBytes[0][0][k], in dml20_ModeSupportAndSystemConfigurationFull() 4785 if (locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k] == 0) in dml20_ModeSupportAndSystemConfigurationFull() 4788 … locals->prefetch_row_bw[k] = (locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k]) in dml20_ModeSupportAndSystemConfigurationFull() 4853 + mode_lib->vba.MetaRowBytes[0][0][k] in dml20_ModeSupportAndSystemConfigurationFull() 4883 mode_lib->vba.MetaRowBytes[0][0][k], in dml20_ModeSupportAndSystemConfigurationFull()
|
D | display_mode_vba_20v2.c | 4663 locals->MetaRowBytes[0][0][k] = mode_lib->vba.MetaRowBytesY + mode_lib->vba.MetaRowBytesC; in dml20v2_ModeSupportAndSystemConfigurationFull() 4820 mode_lib->vba.MetaRowBytes[0][0][k], in dml20v2_ModeSupportAndSystemConfigurationFull() 4866 if (locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k] == 0) in dml20v2_ModeSupportAndSystemConfigurationFull() 4869 … locals->prefetch_row_bw[k] = (locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k]) in dml20v2_ModeSupportAndSystemConfigurationFull() 4934 + mode_lib->vba.MetaRowBytes[0][0][k] in dml20v2_ModeSupportAndSystemConfigurationFull() 4964 mode_lib->vba.MetaRowBytes[0][0][k], in dml20v2_ModeSupportAndSystemConfigurationFull()
|