From owner-freebsd-x11@freebsd.org Mon Mar 26 11:44:43 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58CADF63FCD for ; Mon, 26 Mar 2018 11:44:43 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2A2F798E4 for ; Mon, 26 Mar 2018 11:44:42 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id t7so14799993wmh.5 for ; Mon, 26 Mar 2018 04:44:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=YOjqNPdpE0L6HzcFNfzlXExglNmd5TVp1umRGpB0dX0=; b=N/2qv6Feh8rlGj+QPcSNKcFsPfFQjDQJkoKSnokO8U6kSU7shobbbPP3hwPGUT7Sel ZPwASokp9VWPE8a6u5jb1AB6L95Gt4/33QeZozrYguxuT8sCL2BjBR6d2VRpKSxzwFcW er2rlExbtsd67Gl5IS25r3b+eT5pEvrcnvn6IjR+SQklse0BKevMD9DnMVlFMwQ5dwYU d2TuPZWI4g0wvQjPpYSeoPESVL4Wb0/h00DqAZPJizO7o1MBRobYu6lQ9IrKSUVyRC7f rJYHbL0g2misCkZu1r2d21wOL0VkS64kjUGC3lRXr9DthVFwZFcYabVpRD2KoOq4Wi5z bI6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=YOjqNPdpE0L6HzcFNfzlXExglNmd5TVp1umRGpB0dX0=; b=jUv+llUMQpB2QYqc3HK3/A9FZlKOsdmseYHgYRe96+evuMsw9MdUSm3rNnByR+g59V fFuDAECciB1sHIy78C2ao+mp/V7/9F7673iPFSXHxCsm8XHmuvz+PXB20ZFsaXww3bPt 7o/Y48Kshu9UtHzhIyqGEzcnUes6zEqpLvq2PjovnIV+bBhQhwGygcbr9C8C7Um5VRdU emcuNO4tmoyHjBV3XHdo3Wjf1oAPoAyr8zpqd+Uxh8d59Qiirm/K4XO7duh2jNbchrY9 Yv0cFavllICPN/y3RI7uHr1qRmvBVhhGBiDlWi15wp2zPzQMVR2Yn/N72PTnEgru7Jhn w31w== X-Gm-Message-State: AElRT7HZHjli7p2ithqoxr6JeF0iJuZg9prtShG67dxo9VYmmt9/uhZd HHIwf92CKq2ws1yiCl4UYp1TWGFlsyQWsvgdXmM= X-Google-Smtp-Source: AIpwx4/X8TOE1slYAK57rsqW9bJMDycawjgd+XYLu/EeOY9wOxANRmJ0bKTW3x4Em2Mhgh/yKzy03M/4SR/3speHTMs= X-Received: by 10.28.174.67 with SMTP id x64mr5968316wme.104.1522064681134; Mon, 26 Mar 2018 04:44:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.165.20 with HTTP; Mon, 26 Mar 2018 04:44:00 -0700 (PDT) In-Reply-To: References: From: Johannes Lundberg Date: Mon, 26 Mar 2018 12:44:00 +0100 Message-ID: Subject: Re: i915kms driver crashing in CURRENT To: Phil Eaton Cc: freebsd-x11@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2018 11:44:43 -0000 On Mon, Mar 26, 2018 at 1:04 AM, Phil Eaton wrote: > I just updated CURRENT today and experienced kernel panics related to the > i915kms driver. I recompiled the i915kms driver based on HEAD of the > kms-drm > repo and things started > working > again. > > I've attached some relevant files. > Hi If by "based on HEAD of the kms-drm" you mean the master branch, that is outdated. If you're running stock kernel, I recommend installing graphics drivers using pkg. pkg install drm-stable-kmod (the drm-v4.9 branch) pkg install drm-next-kmod (the drm-v4.11 branch (usable but opencl, vulkan and vaapi decoding has bugs)) If you want to experiment with the newest version, try branch drm-v4.15-WIP but that requires a kernel (or linuxkpi.ko only is fine) from here: https://github.com/FreeBSDDesktop/freebsd-base-graphics/tree/drm-v4.15-WIP /Johannes > > -- > Phil Eaton > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >