Bug 80021 - unnecessary logging of needBandwidth, totalBandwidth
Summary: unnecessary logging of needBandwidth, totalBandwidth
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/openchrome (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Openchrome development list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-14 11:32 UTC by Robby Klehm
Modified: 2015-01-13 18:40 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
logging patch (740 bytes, patch)
2014-06-14 11:32 UTC, Robby Klehm
no flags Details | Splinter Review
Xorg.log if needed (31.67 KB, text/plain)
2014-06-14 11:33 UTC, Robby Klehm
no flags Details
xorg.conf (6.39 KB, text/plain)
2014-06-14 11:34 UTC, Robby Klehm
no flags Details

Description Robby Klehm 2014-06-14 11:32:11 UTC
Created attachment 101039 [details] [review]
logging patch

Upgrading my VIA CN10000, Gentoo, MythTV based Home-VPR to xf86-video-openchrome-0.3.3 two changes at xorg.conf were necessary to find out:

* replaced Mode "720x576Over" (does not work any more, flickers) with Mode "720x576"
* needed new options to watch video with method xv-blit:

        Option     "EnableAGPDMA" "true"
#
# 2014-06-14 rklehm: not enabled leads to bug since openchrome-0.3.3
# - (EE) CHROME(0): [Xv] Port 0: PCI DMA blit failed.
         Option     "NoAGPFor2D" "true"
         Option     "NoXVDMA" "true"

==> OK, I'm glad to get it work again! Thanks a lot for your work.

* while watching video following messages are endless logged
 via_xv.c : needBandwidth= 180.000000 : 
 via_xv.c : totalBandwidth= 2979.199951 :

==> I made a patch and got it work. Please consider to patch it into upstream.
Comment 1 Robby Klehm 2014-06-14 11:33:18 UTC
Created attachment 101040 [details]
Xorg.log if needed
Comment 2 Robby Klehm 2014-06-14 11:34:19 UTC
Created attachment 101041 [details]
xorg.conf
Comment 3 Xavier Bachelot 2015-01-13 18:40:05 UTC
Thanks for the patch, it's been commited.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.