/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 53 unsigned int *BytePerPixelC, 560 unsigned int BytePerPixelC[], 633 unsigned int BytePerPixelC[], 868 unsigned int BytePerPixelC[], 904 unsigned int BytePerPixelC[], 949 unsigned int BytePerPixelC[], 981 unsigned int BytePerPixelC,
|
H A D | display_mode_vba_util_32.c | 258 unsigned int *BytePerPixelC, in dml32_CalculateBytePerPixelAndBlockSizes() argument 274 *BytePerPixelC = 0; in dml32_CalculateBytePerPixelAndBlockSizes() 279 *BytePerPixelC = 0; in dml32_CalculateBytePerPixelAndBlockSizes() 284 *BytePerPixelC = 0; in dml32_CalculateBytePerPixelAndBlockSizes() 289 *BytePerPixelC = 0; in dml32_CalculateBytePerPixelAndBlockSizes() 294 *BytePerPixelC = 1; in dml32_CalculateBytePerPixelAndBlockSizes() 299 *BytePerPixelC = 2; in dml32_CalculateBytePerPixelAndBlockSizes() 304 *BytePerPixelC = 4; in dml32_CalculateBytePerPixelAndBlockSizes() 309 *BytePerPixelC = 4; in dml32_CalculateBytePerPixelAndBlockSizes() 316 dml_print("DML::%s: BytePerPixelC = %d\n", __func__, *BytePerPixelC); in dml32_CalculateBytePerPixelAndBlockSizes() [all …]
|
H A D | display_mode_vba_32.c | 151 &v->BytePerPixelC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 185 v->BytePerPixelC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 208 v->ReadBandwidthSurfaceChroma[k] = v->SwathWidthSingleDPPC[k] * v->BytePerPixelC[k] in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 268 v->BytePerPixelC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 315 v->BytePerPixelC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 401 v->BytePerPixelC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 443 …metersWatermarksAndPerformanceCalculation.SurfaceParameters[k].BytePerPixelC = v->BytePerPixelC[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 783 …epPrefetchParametersWatermarksAndPerformanceCalculation.myPipe.BytePerPixelC = v->BytePerPixelC[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1266 v->BytePerPixelC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1301 v->BytePerPixelC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | display_mode_vba_30.c | 119 int BytePerPixelC, 161 unsigned int BytePerPixelC, 357 int BytePerPixelC[], 416 int BytePerPixelC[], 449 int BytePerPixelC[], 492 int BytePerPixelC[], 849 int BytePerPixelC, in CalculatePrefetchSchedule() 1009 …_luma_ub * BytePerPixelY + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerPixelC) / Tsw_oto; in CalculatePrefetchSchedule() 1065 + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerPixelC) in CalculatePrefetchSchedule() 1079 BytePerPixelC) / in CalculatePrefetchSchedule() [all …]
|
H A D | display_mode_vba_30.h | 46 unsigned int *BytePerPixelC,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | display_mode_vba_314.c | 85 int BytePerPixelC; member 96 unsigned int *BytePerPixelC, 190 unsigned int BytePerPixelC, 334 int BytePerPixelC[], 392 int BytePerPixelC[], 425 int BytePerPixelC[], 468 int BytePerPixelC[], 1074 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4; 1076 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC; 1081 …_ub * myPipe->BytePerPixelY + PrefetchSourceLinesC * swath_width_chroma_ub * myPipe->BytePerPixelC; [all …]
|
H A D | display_rq_dlg_calc_314.c | 36 unsigned int *BytePerPixelC, in CalculateBytePerPixelAnd256BBlockSizes() argument 48 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes() 53 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes() 58 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes() 63 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes() 68 *BytePerPixelC = 1; in CalculateBytePerPixelAnd256BBlockSizes() 73 *BytePerPixelC = 2; in CalculateBytePerPixelAnd256BBlockSizes() 78 *BytePerPixelC = 4; in CalculateBytePerPixelAnd256BBlockSizes() 83 *BytePerPixelC = 4; in CalculateBytePerPixelAnd256BBlockSizes() 115 *BlockWidth256BytesC = 256U / *BytePerPixelC / *BlockHeight256BytesC; in CalculateBytePerPixelAnd256BBlockSizes()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 84 int BytePerPixelC; member 178 unsigned int BytePerPixelC, 322 int BytePerPixelC[], 380 int BytePerPixelC[], 413 int BytePerPixelC[], 456 int BytePerPixelC[], 1053 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4; 1055 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC; 1060 …_ub * myPipe->BytePerPixelY + PrefetchSourceLinesC * swath_width_chroma_ub * myPipe->BytePerPixelC; 1368 …ble) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData * myPipe->BytePerPixelC * swath_width_… [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_structs.h | 122 unsigned int BytePerPixelC; member
|
H A D | display_mode_vba.h | 180 unsigned int BytePerPixelC, 1008 unsigned int BytePerPixelC[DC__NUM_DPP__MAX]; member
|
H A D | display_mode_vba.c | 982 unsigned int BytePerPixelC, in Calculate256BBlockSizes() argument 1014 *BlockWidth256BytesC = 256 / BytePerPixelC / *BlockHeight256BytesC; in Calculate256BBlockSizes()
|