Summary: | IGT's igt_reset_connectors is not signal safe | ||
---|---|---|---|
Product: | DRI | Reporter: | Paulo Zanoni <przanoni> |
Component: | DRM/Intel | Assignee: | Thomas Wood <thomas.wood> |
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs, przanoni, thomas.wood |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Paulo Zanoni
2014-09-04 13:42:09 UTC
commit f675f6771b1a3eaca6981ad78d2f1521f379347a Author: Thomas Wood <thomas.wood@intel.com> Date: Thu Sep 4 11:35:01 2014 +0100 lib: keep a list of modified connectors to reset Avoid calling functions in igt_reset_connectors that are not safe to use in signal handlers by keeping a list of connectors that have been modified, instead of enumerating all connectors. v2: add space for a sentinel NULL value on forced_connectors and print a warning when the connector limit is reached (Chris Wilson) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83498 Cc: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com> |
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.