Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/bounding_boxes/
H A Ddcn4_soc_bb.h81 .qos_type = dml2_qos_param_type_dcn4x,
285 .qos_type = dml2_qos_param_type_dcn4x,
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_soc_parameter_types.h87 enum dml2_qos_param_type qos_type; member
/linux/include/rdma/
H A Dib_sa.h159 u8 qos_type; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3180 enum dml2_qos_param_type qos_type, in CalculateUrgentLatency() argument
3189 if (qos_type == dml2_qos_param_type_dcn4x) { in CalculateUrgentLatency()
3200 if (qos_type == dml2_qos_param_type_dcn4x) { in CalculateUrgentLatency()
3201 DML_LOG_VERBOSE("DML::%s: qos_type = %d\n", __func__, qos_type); in CalculateUrgentLatency()
3222 enum dml2_qos_param_type qos_type, in CalculateTripToMemory() argument
3230 if (qos_type == dml2_qos_param_type_dcn4x) { in CalculateTripToMemory()
3239 if (qos_type == dml2_qos_param_type_dcn4x) { in CalculateTripToMemory()
3240 DML_LOG_VERBOSE("DML::%s: qos_type = %d\n", __func__, qos_type); in CalculateTripToMemory()
3262 CalculateMetaTripToMemory(double UrgLatency,double FabricClock,double uclk_freq_mhz,enum dml2_qos_param_type qos_type,unsigned int meta_trip_to_memory_uclk_cycles,unsigned int meta_trip_to_memory_fclk_cycles,double umc_max_latency_margin,double fabric_max_transport_latency_margin) CalculateMetaTripToMemory() argument
5000 CalculateExtraLatency(const struct dml2_display_cfg * display_cfg,unsigned int ROBBufferSizeInKByte,unsigned int RoundTripPingLatencyCycles,unsigned int ReorderingBytes,double DCFCLK,double FabricClock,unsigned int PixelChunkSizeInKByte,double ReturnBW,unsigned int NumberOfActiveSurfaces,unsigned int NumberOfDPP[],unsigned int dpte_group_bytes[],unsigned int tdlut_bytes_per_group[],double HostVMInefficiencyFactor,double HostVMInefficiencyFactorPrefetch,unsigned int HostVMMinPageSize,enum dml2_qos_param_type qos_type,bool max_outstanding_when_urgent_expected,unsigned int max_outstanding_requests,unsigned int request_size_bytes_luma[],unsigned int request_size_bytes_chroma[],unsigned int MetaChunkSize,unsigned int dchub_arb_to_ret_delay,double Ttrip,unsigned int hostvm_mode,double * ExtraLatency,double * ExtraLatency_sr,double * ExtraLatencyPrefetch) CalculateExtraLatency() argument
[all...]
H A Ddml2_core_shared_types.h1027 enum dml2_qos_param_type qos_type; member