From owner-freebsd-current@FreeBSD.ORG Tue Oct 7 19:20:41 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CFD4A31 for ; Tue, 7 Oct 2014 19:20:41 +0000 (UTC) Received: from mail-ee0-x233.google.com (mail-ee0-x233.google.com [IPv6:2a00:1450:4013:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 324CC199 for ; Tue, 7 Oct 2014 19:20:41 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id d17so4830eek.24 for ; Tue, 07 Oct 2014 12:20:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Gmh6iwEDsQLFrzbg+0L0zij3ZFR9i2ms3uweaY0z0So=; b=Zcjg5lAWzRnHmuXZnmJWK1PpMEzZiE5blHJm9IOZkJGcFbqEQel+BAXBdGpd2msmwA MBfGQHe5O7+weThxtgYW+FiN8UkuhiddeHzcnP4LLfWhBUtY3ZQrp/zeGT+6ueli7gxA uBM+tns43CxJ0Nl3yANGiD/xk73T2yLboGSqAf4f9t3PHkJcgjgkVPl7tCnrRu5115Ez oPoZB6vzwKE+J7XAUC+8VyJZZZoSsMx8bHhgb7pfGJimVmzU0FOx6Mh2/iPVwQY10ZjF lkkjjnyL+ApOOYgoEuE01OcV7vMrjt86OD71OZ8NNcT1JplEHhnfMTI8dgi626F4UwUt qy3Q== MIME-Version: 1.0 X-Received: by 10.180.102.7 with SMTP id fk7mr6805700wib.77.1412709639359; Tue, 07 Oct 2014 12:20:39 -0700 (PDT) Received: by 10.216.119.68 with HTTP; Tue, 7 Oct 2014 12:20:39 -0700 (PDT) In-Reply-To: <20141007180106.GD2153@kib.kiev.ua> References: <20141003170258.GG26076@kib.kiev.ua> <54315D3A.3090902@egr.msu.edu> <20141005170007.GZ26076@kib.kiev.ua> <5433260C.5050901@egr.msu.edu> <20141007042043.GG26076@kib.kiev.ua> <5433E408.2010601@egr.msu.edu> <20141007164419.GB2153@kib.kiev.ua> <20141007180106.GD2153@kib.kiev.ua> Date: Tue, 7 Oct 2014 21:20:39 +0200 Message-ID: Subject: Re: Ver 2 of the patch [was: Re: i915 driver update testing] From: "Ranjan1018 ." <214748mv@gmail.com> To: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 19:20:41 -0000 2014-10-07 20:01 GMT+02:00 Konstantin Belousov : > On Tue, Oct 07, 2014 at 07:44:19PM +0300, Konstantin Belousov wrote: > > >From the same frame, please do > > p *(struct drm_i915_private *)(dev->private) > > I probably figured out what is wrong, but it is still interesting to > see this piece of data. > > For everybody who has the issue with blank screen or panic after > the patch: > 1. please try the updated patch, > https://www.kib.kiev.ua/kib/drm/i915.2.patch > 2. if you use "kldload i915kms" to test the patch and get the blank > screen, verify do you get panic or just a black screen. It is > expected for sc, not so for vt. For vt, if you do get blank screen > and not a panic, do not load i915kms manually and run the X server. > I am interested if running X server does show proper output. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Hi, applying the patch I receive this message: # patch -p1 -C < ~/downloads/i915.2.patch . . . Patching file sys/amd64/amd64/pmap.c using Plan A... Hunk #1 succeeded at 1710. Hunk #2 succeeded at 6226. Hunk #3 succeeded at 6562. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/sys/amd64/conf/X b/sys/amd64/conf/X |index 0cd80c6..2d630d5 100644 |--- a/sys/amd64/conf/X |+++ b/sys/amd64/conf/X -------------------------- File to patch: I haven't the file X. Regards, Maurizio