Searched refs:ViewportHeightChroma (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_structs.h | 103 unsigned int ViewportHeightChroma; member
|
D | display_mode_vba.c | 555 mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params() 805 mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] += in fetch_pipe_params() 823 …if (mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] > src->viewport_height_… in fetch_pipe_params() 824 …mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height_max … in fetch_pipe_params()
|
D | display_mode_vba.h | 1058 unsigned int ViewportHeightChroma[DC__NUM_DPP__MAX]; member
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_32.c | 400 mode_lib->vba.ViewportHeightChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 428 …sAndPerformanceCalculation.SurfaceParameters[k].ViewportHeightChroma = mode_lib->vba.ViewportHeigh… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1829 v->SwathWidthCSingleDPP[k] = mode_lib->vba.ViewportHeightChroma[k]; in dml32_ModeSupportAndSystemConfigurationFull() 2664 mode_lib->vba.ViewportHeightChroma, in dml32_ModeSupportAndSystemConfigurationFull() 2721 …ortAndSystemConfigurationFull.SurfParameters[k].ViewportHeightChroma = mode_lib->vba.ViewportHeigh… in dml32_ModeSupportAndSystemConfigurationFull() 3677 || mode_lib->vba.ViewportHeightChroma[k] in dml32_ModeSupportAndSystemConfigurationFull()
|
D | display_mode_vba_util_32.c | 2029 myPipe[k].ViewportHeightChroma, in dml32_CalculateVMRowAndSwath() 2072 myPipe[k].ViewportHeightChroma, in dml32_CalculateVMRowAndSwath()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 155 unsigned int ViewportHeightChroma, 2204 v->ViewportHeightChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3634 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; in dml30_ModeSupportAndSystemConfigurationFull() 4378 v->ViewportHeightChroma[k], in dml30_ModeSupportAndSystemConfigurationFull() 5132 …if (v->ViewportWidthChroma[k] > v->SurfaceWidthC[k] || v->ViewportHeightChroma[k] > v->SurfaceHeig… in dml30_ModeSupportAndSystemConfigurationFull()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 2335 v->ViewportHeightChroma[k], 3878 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; 4784 v->ViewportHeightChroma[k], 5444 || v->ViewportHeightChroma[k] > v->SurfaceHeightC[k]) {
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 2356 v->ViewportHeightChroma[k], 3971 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; 4871 v->ViewportHeightChroma[k], 5531 || v->ViewportHeightChroma[k] > v->SurfaceHeightC[k]) {
|