From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 59903] [RS880] Xorg.0.log: flip queue failed: Device or resource busy Date: Wed, 30 Jan 2013 17:44:07 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1007795292==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 43814E5D18 for ; Wed, 30 Jan 2013 09:44:07 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1007795292== Content-Type: multipart/alternative; boundary="1359567847.5EDfD30.787"; charset="us-ascii" --1359567847.5EDfD30.787 Date: Wed, 30 Jan 2013 17:44:07 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D59903 --- Comment #8 from Michel D=C3=A4nzer --- (In reply to comment #6) > * with "echo 2 > /sys/module/drm/parameters/debug" nothing special in dme= sg Hmm, so maybe the EBUSY error is coming from this code in drm_mode_page_flip_ioctl(): if (crtc->fb =3D=3D NULL) { /* The framebuffer is currently unbound, presumably * due to a hotplug event, that userspace has not * yet discovered. */ ret =3D -EBUSY; goto out; } What does xrandr --current say when the problem occurs? After that, does running xrandr without arguments make any difference? --=20 You are receiving this mail because: You are the assignee for the bug. --1359567847.5EDfD30.787 Date: Wed, 30 Jan 2013 17:44:07 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 8 on bug 59903<= /a> from Michel D=C3=A4nzer
(In reply to comment #6=
)
> * with "echo 2 > /sys/module/drm/paramet=
ers/debug" nothing special in dmesg

Hmm, so maybe the EBUSY error is coming from this code in
drm_mode_page_flip_ioctl():

        if (crtc->fb =3D=3D NULL) {
                /* The framebuffer is currently unbound, presumably
                 * due to a hotplug event, that userspace has not
                 * yet discovered.
                 */
                ret =3D -EBUSY;
                goto out;
        }


What does xrandr --current say when the problem occurs? After that, does
running xrandr without arguments make any difference?


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1359567847.5EDfD30.787-- --===============1007795292== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1007795292==--