/* * We should ideally be limiting the modes only to the maxlinewidth but * on some chipsets this will allow even 4k modes to be added which will * fail the per SSPP bandwidth checks. So, till we have dual-SSPP support * and source split support added lets limit the modes based on max_mixer_width * as 4K modes can then be supported.
*/ return drm_add_modes_noedid(connector, dpu_kms->catalog->caps->max_mixer_width,
dev->mode_config.max_height);
}
/* DPU initializes the encoder and sets it up completely for writeback * cases and hence should use the new API drm_writeback_connector_init_with_encoder * to initialize the writeback connector
*/
rc = drm_writeback_connector_init_with_encoder(dev, &dpu_wb_conn->base, enc,
&dpu_wb_conn_funcs, format_list, num_formats);
if (!rc)
dpu_wb_conn->wb_enc = enc;
return rc;
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
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.