From owner-freebsd-arch@freebsd.org Sat Feb 23 12:57:06 2019 Return-Path: Delivered-To: freebsd-arch@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 02D1D15150D7 for ; Sat, 23 Feb 2019 12:57:06 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4AF7389D2C for ; Sat, 23 Feb 2019 12:57:05 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by mailman.ysv.freebsd.org (Postfix) id 04FD815150D5; Sat, 23 Feb 2019 12:57:05 +0000 (UTC) Delivered-To: arch@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 E67C015150D4 for ; Sat, 23 Feb 2019 12:57:04 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 601E189D2B for ; Sat, 23 Feb 2019 12:57:03 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Sat, 23 Feb 2019 12:55:49 +0000 Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 358F0C2A-4385-476B-9C11-533F5657E973.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sat, 23 Feb 2019 12:55:49 +0000 Date: Sat, 23 Feb 2019 15:55:57 +0300 From: Greg V Subject: Re: DRM removal soon To: Yoshihiro Ota Cc: Warner Losh , "freebsd-arch@freebsd.org" , FreeBSD X11 mailing list Message-Id: <1550926557.1795.0@unrelenting.technology> In-Reply-To: <20190223003126.4aec5a01b77ec9bf9ea0992a@j.email.ne.jp> References: <20190223003126.4aec5a01b77ec9bf9ea0992a@j.email.ne.jp> X-Mailer: geary/master~g09881b5f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed DKIM-Signature: v=1; a=rsa-sha256; bh=5OT4Co6pTI/4KZGygK5zLGShB91lfkA3ROgAw9pgDiE=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=RBvfd7EjFv02i1dOH11kKGXGjAn/VkdntnX7PzJwC8Y3L9tH1StOElmS2JHscHFNOVyQpaH31DK6IOWtxV4oolILb/RNHm79HyMbAZ1w3E8aPbwBaXD8yF9ktzuXngmUohaWc5heoTQiQFP82vRwHGLtsBCkT9dTsWamGSeLzN0= X-Rspamd-Queue-Id: 601E189D2B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2019 12:57:06 -0000 On Sat, Feb 23, 2019 at 8:31 AM, Yoshihiro Ota wrote: > Hi, > > How does this impact VMWare users? > I couldn't find much of documents. > > I run few FreeBSD versions on MacBook VMWare. > > Do we have a different driver for VMWare or go by MacBook's? > > I looked at dmesg of another laptop and that reports "Radeon". > However, I don't find any "drm" in FreeBSD VMWare dmesg at all. > I'm not sure which driver FreeBSD has been picking up. Hi, looks like you have not been using *any* GPU driver at all, just a basic framebuffer (efifb or vga) and software rendering. Only the new drm-kmod includes vmwgfx, which should bring you GPU support :) https://twitter.com/johalun/status/1056549585106227201