From owner-freebsd-current@freebsd.org Tue Jan 3 08:58:20 2017 Return-Path: Delivered-To: freebsd-current@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 2C50DC9CF3A for ; Tue, 3 Jan 2017 08:58:20 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-lf0-x22c.google.com (mail-lf0-x22c.google.com [IPv6:2a00:1450:4010:c07::22c]) (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 AA5081DDA for ; Tue, 3 Jan 2017 08:58:19 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-lf0-x22c.google.com with SMTP id c13so281804032lfg.0 for ; Tue, 03 Jan 2017 00:58:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=vsK/BVelEDFiHEWytJOJWEicxcJ8UwSpo8dnGYEnvJE=; b=MS7p8+SFkgRxYI2IzQ4R6ZoL9AyTWKhD4b2RQHCfmtlwPtuCjri8cNta4y7514+O8I SEJnoDe4iQGdm2nYOLy9xgYoGbkg1XNduQybP5YRChrZAU8yf7Mx/OaORlZoiPVUzpkD ohKvzPLO50xWzdeofwTwbGnvZV+Er2Asd1wvIoOGm8XWcUSa2zxCaPXoj9kvA/VNAW4q OGgO64ZPeFvOBG56UQDbRiWNqZB4itUgWorsVr+XSk37KPqpFkH05bahGNmi7DIwXyn3 Y7052e5hKuvSQAZuXtAX8hXxJR0ZnB8XOfOVWWwtLpxUXAVlZhjhPiOUYnJrdncG9agn 4LNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vsK/BVelEDFiHEWytJOJWEicxcJ8UwSpo8dnGYEnvJE=; b=K9KiOe8ob9FEDY+K490EacauldtJ2RMK7DbS5PYdz48wfqa60rNpZwPKnPNH2f6Ebs vaIcR/XJ+erqoZb4H0GkYHztqJvoh8TXv3OjHyyHFnqP3Mh+b828lh2ndSwCig1/wqm2 VBUhCviURUYK631AYrVXvrLqD5KsrPlYnunOrXrB8j3u6kl5B1KoJyvb8ev4CtUl7H+d achjYK/aCxtyZz1I8PQwf0tSjURpMyNe2uqAuPNKLYITmZa7X73Yu5FjjXj3900RXsTz VfUeUiCW4sFp/GMfN5p/TXTbdTR4E0rv0q1SwT3A5ApMgWIXM9KPiaguXS+8DvK9/TQ9 8wSA== X-Gm-Message-State: AIkVDXLU6aso+kFaMRWOc+X+Ut/jdKoBGDvj+48Xrc/1DfCX0t+QLuaIah7s01ujh7MCj4BOECSN1TFdzFwohg== X-Received: by 10.46.32.135 with SMTP id g7mr21304538lji.70.1483433897539; Tue, 03 Jan 2017 00:58:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.79.88 with HTTP; Tue, 3 Jan 2017 00:58:17 -0800 (PST) From: blubee blubeeme Date: Tue, 3 Jan 2017 16:58:17 +0800 Message-ID: Subject: current freebsd graphics stack To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 03 Jan 2017 08:58:20 -0000 Howdy Is there anyone on this list that works on the graphics stack for FreeBSD? Watching this video: https://www.youtube.com/watch?v=dZI4pAvK_RY&spfreload=5 from a few years ago and what I've gathered so far the new x is getting a major redesign and a lot of code is moving into the kernel. You can take a look at the attached images to get the tl;dr of the talk. http://imgur.com/a/Ek4fq My question, is anyone here whose doing graphics stack work done any work on implementing GEM, KMS, DRM in the FreeBSD kernel. Even a port of the linux version would be somewhere to start. Best, Owen