/* * Lower the watermark so to eliminate jitter at higher bandwidths. * Disable SRAM read wait state to avoid system hang with external * clock.
*/
armada_updatel(CFG_DMA_WM(0x20), CFG_SRAM_WAIT | CFG_DMA_WM_MASK,
dcrtc->base + LCD_CFG_RDREG4F);
/* * Armada510 specific SCLK register selection. * This gets called with sclk = NULL to test whether the mode is * supportable, and again with sclk != NULL to set the clocks up for * that. The former can return an error, but the latter is expected * not to.
*/ staticint armada510_crtc_compute_clock(struct armada_crtc *dcrtc, conststruct drm_display_mode *mode, uint32_t *sclk)
{ struct armada510_variant_data *v = dcrtc->variant_data; unsignedlong desired_khz = mode->crtc_clock; struct armada_clk_result res; int ret, idx;
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.