summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@gmail.com>2017-02-21 22:07:36 +0100
committerChristoph Brill <egore911@gmail.com>2017-02-21 22:07:36 +0100
commitaa550e31b448d79c7e02fef60a5333e303e845cd (patch)
treefd68bbd7216aed63da1311f351d159d700cdad48
parent54f0f4e311f1bf89b97e905973d684268ee5a4a6 (diff)
Add support for #intel-gfx
-rw-r--r--common.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.inc.php b/common.inc.php
index 87996a0..c1004b4 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -34,7 +34,7 @@ date_default_timezone_set('US/Pacific');
define('LOG_DIR', './');
-$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno', 'lima', 'etnaviv');
+$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno', 'lima', 'etnaviv', 'intel-gfx');
if (isset($_GET['channel'])) {
$channel = $_GET['channel'];