diff mbox series

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

Message ID 20191212125151.118946-1-martin.peres@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [1/2] drm/i915: update the bug-filing instructions link | expand

Commit Message

Martin Peres Dec. 12, 2019, 12:51 p.m. UTC
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@linux.intel.com>
---
 drivers/gpu/drm/i915/i915_utils.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

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,