Lines Matching full:writeback
220 "Failed to obtain a dl list, disabling writeback\n"); in wpf_configure_writeback_chain()
251 if (!pipe->lif || wpf->writeback) { in wpf_configure_stream()
320 * Configure writeback for display pipelines (the wpf writeback flag is in wpf_configure_stream()
322 * display list to disable writeback after a single frame, and process in wpf_configure_stream()
323 * to enable writeback. If the display list allocation fails don't in wpf_configure_stream()
324 * enable writeback as we wouldn't be able to safely disable it, in wpf_configure_stream()
327 if (wpf->writeback) { in wpf_configure_stream()
330 wpf->writeback = false; in wpf_configure_stream()
334 wpf->writeback ? VI6_WPF_WRBCK_CTRL_WBMD : 0); in wpf_configure_stream()
397 * For display pipelines without writeback enabled there's no memory in wpf_configure_partition()
400 if (pipe->lif && !wpf->writeback) in wpf_configure_partition()
491 * Writeback operates in single-shot mode and lasts for a single frame, in wpf_configure_partition()
492 * reset the writeback flag to false for the next frame. in wpf_configure_partition()
494 wpf->writeback = false; in wpf_configure_partition()