<div dir="ltr">I believe this driver is extremely useful, and I see possible issues with the fact that the driver is GPL Only. This driver is critical for devices that lack a proper DRM driver, and locking it into GPL Only could lead to issues with porting the system over to platforms like FreeBSD, DragonFlyBSD, etc.  Is there any chance the code placed in the "drivers/gpu/drm/simpledrm" folder be placed under a more permissive license setup. I would suggest using MIT[1], BSD 2-Clause[2], or BSD 3-clause[3]. Also as a quick note it is possible to enable this under a dual-license setup with GPLv2/BSD-3 Clause. An example a dual licensed driver is the Intel iwlwifi driver ( see: drivers/net/wireless/intel/iwlwifi/iwl-8000.c )<br><br><br>[1]<a href="https://opensource.org/licenses/mit-license.html">https://opensource.org/licenses/mit-license.html</a><br>[2]<a href="https://opensource.org/licenses/BSD-2-Clause">https://opensource.org/licenses/BSD-2-Clause</a><br>[3]<a href="https://opensource.org/licenses/BSD-3-Clause">https://opensource.org/licenses/BSD-3-Clause</a><br></div>