[Bug 100610] WARNING: CPU: 1 PID: 16615 at drivers/gpu/drm/drm_debugfs_crc.c:185 crtc_crc_open+0x1d0/0x1f0 [drm]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 7 11:03:00 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=100610

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
Just beautiful it asks to be interrupted and then complains when it is:

crtc_crc_open():
        /*
         * Only return once we got a first frame, so userspace doesn't have to
         * guess when this particular piece of HW will be ready to start
         * generating CRCs.
         */
        ret = wait_event_interruptible_lock_irq(crc->wq,
                                                crtc_crc_data_count(crc),
                                                crc->lock);
        spin_unlock_irq(&crc->lock);

        WARN_ON(ret);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170407/dfb76d46/attachment.html>


More information about the intel-gfx-bugs mailing list