From owner-freebsd-x11@freebsd.org Mon Jul 23 12:20:02 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 BA2D110499F7 for ; Mon, 23 Jul 2018 12:20:02 +0000 (UTC) (envelope-from dpolyg@gmail.com) Received: from mail-pg1-x529.google.com (mail-pg1-x529.google.com [IPv6:2607:f8b0:4864:20::529]) (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 2FC8379950 for ; Mon, 23 Jul 2018 12:20:02 +0000 (UTC) (envelope-from dpolyg@gmail.com) Received: by mail-pg1-x529.google.com with SMTP id n7-v6so269212pgq.4 for ; Mon, 23 Jul 2018 05:20:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=Dykgamg9IMEGa9CWh9tqveJMYdtIzZexWiPlH5f0BZI=; b=ucHywDsMuxXz1S9d1NPCaN0VJYQPpQ6hflZl0zoBNhQlzggqL2BTsfFv6dgL5XpWu7 wcNZbb7cls7mozjYSmM+8GmkerXabbT7wrFCarTu3VqFibCXt3kLM3qvBR5DwTLsaDsZ 2JHwwRmt6kLBFMfxQ5k4/Drmj7iv+yy+3En715o2P+g5pnuYjj2dH7NyHplGBJa7g5/L NRsM9dJJpsh1PamiTXZ5sedIKoQvVVmXKcOvAmSRW95tfvOvgzvd0uTmn5X8Yz4EV/4A 3krsXXfuTYeHPtU5iaVjjrthx/ilnE/QpWapIfKelflsEpdFbBehnD7sr+3bmHEH9JQ5 2DIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Dykgamg9IMEGa9CWh9tqveJMYdtIzZexWiPlH5f0BZI=; b=D1+U6dt+Ndeq3oCjhRerP1J46XkhJQQ8Di6QWPD3nZu9UmVe4TGXlqCZDMp3HyOcpE sIF1EXfeL77t4FTouJQpZablw2qu6uEZaX1jze/3NLShQFbtoUP46zIs0dtDufTLXBhC cIn1Y3npYl4dNF1gSpqj1QEjl1h7BljmewrXjP2KAF1NvmeJ6pW27dlqf50QmjgXNozK wGcR7oTdBr4CtbxMm3DHXnO1Fs5n2PULFHGaxP85B5A78XSXcgjui9Iz4eHy4/IQOzGF KoAZAqTfnAbS8adN8Yy+pp+Rzv1hG07COfaucA1mJGnfBtBUol+8XuYhhleYOl//Bgyb +SnA== X-Gm-Message-State: AOUpUlHz0nsPipESoVrbknp2oRZBdpex8IDs1I9tqCxVq2bK2Jht8SdX D6m1ZAz1SbXjdc4r8z/05VaYSy8MhjY= X-Google-Smtp-Source: AAOMgpeYk2r+rEVZ/asKyggFgeXgS11TpGkUZMrejOIkEjMXBr14xzlRzbDi6eqzptEEVv2hBFWizg== X-Received: by 2002:a63:c114:: with SMTP id w20-v6mr11977922pgf.234.1532348401250; Mon, 23 Jul 2018 05:20:01 -0700 (PDT) Received: from [192.168.1.100] (ngn7-ppp407.tokyo.sannet.ne.jp. [157.192.89.153]) by smtp.googlemail.com with ESMTPSA id j22-v6sm12384944pfh.45.2018.07.23.05.19.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Jul 2018 05:20:00 -0700 (PDT) Subject: Re: development version of drm kmod To: freebsd-x11@freebsd.org References: <1532344955.2313890.1449728656.0F938328@webmail.messagingengine.com> From: Denis Polygalov Message-ID: Date: Mon, 23 Jul 2018 21:19:57 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1532344955.2313890.1449728656.0F938328@webmail.messagingengine.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.27 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, 23 Jul 2018 12:20:03 -0000 So now we have drm drivers code located in 5(!) places: /usr/src/sys/dev/drm/ /usr/src/sys/dev/drm2/ /usr/ports/graphics/drm-devel-kmod/ /usr/ports/graphics/drm-next-kmod/ /usr/ports/graphics/drm-stable-kmod/ plus recent long discussion about what to do with the drm code in the kernel source tree with unclear (for newbie) conclusion... This page is now even more outdated: https://wiki.freebsd.org/Graphics/Kernel%20development%20workflow BTW dead link here: https://github.com/freebsd/freebsd-base-graphics It will be more helpful if someone briefly describe difference between 5 branches above and and future plans for each of them in one place... Regards, Denis. On 23/07/2018 8:22 PM, Dave Cottlehuber wrote: > On Sat, 14 Jul 2018, at 10:21, Niclas Zeising wrote: >> Hi! >> I just committed a development version of the drm kmod, in >> graphics/drm-devel-kmod. It is at Linux version 4.15 hardware support >> wise. Please test it and report regressions and stuff. It's currently >> only working on a recent FreeBSD CURRENT, older versions lack the >> necessary kernel support. >> Regards >> -- >> Niclas Zeising >> FreeBSD x11@/graphics team > > Seeing as nobody else's come back yet, Niclas this works brilliantly, > suspend/resume, all the things work as usual. Many thanks! > > My usage is pretty vanilla, firefox/chrome/i3 and terminals. If there > is something more useful I can try, speak up. Game recommendations > welcomed :D > > A+ > Dave > _______________________________________________ > 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" > >> Hi! >> I just committed a development version of the drm kmod, in graphics/drm-devel-kmod. It is at Linux version 4.15 hardware support wise. Please test it and report regressions and stuff. It's currently only working on a recent FreeBSD CURRENT, older versions lack the necessary kernel support. >> Regards >> -- >> Niclas Zeising >> FreeBSD x11@/graphics team