From nobody Mon May 2 16:12:43 2022 X-Original-To: x11@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 063E01ABDC15 for ; Mon, 2 May 2022 16:12:47 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KsSmY4cVKz4m24; Mon, 2 May 2022 16:12:45 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1651507963; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cJnYPNLoVwgGzMXfXgqdm/txIw6Ug7JteXvaX2r7WAs=; b=e+lTTyBGOgmDhvIdgzL8sFY4vT1XFjJgvkUOwoGzzVqDVGcViII8FsO6qRZNSgox+9DZ5K +q3/IxJD/QQTyhARPVbUJ4Cwxh3RaGR8gLnEaI6k60sQVGvc5ynGRvoYBeSgaHy0qK8MVr 1HUChQEuxIrzqd6sZFryOAzWmzIfirs= Received: from amy (lfbn-idf2-1-1209-45.w90-92.abo.wanadoo.fr [90.92.34.45]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 315edf7c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 2 May 2022 16:12:43 +0000 (UTC) Date: Mon, 2 May 2022 18:12:43 +0200 From: Emmanuel Vadot To: Jan Beich Cc: "freebsd-x11@freebsd.org" Subject: Re: Changes in drm ports Message-Id: <20220502181243.30a6b67d7c85515540feb9f6@bidouilliste.com> In-Reply-To: References: <20220501200413.5e6b9e105b22b6e54888be1f@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: X11 List-Archive: https://lists.freebsd.org/archives/freebsd-x11 List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4KsSmY4cVKz4m24 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=e+lTTyBG; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-3.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:212.83.155.74/32]; NEURAL_HAM_LONG(-1.00)[-1.000]; MID_RHS_MATCH_FROM(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[x11]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Mon, 02 May 2022 18:06:49 +0200 Jan Beich wrote: > Jan Beich writes: > > > Emmanuel Vadot writes: > > > >> - For (futur) 13.1 users the default drm kmod port will still be > >> drm-fbsd13-kmod (tracking Linux 5.4) as long as 13.0 is supported. But > >> you also have the option to install directly drm-510-kmod in case you > >> hardware isn't supported in 5.4 > > > > Why keep drm-fbsd13-kmod when it can be replaced by drm-54-kmod? > > Note, both drm-fbsd13-kmod and drm-54-kmod are based on Linux 5.4 and > even have identical GH_TAGNAME. The main difference is SOURCE option and > unblocked -CURRENT in drm-54-kmod. > The SOURCE option is the main reason I didn't removed it as some people still uses it. I'll send a mail a bit before 13.0 is EoL as a warning that this will go. But I could change the drm-kmod metaport for 13.0 to use drm-54-kmod as it's mostly for package users. Will probably do that this week. -- Emmanuel Vadot