[Intel-gfx] [PATCH 1/2] drm/i915: update the bug-filing instructions link

Martin Peres martin.peres at linux.intel.com
Thu Dec 12 12:51:50 UTC 2019


Freedesktop's Bugzilla instance is no more, and bugs have been migrated
to gitlab.freedesktop.org/drm/intel.

The instructions also moved from 01.org to fd.o's gitlab to make it
easier to keep up to date.

This patch updates the link presented to the user after a GPU hang.

Signed-off-by: Martin Peres <martin.peres at linux.intel.com>
---
 drivers/gpu/drm/i915/i915_utils.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_utils.c b/drivers/gpu/drm/i915/i915_utils.c
index c47261ae86ea..7b899259bfbb 100644
--- a/drivers/gpu/drm/i915/i915_utils.c
+++ b/drivers/gpu/drm/i915/i915_utils.c
@@ -8,9 +8,8 @@
 #include "i915_drv.h"
 #include "i915_utils.h"
 
-#define FDO_BUG_URL "https://bugs.freedesktop.org/enter_bug.cgi?product=DRI"
-#define FDO_BUG_MSG "Please file a bug at " FDO_BUG_URL " against DRM/Intel " \
-		    "providing the dmesg log by booting with drm.debug=0xf"
+#define FDO_BUG_URL "https://gitlab.freedesktop.org/drm/intel/wikis/How-to-file-i915-bugs"
+#define FDO_BUG_MSG "Please file a bug according to " FDO_BUG_URL "."
 
 void
 __i915_printk(struct drm_i915_private *dev_priv, const char *level,
-- 
2.24.0



More information about the Intel-gfx mailing list