From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 106431] On ASUS A8JN laptop with G72M GPU dmesg is flooded with error messages
Date: Wed, 21 Oct 2015 18:25:42 +0000 [thread overview]
Message-ID: <bug-106431-2300-w4FXT7BeHa@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-106431-2300@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=106431
Daniel Vetter <daniel@ffwll.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel@ffwll.ch
--- Comment #2 from Daniel Vetter <daniel@ffwll.ch> ---
Three ways to fix this:
- open-code the old behaviour (without the warning) again in nouveau, just to
shut it up.
- don't register vblanks with the drm core (i.e. no call to drm_vblank_init) on
pre-tesla if the hw/driver can't do it since it's just a lie apparently.
According to following commit at least:
commit af4870e406126b7ac0ae7c7ce5751f25ebe60f28
Author: Mario Kleiner <mario.kleiner.de@gmail.com>
Date: Tue May 13 00:42:08 2014 +0200
drm/nouveau/kms/nv04-nv40: fix pageflip events via special case.
- fix up the underlying issue of sending the vblank events before they happen.
Old intel hw is similar in that the pageflip irq from the hw happens when the
flip arms, not when it completes at the next vblank. We solve that by enabling
the corresponding vblank, and from the flip handler stuff the event someplace
where the vblank handler can pick it up. Then on the next vblank we'll send out
the event (knowing the timestamp to be accurate) and drop the vblank reference.
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2015-10-21 18:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-21 15:25 [Bug 106431] New: dmesg is flooded with error messages bugzilla-daemon
2015-10-21 17:07 ` [Bug 106431] On ASUS A8JN laptop with G72M GPU " bugzilla-daemon
2015-10-21 17:43 ` bugzilla-daemon
2015-10-21 18:25 ` bugzilla-daemon [this message]
2015-10-30 21:57 ` bugzilla-daemon
2015-11-02 20:38 ` bugzilla-daemon
2015-11-02 20:40 ` bugzilla-daemon
2015-11-02 20:50 ` bugzilla-daemon
2015-11-07 5:15 ` bugzilla-daemon
2015-11-07 17:09 ` bugzilla-daemon
2015-11-07 17:12 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-106431-2300-w4FXT7BeHa@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.