1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# Reporting Issues
!!! info "**IGT GPU Tools** is a testing framework for Linux graphics drivers."
We welcome bug reports, notes on regressions, and information about test failures –
your input helps us improve reliability and coverage across platforms.
### How to Report an Issue
You can report issues in either of the following ways:
- **Open a GitLab issue** in the **[IGT project repository](https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues)**.
Please provide clear details, including logs, test steps, and system information.
- **Send an email** to the development mailing list:
**[igt-dev@lists.freedesktop.org](mailto:igt-dev@lists.freedesktop.org)**
Email reports are recommended if your issue is part of an ongoing patch discussion
or relates closely to a test or CI behavior.
When reporting, be sure to include:
- Steps to reproduce the issue
- Platform, hardware, and kernel version
- Logs or output from relevant test runs
- Any CI job links (if applicable)
You can view current discussions and threads via:
- [GitLab Issues](https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues)
- [Patchwork](https://patchwork.freedesktop.org/project/igt/series/)
- [Lore Archive](https://lore.kernel.org/igt-dev/)
|