From owner-freebsd-current@freebsd.org  Mon Sep 16 11:24:22 2019
Return-Path: <owner-freebsd-current@freebsd.org>
Delivered-To: freebsd-current@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A1F2FCFB2
 for <freebsd-current@mailman.nyi.freebsd.org>;
 Mon, 16 Sep 2019 11:24:22 +0000 (UTC)
 (envelope-from zeising@freebsd.org)
Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 46X3mQ0mZkz4Vr6
 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2019 11:24:22 +0000 (UTC)
 (envelope-from zeising@freebsd.org)
Received: from cid.daemonic.se (localhost [IPv6:::1])
 by mail.daemonic.se (Postfix) with ESMTP id 46X3mG54LXz3c7b
 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2019 11:24:14 +0000 (UTC)
X-Virus-Scanned: amavisd-new at daemonic.se
Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher
 ECDHE-RSA-AES128-GCM-SHA256)
 by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new,
 port 10587)
 with ESMTPS id At0yc0vCEJux for <freebsd-current@freebsd.org>;
 Mon, 16 Sep 2019 11:24:13 +0000 (UTC)
Received: from garnet.daemonic.se (host-90-233-140-120.mobileonline.telia.com
 [90.233.140.120])
 by mail.daemonic.se (Postfix) with ESMTPSA id 46X3mF4bWQz3c7Z
 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2019 11:24:13 +0000 (UTC)
Subject: Re: hang up with r352239 and r352386 with i5-7500
To: freebsd-current@freebsd.org
References: <20190916.200921.794188770284180789.ish@amail.plala.or.jp>
From: Niclas Zeising <zeising@freebsd.org>
Message-ID: <d7ed14db-163b-93be-a5e5-7d87f3f1e29d@freebsd.org>
Date: Mon, 16 Sep 2019 13:24:12 +0200
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101
 Thunderbird/68.0
MIME-Version: 1.0
In-Reply-To: <20190916.200921.794188770284180789.ish@amail.plala.or.jp>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Rspamd-Queue-Id: 46X3mQ0mZkz4Vr6
X-Spamd-Bar: -
Authentication-Results: mx1.freebsd.org;
	none
X-Spamd-Result: default: False [-2.00 / 15.00];
 local_wl_from(0.00)[freebsd.org];
 NEURAL_HAM_MEDIUM(-1.00)[-0.999,0];
 NEURAL_HAM_LONG(-1.00)[-1.000,0];
 ASN(0.00)[asn:36236, ipnet:2607:f740:d::/48, country:US]
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
 <freebsd-current.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Sep 2019 11:24:22 -0000

On 2019-09-16 13:09, Masachika ISHIZUKA wrote:
>    Hi.
> 
>    My machine (with core i5-7500) is hangup when loading i915kms.ko
> on r352239 and r352386 (1300047).
>    This machine was working good with r351728 (1300044).
> 
>    /etc/rc.conf has the following line.
> kld_list="i915kms.ko"
> 
>    It is good wowking with core i7-4500U on r352239 (1300047).
> 

Hi!
Which version of drm-current are you using?  Have you recompiled it 
after updating the kernel?  What happens if you change to 
kld_list="/boot/modules/i915kms.ko"?

There is a patch here: 
https://github.com/FreeBSDDesktop/kms-drm/pull/175/commits/7b8fab2461262b22f64425146b60608bb0e0240d 
that might solve the issue, can you apply that and recompile 
drm-current-kmod and see if it works?

Thanks!
Regards
-- 
Niclas Zeising