Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h619 struct dml_output_cfg_st { struct
621 dml_uint_t DSCInputBitPerComponent[__DML_NUM_PLANES__];
622 enum dml_output_format_class OutputFormat[__DML_NUM_PLANES__];
623 enum dml_output_encoder_class OutputEncoder[__DML_NUM_PLANES__];
624 dml_uint_t OutputMultistreamId[__DML_NUM_PLANES__];
625 dml_bool_t OutputMultistreamEn[__DML_NUM_PLANES__];
626 …_programming to specify a output bpp; user can use the output from mode_support (support.OutputBpp)
627 dml_float_t PixelClockBackEnd[__DML_NUM_PLANES__];
628 …SCEnable[__DML_NUM_PLANES__]; //< brief for mode support check; use to determine if dsc is required
629 dml_uint_t OutputLinkDPLanes[__DML_NUM_PLANES__];
[all …]