From owner-freebsd-x11@freebsd.org Sun Jun 17 17:45:51 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 4D0361003D05 for ; Sun, 17 Jun 2018 17:45:51 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D13B577D62 for ; Sun, 17 Jun 2018 17:45:50 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id w5HHTxWW080701 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 17 Jun 2018 17:29:59 GMT (envelope-from list1@gjunka.com) To: freebsd-x11@freebsd.org From: Grzegorz Junka Subject: Is Radeon RX Vega 64 supported by drm-next? Message-ID: Date: Sun, 17 Jun 2018 17:29:59 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB-large X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 17:45:51 -0000 Hello All According to various sources (including posts to freebsd-x11) drm-stable-kmod supports Polaris (RX 4xx/5xx). Does it mean that drm-next-kmod supports RX Vega? According to Wikipedia Radeon RX 580 is GCN 4th gen: https://en.wikipedia.org/wiki/AMD_Radeon_500_series Which is the last generation before Vega, which in Wikipedia is marked as GCN 5th gen: https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units So there is no other GPU left between them. There is also nothing else beyond Vega, which suggests that the only difference between drm-stable and drm-next is the additional support for the latest GPU - Vega. Or I am missing something? Thanks GrzegorzJ