Bug 80021

Summary: unnecessary logging of needBandwidth, totalBandwidth
Product: xorg Reporter: Robby Klehm <rklehm>
Component: Driver/openchromeAssignee: Openchrome development list <openchrome-devel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: xavier
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
logging patch
none
Xorg.log if needed
none
xorg.conf none

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.