Date: Mon, 23 Jul 2018 14:31:04 +0200 From: Niclas Zeising <zeising@freebsd.org> To: Denis Polygalov <dpolyg@gmail.com>, freebsd-x11@freebsd.org Subject: Re: development version of drm kmod Message-ID: <abeda854-1f2d-3441-7e10-7be5c039696e@freebsd.org> In-Reply-To: <b2d2280d-b1f1-1e30-c816-7176b1b72467@gmail.com> References: <b4c9e162-f9a1-f222-8f44-7f278757dae8@freebsd.org> <1532344955.2313890.1449728656.0F938328@webmail.messagingengine.com> <b2d2280d-b1f1-1e30-c816-7176b1b72467@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07/23/18 14:19, Denis Polygalov wrote: > 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/ Hi! sys/dev/drm and sys/dev/drm2 are legacy DRM implementations. They support other architectures than amd64 as well as some legacy graphics cards. The ports are new drm code based on more recent versions of the linux drivers. drm-next and drm-stable are different versions, since some versions of FreeBSD stable lacked the capacity to run drm-next. drm-devel-kmod is a development version, and currently only works on CURRENT. We are discussing how to best handle the different versions. > > plus recent long discussion about what to do > with the drm code in the kernel source tree > with unclear (for newbie) conclusion... I wrote a conclusion and a plan forward for this. The plan is to move these to a port as well. > > 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... > Yes, the documentation badly needs an update. Regards -- Niclas Zeising
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?abeda854-1f2d-3441-7e10-7be5c039696e>