Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h334 struct dml2_core_internal_mode_support { struct
336 unsigned int state_idx; // <brief min clk state table index for mode support call
337 unsigned int qos_param_index; // to access the uclk dependent qos_parameters table
338 unsigned int active_min_uclk_dpm_index; // to access the min_clk table
339 unsigned int num_active_planes; // <brief As determined by either e2e_pipe_param or display_cfg
342 double RequiredDISPCLK; /// <brief Required DISPCLK; depends on pixel rate; odm mode etc.
343 double RequiredDPPCLK[DML2_MAX_PLANES];
344 double RequiredDISPCLKPerSurface[DML2_MAX_PLANES];
345 double RequiredDTBCLK[DML2_MAX_PLANES];
369 struct dml2_core_internal_mode_support_info support; argument
[all …]