Home
last modified time | relevance | path

Searched refs:HostVMEnable (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h382 bool HostVMEnable,
449 bool HostVMEnable,
605 bool HostVMEnable,
652 bool HostVMEnable,
692 const bool HostVMEnable,
713 bool HostVMEnable,
777 bool HostVMEnable,
H A Ddisplay_mode_vba_32.c478 mode_lib->vba.HostVMEnable, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
562 if (mode_lib->vba.GPUVMEnable && mode_lib->vba.HostVMEnable) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
589 mode_lib->vba.HostVMEnable, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1042 mode_lib->vba.HostVMEnable, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1138 …((!mode_lib->vba.ImmediateFlipSupport && !mode_lib->vba.HostVMEnable && !ImmediateFlipRequirementF… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1147 dml_print("DML::%s: HostVMEnable = %d\n", __func__, mode_lib->vba.HostVMEnable); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1706 && ((mode_lib->vba.HostVMEnable == false in mode_support_configuration()
2771 mode_lib->vba.HostVMEnable, in dml32_ModeSupportAndSystemConfigurationFull()
3020 ((mode_lib->vba.HostVMEnable == true || mode_lib->vba.ImmediateFlipRequirement[k] != in dml32_ModeSupportAndSystemConfigurationFull()
3070 mode_lib->vba.HostVMEnable, in dml32_ModeSupportAndSystemConfigurationFull()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c315 dml_bool_t HostVMEnable,
628 dml_bool_t HostVMEnable,
643 dml_bool_t HostVMEnable,
1040 if (p->GPUVMEnable == true && p->HostVMEnable == true) { in CalculatePrefetchSchedule()
1051 dml_print("DML::%s: HostVMEnable = %u\n", __func__, p->HostVMEnable); in CalculatePrefetchSchedule()
1957 dml_bool_t HostVMEnable, in CalculateFlipSchedule() argument
1991 if (GPUVMEnable == true && HostVMEnable == true) { in CalculateFlipSchedule()
4488 dml_bool_t HostVMEnable, in CalculateExtraLatency() argument
4506 HostVMEnable, in CalculateExtraLatency()
4529 dml_bool_t HostVMEnable, in CalculateHostVMDynamicLevels() argument
[all …]
H A Ddisplay_mode_core_structs.h528 dml_bool_t HostVMEnable; /// <brief Set if any pipe has HostVM enable member
1287 dml_bool_t HostVMEnable; member
1403 dml_bool_t HostVMEnable; member
1601 dml_bool_t HostVMEnable; member
H A Ddisplay_mode_util.c411 …Flip Supported : %s\n", ((mode_lib->ms.cache_display_cfg.plane.HostVMEnable == false && !mo… in dml_print_mode_support()
556 dml_print("DML: plane_cfg: HostVMEnable = %d\n", plane->HostVMEnable); in dml_print_dml_display_cfg_plane()
H A Ddml2_translation_helper.c1316 dml_dispcfg->plane.HostVMEnable = dml2->v20.dml_core_ctx.ip.hostvm_enable; in map_dc_state_into_dml_display_cfg()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c877 mode_lib->vba.HostVMEnable = false; in fetch_pipe_params()
890 …mode_lib->vba.HostVMEnable = mode_lib->vba.HostVMEnable || !!pipes[k].pipe.src.hostvm || !!pipes[k… in fetch_pipe_params()
906 mode_lib->vba.HostVMEnable = mode_lib->vba.HostVMEnable && !!ip->hostvm_enable; in fetch_pipe_params()
H A Ddisplay_mode_vba.h378 bool HostVMEnable; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c1570 bool HostVMEnable, in CalculateHostVMDynamicLevels() argument
1576 if (GPUVMEnable && HostVMEnable) { in CalculateHostVMDynamicLevels()
2766 bool HostVMEnable, in calculate_bandwidth_available() argument
2784 HostVMEnable, in calculate_bandwidth_available()
2790 …urg_bandwidth_available[m][n] = dml_get_return_bandwidth_available(soc, m, n, 0, HostVMEnable, 0, … in calculate_bandwidth_available()
2800 …ailable_vm_only[m] = dml_get_return_bandwidth_available(soc, m, n, 0, HostVMEnable, 1, dcfclk_mhz,… in calculate_bandwidth_available()
2801 …le_pixel_and_vm[m] = dml_get_return_bandwidth_available(soc, m, n, 0, HostVMEnable, 0, dcfclk_mhz,… in calculate_bandwidth_available()