Bug 89700 - Too much messages "[drm:drm_atomic_set_fb_for_plane] Set [FB:69] for plane state" in dmesg is normal?
Summary: Too much messages "[drm:drm_atomic_set_fb_for_plane] Set [FB:69] for plane st...
Status: CLOSED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: XOrg git
Hardware: Other All
: medium normal
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-21 08:54 UTC by mikhail.v.gavrilov
Modified: 2017-07-24 22:47 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
kernel 4.0.0-0.rc4 log (250.61 KB, text/plain)
2015-03-21 08:54 UTC, mikhail.v.gavrilov
no flags Details

Description mikhail.v.gavrilov 2015-03-21 08:54:20 UTC
Created attachment 114501 [details]
kernel 4.0.0-0.rc4 log
Comment 1 Chris Wilson 2015-03-21 21:16:31 UTC
Quietened by

commit 17a38d9c254bf4e3b0d8b7ccd5c1988cb63730ff
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Sun Feb 22 12:24:16 2015 +0100

    drm: Add DRM_DEBUG_ATOMIC
    
    Atomic state handling adds a lot of indirection and complexity between
    simple updates and drivers. For easier debugging the diagnostic output
    is therefore rather chatty. Which is great for tracking down atomic
    issues, but really annoying otherwise.
    
    Add a new DRM_DEBUG_ATOMIC to be able to filter this out.
    
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Reviewed-by: Rob Clark <robdclark@gmail.com>
    Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

which is earmarked for 4.1.


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.