Searched refs:ViewportHeightChroma (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_structs.h | 103 unsigned int ViewportHeightChroma; member
|
D | display_mode_vba.c | 553 mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params() 797 mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] += in fetch_pipe_params() 815 …if (mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] > src->viewport_height_… in fetch_pipe_params() 816 …mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height_max … in fetch_pipe_params()
|
D | display_mode_vba.h | 1047 unsigned int ViewportHeightChroma[DC__NUM_DPP__MAX]; member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_32.c | 400 mode_lib->vba.ViewportHeightChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 426 …sAndPerformanceCalculation.SurfaceParameters[k].ViewportHeightChroma = mode_lib->vba.ViewportHeigh… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1807 v->SwathWidthCSingleDPP[k] = mode_lib->vba.ViewportHeightChroma[k]; in dml32_ModeSupportAndSystemConfigurationFull() 2638 mode_lib->vba.ViewportHeightChroma, in dml32_ModeSupportAndSystemConfigurationFull() 2693 …ortAndSystemConfigurationFull.SurfParameters[k].ViewportHeightChroma = mode_lib->vba.ViewportHeigh… in dml32_ModeSupportAndSystemConfigurationFull() 3645 || mode_lib->vba.ViewportHeightChroma[k] in dml32_ModeSupportAndSystemConfigurationFull()
|
D | display_mode_vba_util_32.c | 2024 myPipe[k].ViewportHeightChroma, in dml32_CalculateVMRowAndSwath() 2067 myPipe[k].ViewportHeightChroma, in dml32_CalculateVMRowAndSwath()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 157 unsigned int ViewportHeightChroma, 2204 v->ViewportHeightChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3635 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; in dml30_ModeSupportAndSystemConfigurationFull() 4379 v->ViewportHeightChroma[k], in dml30_ModeSupportAndSystemConfigurationFull() 5133 …if (v->ViewportWidthChroma[k] > v->SurfaceWidthC[k] || v->ViewportHeightChroma[k] > v->SurfaceHeig… in dml30_ModeSupportAndSystemConfigurationFull()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 2332 v->ViewportHeightChroma[k], 3872 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; 4676 v->ViewportHeightChroma[k], 5336 || v->ViewportHeightChroma[k] > v->SurfaceHeightC[k]) {
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 2354 v->ViewportHeightChroma[k], 3969 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; 4773 v->ViewportHeightChroma[k], 5433 || v->ViewportHeightChroma[k] > v->SurfaceHeightC[k]) {
|