File: issues.md

package info (click to toggle)
intel-gpu-tools 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,504 kB
  • sloc: xml: 781,458; ansic: 378,272; python: 8,407; yacc: 2,781; perl: 1,196; sh: 1,177; lex: 487; asm: 227; lisp: 35; makefile: 30
file content (31 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download
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/)