Summary: | Multiple Xorg restarts leads to `Surface: can not attach plane_state` (raven ridge) | ||
---|---|---|---|
Product: | DRI | Reporter: | ojab <ojab> |
Component: | DRM/AMDgpu | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | harry.wentland |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
ojab
2018-04-27 17:36:26 UTC
``` #!/bin/sh set -ex while true; do set -x X& sleep 1 XPID=$! kill -9 ${XPID} sleep 0.1 done ``` reliably triggers this error in a minute or so. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/357. |
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.