/** * struct dpu_hw_dsc_ops - interface to the dsc hardware driver functions * Assumption is these functions will be called after clocks are enabled
*/ struct dpu_hw_dsc_ops { /** * dsc_disable - disable dsc * @hw_dsc: Pointer to dsc context
*/ void (*dsc_disable)(struct dpu_hw_dsc *hw_dsc);
/** * dsc_config - configures dsc encoder * @hw_dsc: Pointer to dsc context * @dsc: panel dsc parameters * @mode: dsc topology mode to be set * @initial_lines: amount of initial lines to be used
*/ void (*dsc_config)(struct dpu_hw_dsc *hw_dsc, struct drm_dsc_config *dsc,
u32 mode,
u32 initial_lines);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.