Searched refs:RequiredDISPCLK (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| H A D | display_mode_vba_20.c | 3882 locals->RequiredDISPCLK[i][j] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3923 locals->RequiredDISPCLK[i][j] = dml_max( in dml20_ModeSupportAndSystemConfigurationFull() 3924 locals->RequiredDISPCLK[i][j], in dml20_ModeSupportAndSystemConfigurationFull() 3957 locals->RequiredDISPCLK[i][j] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3979 locals->RequiredDISPCLK[i][j] = dml_max( in dml20_ModeSupportAndSystemConfigurationFull() 3980 locals->RequiredDISPCLK[i][j], in dml20_ModeSupportAndSystemConfigurationFull() 3991 locals->RequiredDISPCLK[i][j] = dml_max( in dml20_ModeSupportAndSystemConfigurationFull() 3992 locals->RequiredDISPCLK[i][j], in dml20_ModeSupportAndSystemConfigurationFull() 4354 locals->LinesInDETLuma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETY[k] * in dml20_ModeSupportAndSystemConfigurationFull() 4360 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20_ModeSupportAndSystemConfigurationFull() [all …]
|
| H A D | display_mode_vba_20v2.c | 3959 locals->RequiredDISPCLK[i][j] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 4003 locals->RequiredDISPCLK[i][j] = dml_max( in dml20v2_ModeSupportAndSystemConfigurationFull() 4004 locals->RequiredDISPCLK[i][j], in dml20v2_ModeSupportAndSystemConfigurationFull() 4037 locals->RequiredDISPCLK[i][j] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 4059 locals->RequiredDISPCLK[i][j] = dml_max( in dml20v2_ModeSupportAndSystemConfigurationFull() 4060 locals->RequiredDISPCLK[i][j], in dml20v2_ModeSupportAndSystemConfigurationFull() 4071 locals->RequiredDISPCLK[i][j] = dml_max( in dml20v2_ModeSupportAndSystemConfigurationFull() 4072 locals->RequiredDISPCLK[i][j], in dml20v2_ModeSupportAndSystemConfigurationFull() 4434 locals->LinesInDETLuma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETY[k] * in dml20v2_ModeSupportAndSystemConfigurationFull() 4440 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20v2_ModeSupportAndSystemConfigurationFull() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 427 double RequiredDISPCLK[][2], 3956 v->RequiredDISPCLK[i][j] = 0.0; in dml30_ModeSupportAndSystemConfigurationFull() 4034 v->RequiredDISPCLK[i][j] = dml_max(v->RequiredDISPCLK[i][j], v->PlaneRequiredDISPCLK); in dml30_ModeSupportAndSystemConfigurationFull() 4069 v->RequiredDISPCLK[i][j] = 0.0; in dml30_ModeSupportAndSystemConfigurationFull() 4088 v->RequiredDISPCLK[i][j] = dml_max(v->RequiredDISPCLK[i][j], v->PlaneRequiredDISPCLK); in dml30_ModeSupportAndSystemConfigurationFull() 4099 v->RequiredDISPCLK[i][j] = dml_max(v->RequiredDISPCLK[i][j], v->WritebackRequiredDISPCLK); in dml30_ModeSupportAndSystemConfigurationFull() 4686 v->HTotal[k]) / v->RequiredDISPCLK[i][j]; in dml30_ModeSupportAndSystemConfigurationFull() 4703 v->HTotal[m]) / v->RequiredDISPCLK[i][j]); in dml30_ModeSupportAndSystemConfigurationFull() 4768 v->RequiredDISPCLK, in dml30_ModeSupportAndSystemConfigurationFull() 4918 myPipe.DISPCLK = v->RequiredDISPCLK[i][j]; in dml30_ModeSupportAndSystemConfigurationFull() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| H A D | display_mode_vba_21.c | 3955 locals->RequiredDISPCLK[i][j] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 4004 locals->RequiredDISPCLK[i][j] = dml_max( in dml21_ModeSupportAndSystemConfigurationFull() 4005 locals->RequiredDISPCLK[i][j], in dml21_ModeSupportAndSystemConfigurationFull() 4038 locals->RequiredDISPCLK[i][j] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 4060 locals->RequiredDISPCLK[i][j] = dml_max( in dml21_ModeSupportAndSystemConfigurationFull() 4061 locals->RequiredDISPCLK[i][j], in dml21_ModeSupportAndSystemConfigurationFull() 4072 locals->RequiredDISPCLK[i][j] = dml_max( in dml21_ModeSupportAndSystemConfigurationFull() 4073 locals->RequiredDISPCLK[i][j], in dml21_ModeSupportAndSystemConfigurationFull() 4627 mode_lib->vba.WritebackDestinationWidth[k]) / locals->RequiredDISPCLK[i][j]; in dml21_ModeSupportAndSystemConfigurationFull() 4644 mode_lib->vba.WritebackDestinationWidth[m]) / locals->RequiredDISPCLK[i][j]); in dml21_ModeSupportAndSystemConfigurationFull() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 527 double RequiredDISPCLK[DC__VOLTAGE_STATES][2]; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/ |
| H A D | dcn21_resource.c | 1108 …pipes[pipe_cnt].clks_cfg.dispclk_mhz = context->bw_ctx.dml.vba.RequiredDISPCLK[vlevel_req][context… in dcn21_calculate_wm()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_resource.c | 2969 …pipes[pipe_cnt].clks_cfg.dispclk_mhz = context->bw_ctx.dml.vba.RequiredDISPCLK[vlevel][context->bw…
|