From owner-freebsd-x11@freebsd.org Wed Dec 2 10:26:10 2015 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C67FA3D381 for ; Wed, 2 Dec 2015 10:26:10 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from zimbra.tngtech.com (zimbra.tngtech.com [212.204.93.107]) (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 3597B1D28 for ; Wed, 2 Dec 2015 10:26:09 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 63D86B0014C; Wed, 2 Dec 2015 11:26:01 +0100 (CET) Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id sjGMKaOmXpI3; Wed, 2 Dec 2015 11:26:00 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id C4F2EB00611; Wed, 2 Dec 2015 11:26:00 +0100 (CET) X-Virus-Scanned: amavisd-new at tngtech.com Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id gi4yVgzaYP2L; Wed, 2 Dec 2015 11:26:00 +0100 (CET) Received: from zimbra.tngtech.com (zimbra.tngtech.com [212.204.93.107]) by zimbra.tngtech.com (Postfix) with ESMTP id B22EAB004A4; Wed, 2 Dec 2015 11:26:00 +0100 (CET) Date: Wed, 2 Dec 2015 11:26:00 +0100 (CET) From: Stefan Wendler To: =?utf-8?Q?Jean-S=C3=A9bastien_P=C3=A9dron?= Cc: freebsd-x11@freebsd.org Message-ID: <871050353.5101221.1449051960643.JavaMail.zimbra@tngtech.com> In-Reply-To: <565E05A9.2050907@dumbbell.fr> References: <20151130.095457.1149331814694200586.ish@amail.plala.or.jp> <11321661.g9ei6HOpoc@hactar> <565E05A9.2050907@dumbbell.fr> Subject: Re: Testing new i915 driver (rev. 0f67240) - still blank screen MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.6.0_GA_1182 (ZimbraWebClient - GC46 (Win)/8.6.0_GA_1182) Thread-Topic: Testing new i915 driver (rev. 0f67240) - still blank screen Thread-Index: yauku6C8SPlOorl7pgqfZTTFwMDsyA== X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 10:26:10 -0000 Hi Jean-S=C3=A9bastien, thx for the reply. You guys are doing great work (I cannot say this often e= nough) and I hope some of my mothly BSD Foundation donation is payed to you ... ;) As for the code ... I have the feeling that it might already work. With X11= for example I have to=20 set the BusID. Otherwise the system talks to the nvidia cripple which has n= o outputs. I can imagine that this might be the case for the kms driver, too?=20 Do you know if there is a device hint/loader option where I can set the pci= bus to use for video output? Or shouldn't this matter anyway? Cheers, Stefan ----- Original Message ----- From: "Jean-S=C3=A9bastien P=C3=A9dron" To: freebsd-x11@freebsd.org Sent: Tuesday, December 1, 2015 9:40:09 PM Subject: Re: Testing new i915 driver (rev. 0f67240) - still blank screen Hi Masachika and Stefan! I wanted to let you know I read your regular bug reports. I wrote them on the wiki so they don't get lost. I still had no time to investigate them= . I would like to review the entire patch one last time and post it here so we fix regressions on already supported hardware. Then I would like to commit the patch to HEAD before we actually work on fixing bugs with Haswell. For this last part, we may want to update DRM to Linux 3.9 as it brings several Haswell and Valley View improvements. It will be way easier to do than the current update as the diff with Linux will be small. Please stay tuned and continue to send reports, you are helping actually! --=20 Jean-S=C3=A9bastien P=C3=A9dron