Home
last modified time | relevance | path

Searched refs:CalculatePrefetchSchedule_params (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c761 …alculatePrefetchSchedule_params *CalculatePrefetchSchedule_params = &mode_lib->scratch.CalculatePr… in dml2_core_shared_mode_support() local
2323 CalculatePrefetchSchedule_params->display_cfg = display_cfg; in dml2_core_shared_mode_support()
2324CalculatePrefetchSchedule_params->HostVMInefficiencyFactor = s->HostVMInefficiencyFactorPrefetch; in dml2_core_shared_mode_support()
2325 CalculatePrefetchSchedule_params->myPipe = myPipe; in dml2_core_shared_mode_support()
2326 CalculatePrefetchSchedule_params->DSCDelay = mode_lib->ms.DSCDelay[k]; in dml2_core_shared_mode_support()
2327CalculatePrefetchSchedule_params->DPPCLKDelaySubtotalPlusCNVCFormater = mode_lib->ip.dppclk_delay_… in dml2_core_shared_mode_support()
2328 CalculatePrefetchSchedule_params->DPPCLKDelaySCL = mode_lib->ip.dppclk_delay_scl; in dml2_core_shared_mode_support()
2329 CalculatePrefetchSchedule_params->DPPCLKDelaySCLLBOnly = mode_lib->ip.dppclk_delay_scl_lb_only; in dml2_core_shared_mode_support()
2330 CalculatePrefetchSchedule_params->DPPCLKDelayCNVCCursor = mode_lib->ip.dppclk_delay_cnvc_cursor; in dml2_core_shared_mode_support()
2331 CalculatePrefetchSchedule_params->DISPCLKDelaySubtotal = mode_lib->ip.dispclk_delay_subtotal; in dml2_core_shared_mode_support()
[all …]
H A Ddml2_core_dcn4_calcs.c7032 …alculatePrefetchSchedule_params *CalculatePrefetchSchedule_params = &mode_lib->scratch.CalculatePr… in dml_core_mode_support() local
8679 CalculatePrefetchSchedule_params->display_cfg = display_cfg; in dml_core_mode_support()
8680CalculatePrefetchSchedule_params->HostVMInefficiencyFactor = s->HostVMInefficiencyFactorPrefetch; in dml_core_mode_support()
8681 CalculatePrefetchSchedule_params->myPipe = myPipe; in dml_core_mode_support()
8682 CalculatePrefetchSchedule_params->DSCDelay = mode_lib->ms.DSCDelay[k]; in dml_core_mode_support()
8683CalculatePrefetchSchedule_params->DPPCLKDelaySubtotalPlusCNVCFormater = mode_lib->ip.dppclk_delay_… in dml_core_mode_support()
8684 CalculatePrefetchSchedule_params->DPPCLKDelaySCL = mode_lib->ip.dppclk_delay_scl; in dml_core_mode_support()
8685 CalculatePrefetchSchedule_params->DPPCLKDelaySCLLBOnly = mode_lib->ip.dppclk_delay_scl_lb_only; in dml_core_mode_support()
8686 CalculatePrefetchSchedule_params->DPPCLKDelayCNVCCursor = mode_lib->ip.dppclk_delay_cnvc_cursor; in dml_core_mode_support()
8687 CalculatePrefetchSchedule_params->DISPCLKDelaySubtotal = mode_lib->ip.dispclk_delay_subtotal; in dml_core_mode_support()
[all …]
H A Ddml2_core_shared_types.h2021 struct dml2_core_calcs_CalculatePrefetchSchedule_params CalculatePrefetchSchedule_params; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c6216 struct CalculatePrefetchSchedule_params_st *CalculatePrefetchSchedule_params, in set_calculate_prefetch_schedule_params() argument
6220 CalculatePrefetchSchedule_params->DSCDelay = mode_lib->ms.DSCDelayPerState[k]; in set_calculate_prefetch_schedule_params()
6221CalculatePrefetchSchedule_params->EnhancedPrefetchScheduleAccelerationFinal = mode_lib->ms.policy.… in set_calculate_prefetch_schedule_params()
6222CalculatePrefetchSchedule_params->DPPCLKDelaySubtotalPlusCNVCFormater = mode_lib->ms.ip.dppclk_del… in set_calculate_prefetch_schedule_params()
6223 CalculatePrefetchSchedule_params->DPPCLKDelaySCL = mode_lib->ms.ip.dppclk_delay_scl; in set_calculate_prefetch_schedule_params()
6224CalculatePrefetchSchedule_params->DPPCLKDelaySCLLBOnly = mode_lib->ms.ip.dppclk_delay_scl_lb_only; in set_calculate_prefetch_schedule_params()
6225CalculatePrefetchSchedule_params->DPPCLKDelayCNVCCursor = mode_lib->ms.ip.dppclk_delay_cnvc_cursor; in set_calculate_prefetch_schedule_params()
6226 CalculatePrefetchSchedule_params->DISPCLKDelaySubtotal = mode_lib->ms.ip.dispclk_delay_subtotal; in set_calculate_prefetch_schedule_params()
6227CalculatePrefetchSchedule_params->DPP_RECOUT_WIDTH = (dml_uint_t)(mode_lib->ms.SwathWidthYThisStat… in set_calculate_prefetch_schedule_params()
6228CalculatePrefetchSchedule_params->OutputFormat = mode_lib->ms.cache_display_cfg.output.OutputForma… in set_calculate_prefetch_schedule_params()
[all …]
H A Ddisplay_mode_core_structs.h1836 struct CalculatePrefetchSchedule_params_st CalculatePrefetchSchedule_params; member