Home
last modified time | relevance | path

Searched defs:dml2_core_internal_mode_program (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ !
Ddml2_core_shared_types.h538 struct dml2_core_internal_mode_program { struct
539 unsigned int qos_param_index; // to access the uclk dependent dpm table
540 unsigned int active_min_uclk_dpm_index; // to access the min_clk table
541 double FabricClock; /// <brief Basically just the clock freq at the min (or given) state
542 …CFCLK; /// <brief Basically just the clock freq at the min (or given) state and max combine setting
543 double dram_bw_mbps;
544 double uclk_freq_mhz;
545 unsigned int NoOfDPP[DML2_MAX_PLANES];
546 enum dml2_odm_mode ODMMode[DML2_MAX_PLANES];
551 double UrgentLatency;
[all …]