Searched defs:dml2_core_internal_mode_support (Results 1 – 1 of 1) sorted by relevance
363 struct dml2_core_internal_mode_support { struct365 unsigned int state_idx; // <brief min clk state table index for mode support call366 unsigned int qos_param_index; // to access the uclk dependent qos_parameters table367 unsigned int active_min_uclk_dpm_index; // to access the min_clk table368 unsigned int num_active_planes; // <brief As determined by either e2e_pipe_param or display_cfg371 double RequiredDISPCLK; /// <brief Required DISPCLK; depends on pixel rate; odm mode etc.372 double RequiredDPPCLK[DML2_MAX_PLANES];373 double RequiredDISPCLKPerSurface[DML2_MAX_PLANES];374 double RequiredDTBCLK[DML2_MAX_PLANES];376 double required_dscclk_freq_mhz[DML2_MAX_PLANES];[all …]