@@ -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,
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(-)