----- Original Message -----
From: "FrankR Huang" FrankR.Huang@amd.com To: "Xavier Bestel" xavier.bestel@free.fr, "Dave Airlie" airlied@gmail.com Cc: dri-devel@lists.freedesktop.org Sent: Thursday, 13 October, 2011 3:16:07 PM Subject: Reply: Question on S3 on evergreen
Reply: Question on S3 on evergreen
Xav, thanks for your reminder. Actually our law leam has already checked the license. As Dave said, the DRM kernel driver is all MIT-licensed and we will be free to use them. When the drm uses linux kernel function calls, we will use freebsd(none-GPL) equivalent to replace. Dave, by the way, I want to ask you about some exceptions in DRM. you know in some files(i.e. drm_fb_helper.c), it includes MODULE_LICENSE("GPL and additional rights"). Does it mean it is GPL licensed? Is it free to use this file?
Those files are derived from the kernel fb layer so are not drm core infrastructure.
They make no sense on other OSes, since they don't have the same kernel fb layer.
Dave.