Specifically, the source file:

    ./src/drmmode_display.c:    xf86DrvMsg(scrn->scrnIndex, X_WARNING,
"flip queue failed: %s\n",

Line 3093 in the source code of `drmmode_display.c`:

    flip_error:
            xf86DrvMsg(scrn->scrnIndex, X_WARNING, "flip queue failed: %s\n",
                       strerror(errno));
    
    error:
        if (drm_queue_seq)
                radeon_drm_abort_entry(drm_queue_seq);
        else if (crtc)
                drmmode_flip_abort(crtc, flipdata);
        else {
                abort(NULL, data);
                drmmode_fb_reference(pRADEONEnt->fd, &flipdata->fb, NULL);
                free(flipdata);
        }
    
        xf86DrvMsg(scrn->scrnIndex, X_WARNING, "Page flip failed: %s\n",
                   strerror(errno));

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1750393

Title:
  Blank screen with only mouse pointer after mesa driver update; display
  does not switch to tty7 upon lightdm start; Xorg.0.log quickly grows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati-hwe-16.04/+bug/1750393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to