From 38339807faf68b200f51e4fa208e45c794e540ec Mon Sep 17 00:00:00 2001 From: Christoph Brill Date: Sat, 4 Oct 2014 23:46:22 +0200 Subject: Add freedreno channel --- common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.inc.php b/common.inc.php index ccd306d..c7403bc 100644 --- a/common.inc.php +++ b/common.inc.php @@ -20,7 +20,7 @@ date_default_timezone_set('US/Pacific'); define('LOG_DIR', './'); -$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9'); +$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno'); if (isset($_GET['channel'])) $channel = $_GET['channel']; -- cgit v1.2.3