Bug 11029 - [intel] I830DRISetVBlankInterrupt failed message when exiting apps
Summary: [intel] I830DRISetVBlankInterrupt failed message when exiting apps
Status: VERIFIED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: git
Hardware: Other Linux (All)
: lowest trivial
Assignee: Hong Liu
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 13027
  Show dependency treegraph
 
Reported: 2007-05-21 18:28 UTC by WuNian
Modified: 2008-10-12 19:01 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description WuNian 2007-05-21 18:28:18 UTC
When exit last X app on nude xserver, it reports:
(EE) I810(0): I830 Vblank Pipe Setup Failed 0

Reproduce steps:
----------------
a) start X, run glxinfo;
b) start X, run xterm, glxinfo, kill xterm;
c) start X, kill X;
Comment 1 Jesse Barnes 2007-10-31 15:57:41 UTC
We should cleanup that message.
Comment 2 Michel Dänzer 2007-11-01 01:45:38 UTC
FWIW, it occurs because I830DRISetVBlankInterrupt is called after the DRM is de-initialized. It's harmless though, so if it can't be avoided easily, the message could just be disabled (maybe only by default, e.g. using a higher log level).
Comment 3 Jesse Barnes 2007-11-13 18:00:58 UTC
Pushed Hong's fix upstream.  Thanks.


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.